Activity overview
Latest activity by IonKiwi
It works with 10.0.16. / comments
It works with 10.0.16.
Tried it with the last version (10.1.5.1419) it still crashes. Attaching the Visual Studio debugger to Visual Studio, while generating the pdb, shows the same StackOverflowException. Attached the stacktrace & details. / comments
Tried it with the last version (10.1.5.1419) it still crashes.Attaching the Visual Studio debugger to Visual Studio, while generating the pdb, shows the same StackOverflowException.Attached the sta...
The behavior has changed with the new version. It now restarts visual studio after the extension crashes. And Visual Studio displays: A previous session terminated unexpectedly. 'Disabling extension '.NET Reflector Visual Studio Extension 10.1.3.1218' might help prevent similar issues. Attached the stacktrace. / comments
The behavior has changed with the new version.It now restarts visual studio after the extension crashes.And Visual Studio displays:A previous session terminated unexpectedly. 'Disabling extension '...
Inspecting the variables with a debugger attached. It seems to be caused by the following method: Microsoft.SharePoint.SPStoredProceduresContent.proc_InsertEventSubcriptionJunctionEntries Inspecting that method with the reflector application (not the visual studio extension), crashes reflector. Attached the stacktrace of that crash. / comments
Inspecting the variables with a debugger attached.It seems to be caused by the following method:Microsoft.SharePoint.SPStoredProceduresContent.proc_InsertEventSubcriptionJunctionEntriesInspecting t...
Attached a copy of Microsoft.SharePoint.dll / comments
Attached a copy of Microsoft.SharePoint.dll
Generate PDB crashes Visual Studio 2017
Hi,I am trying to generate a PDB for Microsoft.SharePoint.dll (SharePoint 2016).Using the generate a PDB option, it crashes Visual Studio 2017 (and restarts Visual Studio).Attached a debugger to vs...