Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- See the end of this message for details on invoking
- just-in-time (JIT) debugging instead of this dialog box.
- ************** Exception Text **************
- System.NullReferenceException: Object reference not set to an instance of an object.
- Server stack trace:
- at Microsoft.VisualStudio.DebuggerVisualizers.VisualizerDevelopmentHost.EEProxyImpl.Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.IPropertyProxyEESide.GetManagedViewerCreationData(String& assemName, IEEDataStorage& assemBytes, IEEDataStorage& pdbBytes, String& className, ASSEMBLYLOCRESOLUTION& alr, Int32& replacementOk)
- at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.SafeProxyWrapper.GetManagedViewerCreationData(String& assemName, Byte[]& assemBytes, Byte[]& assemPdb, String& className, ASSEMBLYLOCRESOLUTION& alr, Int32& replacementOk)
- at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
- at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
- Exception rethrown at [0]:
- at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
- at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
- at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.SafeProxyWrapper.GetManagedViewerCreationData(String& assemName, Byte[]& assemBytes, Byte[]& assemPdb, String& className, ASSEMBLYLOCRESOLUTION& alr, Int32& replacementOk)
- at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer(IntPtr hwnd, HostServicesHelper hsh, SafeProxyWrapper proxy)
- ************** Loaded Assemblies **************
- mscorlib
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
- CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
- ----------------------------------------
- Microsoft.VisualStudio.HostingProcess.Utilities
- Assembly Version: 10.0.0.0
- Win32 Version: 10.0.30319.1
- CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.HostingProcess.Utilities/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.HostingProcess.Utilities.dll
- ----------------------------------------
- Microsoft.VisualStudio.DebuggerVisualizers
- Assembly Version: 10.0.0.0
- Win32 Version: 10.0.30319.1
- CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.DebuggerVisualizers/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.DebuggerVisualizers.dll
- ----------------------------------------
- System.Windows.Forms
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.235 built by: RTMGDR
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
- ----------------------------------------
- System
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.233 built by: RTMGDR
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
- ----------------------------------------
- System.Drawing
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 built by: RTMRel
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
- ----------------------------------------
- Accessibility
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 built by: RTMRel
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
- ----------------------------------------
- ************** JIT Debugging **************
- To enable just-in-time (JIT) debugging, the .config file for this
- application or computer (machine.config) must have the
- jitDebugging value set in the system.windows.forms section.
- The application must also be compiled with debugging
- enabled.
- For example:
- <configuration>
- <system.windows.forms jitDebugging="true" />
- </configuration>
- When JIT debugging is enabled, any unhandled exception
- will be sent to the JIT debugger registered on the computer
- rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment