jcaillon / 3P

3P (short for Progress Programmers Pal), is a notepad++ plugin designed to help writing progress 4GL (OpenEdge ABL) code. It transforms notepad++ into a full featured IDE for openedge code editor, providing syntax checking, compilation, auto-completion, tool-tips and much more!
https://jcaillon.github.io/3P/
GNU General Public License v3.0
77 stars 35 forks source link

Bugs - auto generated report #2

Closed jcaillon closed 8 years ago

jcaillon commented 8 years ago

What's the point of this issue?

Each time 3P encounters an unexpected error, a comment will be automatically posted here with the details or the error

3pUser commented 8 years ago

Jean Nicholson (CT-JEANN)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-17 14:29:57

Unhandled error
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at System.Text.UTF8Encoding.GetCharCount(Byte* bytes, Int32 count, DecoderNLS baseDecoder)
   at System.Text.UTF8Encoding.GetCharCount(Byte* bytes, Int32 count)
   at _3PA.Lib.DocumentLines.GetCharCount(IntPtr text, Int32 length, Encoding encoding)
   at _3PA.Lib.DocumentLines.GetCharCount(Int32 pos, Int32 length)
   at _3PA.Lib.DocumentLines.OnInsertedText(SCNotification scn)
   at _3PA.Lib.DocumentLines.OnScnModified(SCNotification scn)
   at _3PA.Plug.OnNppNotification(SCNotification nc)
   at _3PA.Interop.UnmanagedExports.beNotified(IntPtr notifyCode)

16-06-20 15:36:41

Error in beNotified : code = 1008
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at _3PA.Lib.GapBuffer`1.set_Capacity(Int32 value)
   at _3PA.Lib.GapBuffer`1.EnsureGapCapacity(Int32 required)
   at _3PA.Lib.GapBuffer`1.Insert(Int32 index, T item)
   at _3PA.Lib.DocumentLines.OnInsertedText(SCNotification scn)
   at _3PA.Lib.DocumentLines.Reset()
   at _3PA.Plug.OnDocumentSwitched(Boolean initiating)
   at _3PA.Plug.OnNppNotification(SCNotification nc)
3pUser commented 8 years ago

Jean Nicholson (CT-JEANN)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-20 16:18:47

Error in RefreshParser
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.String.InternalSubString(Int32 startIndex, Int32 length)
   at System.String.Substring(Int32 startIndex, Int32 length)
   at _3PA.MainFeatures.Parser.Lexer.CreateStringToken(Char strChar)
   at _3PA.MainFeatures.Parser.Lexer.GetNext()
   at _3PA.MainFeatures.Parser.Lexer.Tokenize()
   at _3PA.MainFeatures.Parser.Parser..ctor(String data, String filePathBeingParsed, String defaultOwnerName, Boolean matchKnownWords)
   at _3PA.MainFeatures.Parser.ParserHandler.RefreshParser()
3pUser commented 8 years ago

Suleymanov-aa (W62SC-IT0000004)

3P version : v1.4.0, Notepad++ version : v6.9.0


16-06-17 09:24:55

Thread error
System.ComponentModel.Win32Exception (0x80004005): Указанному файлу не сопоставлено ни одно приложение для выполнения данной операции
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.Lib.Utils.OpenAnyLink(String link)
   at _3PA.MainFeatures.FileExplorer.FileExplorerForm.OnActivateItem()
   at _3PA.MainFeatures.FileExplorer.FileExplorerForm.OnKeyDown(Keys key)
   at _3PA.MainFeatures.FileExplorer.FileExplorerForm.TextFilterOnKeyDown(Object sender, KeyEventArgs keyEventArgs)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at YamuiFramework.Controls.YamuiTextBoxAlt.BaseTextBoxKeyDown(Object sender, KeyEventArgs e)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
   at System.Windows.Forms.TextBox.WndProc(Message& m)
   at YamuiFramework.Controls.YamuiTextBoxAlt.PromptedTextBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

16-06-17 09:24:57 _From 3PA.MainFeatures.UserCommunication.SendIssue()

System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение 192.30.252.124:443
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
   --- End of inner exception stack trace ---
   at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
   at System.Net.HttpWebRequest.GetRequestStream()
   at _3PA.MainFeatures.UserCommunication.SendIssue(String message, String url)

16-06-21 15:19:24 _From 3PA.MainFeatures.FileExplorer.FileExplorerForm.GetCurrentFile()

Object reference not set to an instance of an object.
3pUser commented 8 years ago

didier_m (DEAL-2Z78G72)

3P version : v1.5.1, Notepad++ version : v6.9.0


16-06-22 11:03:23

Error in RefreshParser
System.OutOfMemoryException: Une exception de type 'System.OutOfMemoryException' a été levée.
   à System.Collections.Generic.List`1.set_Capacity(Int32 value)
   à System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
   à System.Collections.Generic.List`1.Add(T item)
   à _3PA.MainFeatures.Parser.Lexer.Tokenize()
   à _3PA.MainFeatures.Parser.Parser..ctor(String data, String filePathBeingParsed, String defaultOwnerName, Boolean matchKnownWords)
   à _3PA.MainFeatures.Parser.ParserHandler.RefreshParser()
3pUser commented 8 years ago

nlaupretre (ITEM-84202)

3P version : v1.5.6, Notepad++ version : v6.8.8


16-06-22 11:09:12 _From 3PA.Lib.DocumentLines.CharPositionFromLine()

System.ArgumentOutOfRangeException: Index must be non-negative and less than the size of the collection.
Nom du paramètre : index
   à _3PA.Lib.GapBuffer`1.get_Item(Int32 index)
   à _3PA.Lib.DocumentLines.PrivateCharPositionFromLine(Int32 index)
   à _3PA.Lib.DocumentLines.CharPositionFromLine(Int32 index)
