Advertisement
Guest User

aks sabac

a guest
Jan 21st, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
  2. ************** Exception Text **************System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'   at BLQAKSVIPDesktop.BLQBRMaster.PackAdreseByMesto()   at BLQAKSVIPDesktop.BLQBRMaster.PromenjenoMesto()   at BLQAKSVIPDesktop.BLQBRMaster.set_OdabranoMestoID(Int32 value)   at BLQAKSVIPDesktop.BLQBRSelect.popListMesto_BLQChangeSelection(Object sender, Boolean ItemSelected, Int32 SelectedItemID, BLQPopulatingListItem selectedItem, String txtFilterText)   at BLQAKSVIPDesktop.BLQPopulatingList.textBox1_TextChanged(Object sender, EventArgs e)   at System.Windows.Forms.Control.OnTextChanged(EventArgs e)   at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)   at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message& m)   at System.Windows.Forms.TextBoxBase.WndProc(Message& m)   at System.Windows.Forms.TextBox.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)
  3. 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].
  4.  
  5.  
  6. ************** Loaded Assemblies **************mscorlib    Assembly Version: 2.0.0.0    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------BLQAKSGOLDVIPDesktop    Assembly Version: 1.0.0.0    Win32 Version: 1.0.0.0    CodeBase: file:///D:/aks%20vipp/BLQAKSVIPDesktop.exe----------------------------------------System.Windows.Forms    Assembly Version: 2.0.0.0    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System    Assembly Version: 2.0.0.0    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing    Assembly Version: 2.0.0.0    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Configuration    Assembly Version: 2.0.0.0    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml    Assembly Version: 2.0.0.0    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------System.Deployment    Assembly Version: 2.0.0.0    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll----------------------------------------
  7. ************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.
  8. For example:
  9. <configuration>    <system.windows.forms jitDebugging="true" /></configuration>
  10. When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement