I have SharePoint 2013 Server installed + Visual Studio 2013 Ultimate Update 4.
In Visual Studio:
- Create a new project from template "SharePoint 2013 - Empty Project"
- Add a state machine workflow (2010) to the project
- Pass through all the steps in template wizard. Set the URL of the server, associate WF with doc library (as well as task list, history list), deploy as farm solution, WF starts manually.
- Add no code and no other elements to the autogenerated project.
- Deploy project to the server.
- Go to associated document library
- start the workflow on a document
- Try to open "Attach to process..." window (either via Ctrl+Alt+P or viaDebug=>Attach to process... menu)
- Visual Studio crashes.
I tried the steps above on
- SP2013 Server with VS 2013 Upd 4 Ultimate and
- SP2013 Foundation with VS 2013 Community Edition Upd 4
The only KB article I've found so far was https://support.microsoft.com/kb/2862144 but I have no processes like WcfSvcHost.exe running in the OS.
Anyone encountered this problem?
UPD
The exception in Visual Studio is:
"An unhandled exception of type 'System.AccessViolationException' occurred in Microsoft.VisualStudio.Shell.12.0.dll
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt"