vitalyb

Visualization exception 2

Oct 5th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.NullReferenceException: Object reference not set to an instance of an object.
  6.  
  7. Server stack trace:
  8. at Microsoft.VisualStudio.DebuggerVisualizers.VisualizerDevelopmentHost.EEProxyImpl.Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.IPropertyProxyEESide.GetManagedViewerCreationData(String& assemName, IEEDataStorage& assemBytes, IEEDataStorage& pdbBytes, String& className, ASSEMBLYLOCRESOLUTION& alr, Int32& replacementOk)
  9. at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.SafeProxyWrapper.GetManagedViewerCreationData(String& assemName, Byte[]& assemBytes, Byte[]& assemPdb, String& className, ASSEMBLYLOCRESOLUTION& alr, Int32& replacementOk)
  10. at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
  11. at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
  12.  
  13. Exception rethrown at [0]:
  14. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  15. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  16. at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.SafeProxyWrapper.GetManagedViewerCreationData(String& assemName, Byte[]& assemBytes, Byte[]& assemPdb, String& className, ASSEMBLYLOCRESOLUTION& alr, Int32& replacementOk)
  17. at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer(IntPtr hwnd, HostServicesHelper hsh, SafeProxyWrapper proxy)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 4.0.0.0
  23. Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  25. ----------------------------------------
  26. Microsoft.VisualStudio.HostingProcess.Utilities
  27. Assembly Version: 10.0.0.0
  28. Win32 Version: 10.0.30319.1
  29. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.HostingProcess.Utilities/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.HostingProcess.Utilities.dll
  30. ----------------------------------------
  31. Microsoft.VisualStudio.DebuggerVisualizers
  32. Assembly Version: 10.0.0.0
  33. Win32 Version: 10.0.30319.1
  34. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.DebuggerVisualizers/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.DebuggerVisualizers.dll
  35. ----------------------------------------
  36. System.Windows.Forms
  37. Assembly Version: 4.0.0.0
  38. Win32 Version: 4.0.30319.235 built by: RTMGDR
  39. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  40. ----------------------------------------
  41. System
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.0.30319.233 built by: RTMGDR
  44. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46. System.Drawing
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.0.30319.1 built by: RTMRel
  49. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  50. ----------------------------------------
  51. Accessibility
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.0.30319.1 built by: RTMRel
  54. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  55. ----------------------------------------
  56.  
  57. ************** JIT Debugging **************
  58. To enable just-in-time (JIT) debugging, the .config file for this
  59. application or computer (machine.config) must have the
  60. jitDebugging value set in the system.windows.forms section.
  61. The application must also be compiled with debugging
  62. enabled.
  63.  
  64. For example:
  65.  
  66. <configuration>
  67. <system.windows.forms jitDebugging="true" />
  68. </configuration>
  69.  
  70. When JIT debugging is enabled, any unhandled exception
  71. will be sent to the JIT debugger registered on the computer
  72. rather than be handled by this dialog box.
  73.  
  74.  
  75.  
  76.  
Advertisement
Add Comment
Please, Sign In to add comment