index = 2, _linesList.Count = 2, _holeLenght = 0, _holeLine = 0
3pUser commented 8 years ago

kssu01 (V7244)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-22 17:10:57

Error in RefreshParser
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at _3PA.MainFeatures.Parser.Parser.CreateParsedIncludeFile(Token token)
   at _3PA.MainFeatures.Parser.Parser.Analyze()
   at _3PA.MainFeatures.Parser.Parser..ctor(String data, String filePathBeingParsed, String defaultOwnerName, Boolean matchKnownWords)
   at _3PA.MainFeatures.Parser.ParserHandler.RefreshParser()
3pUser commented 8 years ago

Julien (JULIEN-PCFIXE)

3P version : v1.5.6, Notepad++ version : v6.9.2


16-06-22 20:59:55

Error while displaying the code explorer content
System.ArgumentNullException: La valeur ne peut pas être null.
Nom du paramètre : key
   à System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   à System.Collections.Generic.Dictionary`2.set_Item(TKey key, TValue value)
   à BrightIdeasSoftware.FastObjectListDataSource.RebuildIndexMap()
   à BrightIdeasSoftware.FastObjectListDataSource.SetObjects(IEnumerable collection)
   à BrightIdeasSoftware.VirtualObjectListView.SetObjects(IEnumerable collection, Boolean preserveState)
   à BrightIdeasSoftware.ObjectListView.SetObjects(IEnumerable collection)
   à _3PA.MainFeatures.CodeExplorer.CodeExplorerForm.ApplyFilter()
   à _3PA.MainFeatures.CodeExplorer.CodeExplorerForm.<UpdateTreeDataAction>b__11()
3pUser commented 8 years ago

Julien (JULIEN-PCFIXE)

3P version : v1.5.6, Notepad++ version : v6.9.2


16-06-22 21:05:28

Error while getting the code explorer content
System.ArgumentException: Le tableau de destination n'est pas assez long. Vérifiez destIndex et la longueur, ainsi que les limites inférieures du tableau.
   à System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
   à System.Collections.Generic.List`1.CopyTo(T[] array, Int32 arrayIndex)
   à System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   à System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   à _3PA.MainFeatures.Parser.ParserHandler.GetParsedExplorerItemsList()
   à _3PA.MainFeatures.CodeExplorer.CodeExplorerForm.UpdateTreeDataAction()
   à _3PA.MainFeatures.CodeExplorer.CodeExplorerForm.<UpdateTreeData>b__b()
3pUser commented 8 years ago

ma.obereder (CSW27)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-23 08:33:43

Error in RefreshParser
System.ArgumentException: Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt.
   bei System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   bei System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   bei _3PA.MainFeatures.Parser.ParserHandler.RefreshParser()
3pUser commented 8 years ago

marc.boscher (VM-OE-MARC)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-23 15:00:05

Thread error
System.ComponentModel.Win32Exception (0x80004005): Paramètre incorrect
   à System.Windows.Forms.Form.UpdateLayered()
   à System.Windows.Forms.Form.set_Opacity(Double value)
   à YamuiFramework.Forms.YamuiSmokeScreen.set_Opacity(Double value)
   à YamuiFramework.Forms.YamuiSmokeScreen.set_GoHide(Boolean value)
   à YamuiFramework.Controls.YamuiTab.TabAnimatorInit()
   à YamuiFramework.Controls.YamuiTab.set_CurrentPage(Point value)
   à YamuiFramework.Controls.YamuiTab.SecondaryButtonsOnTabPressed(Object sender, TabPressedEventArgs tabPressedEventArgs)
   à YamuiFramework.Controls.YamuiTabButtons.HandlePressedButton()
   à YamuiFramework.Controls.YamuiTabButtons.OnMouseDown(MouseEventArgs e)
   à System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ButtonBase.WndProc(Message& m)
   à System.Windows.Forms.Button.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
3pUser commented 8 years ago

s76279 (B86674405M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-26 19:39:55

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

andrewm (EB-TS1)

3P version : v1.5.4, Notepad++ version : v6.9.0


16-06-27 07:58:35

OnNppReady
System.MissingMethodException: Method not found: 'Void YamuiFramework.Themes.YamuiThemeManager.set_GlobalIcon(System.Drawing.Icon)'.
   at _3PA.Plug.InitPlugin()
   at _3PA.Plug.OnNppReady()
3pUser commented 8 years ago

andrewm (EB-TS1)

3P version : v1.5.4, Notepad++ version : v6.9.0


16-06-27 07:59:26

OnNppReady
System.MissingMethodException: Method not found: 'Void YamuiFramework.Themes.YamuiThemeManager.set_GlobalIcon(System.Drawing.Icon)'.
   at _3PA.Plug.InitPlugin()
   at _3PA.Plug.OnNppReady()
3pUser commented 8 years ago

andrewm (EB-TS1)

3P version : v1.5.4, Notepad++ version : v6.9.0


16-06-27 08:00:14

OnNppReady
System.MissingMethodException: Method not found: 'Void YamuiFramework.Themes.YamuiThemeManager.set_GlobalIcon(System.Drawing.Icon)'.
   at _3PA.Plug.InitPlugin()
   at _3PA.Plug.OnNppReady()
3pUser commented 8 years ago

andrewm (EB-TS1)

3P version : v1.5.4, Notepad++ version : v6.9.0


16-06-27 08:01:55

OnNppReady
System.MissingMethodException: Method not found: 'Void YamuiFramework.Themes.YamuiThemeManager.set_GlobalIcon(System.Drawing.Icon)'.
   at _3PA.Plug.InitPlugin()
   at _3PA.Plug.OnNppReady()
3pUser commented 8 years ago

andrewm (EB-TS1)

3P version : v1.6.0, Notepad++ version : v6.9.0


16-06-27 08:15:17

Plugin startup
System.MissingMethodException: Method not found: 'Void YamuiFramework.Themes.YamuiThemeManager.add_OnCssNeeded(System.Func`1<System.String>)'.
   at _3PA.ThemeManager.OnStartUp()
   at _3PA.Plug.PlugStartup()
3pUser commented 8 years ago

andrewm (EB-TS1)

3P version : v1.6.0, Notepad++ version : v6.9.0


16-06-27 08:17:02

Plugin startup
System.MissingMethodException: Method not found: 'Void YamuiFramework.Themes.YamuiThemeManager.add_OnCssNeeded(System.Func`1<System.String>)'.
   at _3PA.ThemeManager.OnStartUp()
   at _3PA.Plug.PlugStartup()
3pUser commented 8 years ago

S85602 (B88187085W)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 09:39:03

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

liga (B87776059M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 10:03:15

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

S85602 (B88187085W)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 10:06:41

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

s20173 (B84005002M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 10:16:54

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

s20173 (B84005002M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 10:17:07

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

s75305 (B89816907W)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 10:31:57

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

S85602 (B88187085W)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 11:26:10

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

s00561 (B91570157M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 12:18:03

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

s54825 (B81012876M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 12:28:04

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

S85602 (B88187085W)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 12:32:46

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

S85602 (B88187085W)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 12:34:35

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

baibamie (B88631620M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 12:40:48

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

baibamie (B88631620M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 12:42:24

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

baibamie (B88631620M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 12:42:46

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

S85602 (B88187085W)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 15:17:55

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

S62844 (B86766690M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 15:23:21

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

cpd_paulor (GRA_DTI_033982N)

3P version : v1.6.0, Notepad++ version : v6.9.2


16-06-27 11:13:42

Error in RefreshParser
System.OutOfMemoryException: Exceção do tipo 'System.OutOfMemoryException' foi acionada.
   em System.String.CreateStringFromEncoding(Byte* bytes, Int32 byteLength, Encoding encoding)
   em System.Text.EncodingNLS.GetString(Byte[] bytes, Int32 index, Int32 count)
   em System.Text.Encoding.GetString(Byte[] bytes)
   em System.String.CreateString(SByte* value, Int32 startIndex, Int32 length, Encoding enc)
   em System.String..ctor(SByte* value, Int32 startIndex, Int32 length, Encoding enc)
   em _3PA.Npp.get_Text()
   em _3PA.MainFeatures.Parser.ParserHandler.RefreshParser()
3pUser commented 8 years ago

s00561 (B91570157M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-27 18:49:46

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

lboulle (ITEM-S29471)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-27 18:12:00

Thread error
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   à _3PA.MainFeatures.ProgressExecutionNs.ProCompilation.GetOverallProgression()
   à _3PA.MainFeatures.Appli.Pages.Actions.CompilePage.<UpdateProgressBar>b__1f()
3pUser commented 8 years ago

s00561 (B91570157M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-28 09:03:21

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

janisvi (B84715268M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-28 10:49:16

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

spe (GEW1014SPE)

3P version : v1.6.0, Notepad++ version : v6.9.0


16-06-28 13:03:24

Error in LibLoader
System.IO.FileNotFoundException: Impossible de charger le fichier ou l'assembly 'file:///C:\Users\SPE\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\NLog.dll' ou une de ses dépendances. Le fichier spécifié est introuvable.
Nom de fichier : 'file:///C:\Users\SPE\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\NLog.dll'
   à System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   à System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   à System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   à System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   à System.Reflection.Assembly.LoadFrom(String assemblyFile)
   à _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

AVT : la journalisation de liaison d'assembly est désactivée.
Pour activer la journalisation des échecs de liaison d'assembly, attribuez la valeur 1 à la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD).
Remarque : une certaine perte de performance est associée à l'enregistrement dans le journal des échecs de liaison d'assembly.
Pour désactiver cette fonctionnalité, supprimez la valeur de Registre [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-28 14:42:52

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-28 14:43:09

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-28 14:45:18

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

andre.andreolli (ANDREOLI-PC)

3P version : v1.6.0, Notepad++ version : v6.8.8


16-06-28 13:57:02

Error in beNotified : code = 1001
System.IO.FileNotFoundException: Não foi possível carregar arquivo ou assembly 'YamuiFramework, Version=1.1.6021.30400, Culture=neutral, PublicKeyToken=null' ou uma de suas dependências. O sistema não pode encontrar o arquivo especificado.
Nome do arquivo: 'YamuiFramework, Version=1.1.6021.30400, Culture=neutral, PublicKeyToken=null'
   em _3PA.Plug.PlugStartup()
   em _3PA.Plug.OnNppNotification(SCNotification nc)

AVI: o log de associações de assembly está desativado.
Para ativar o log de  falhas de assembly, defina o valor do Registro [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) como 1.
Observação: há alguma penalidade para o desempenho associada ao log de falha de associação de assembly.
Para desativar esse recurso, remova o valor do Registro [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

s54825 (B81012876M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-29 08:25:00

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-28 14:45:28

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptLibrary.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptLibrary.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

16-06-29 08:04:21

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-29 08:04:24

Unobserved task error
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.IO.FileNotFoundException: Could not find file 'C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Log\error_.log'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path)
   at _3PA.MainFeatures.ErrorHandler.<Log>b__2()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
   --- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.FileNotFoundException: Could not find file 'C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Log\error_.log'.
File name: 'C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Log\error_.log'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path)
   at _3PA.MainFeatures.ErrorHandler.<Log>b__2()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()<---

16-06-29 08:07:33

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

s20173 (B84005002M)

3P version : v1.5.1, Notepad++ version : v6.9.2


16-06-29 09:51:02

WcOnDownloadFileCompleted
System.ComponentModel.Win32Exception (0x80004005): This program is blocked by group policy. For more information, contact your system administrator
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at _3PA.MainFeatures.UpdateHandler.WcOnDownloadFileCompleted(Object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-29 13:02:30

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-29 13:02:32

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptLibrary.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptLibrary.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

16-06-29 13:03:07

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
3pUser commented 8 years ago

curtisj (IN-CURTISJ)

3P version : v1.6.0, Notepad++ version : v6.9.1


16-06-29 13:03:21

Error in LibLoader
System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\curtisj\AppData\Roaming\Notepad++\plugins\Config\3P\Libraries\CSScriptIntellisense.dll'
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at _3PA.Lib.LibLoader.AssemblyResolver(Object sender, ResolveEventArgs args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].