5

I'm using VS2008 SP1 - don't know if this would have happened before I applied SP1 as I never tried it before yesterday. I attempted to debug a fairly simple XSLT file using VS2008 SP1 and got this crash from VS2008 SP1:


Microsoft Visual Studio

Unexpected error encountered. It is recommended that you restart the application as soon as possible.

Error: Unspecified error

File: vsee\pkgs\vssprovider\sccprj.cpp

Larry
  • 17,605
  • 9
  • 77
  • 106

4 Answers4

3

Yes, sounds so. To use it, I had to disable VSS temporarily each time by setting Tools, Options, Source Control, Plug-in selection, Current source control plug-in to "None".

Larry
  • 17,605
  • 9
  • 77
  • 106
  • I use Team System but disabling that in the same way as described here solved the problem. – Simon Keep Sep 02 '09 at 16:36
  • I've been having the same problem with VS2010 - any attempt to debug an XSLT led to a crash. Setting 'Current source control plugin' to 'none' in Options>Source Control also worked for me. – Daniel Situnayake Oct 07 '10 at 15:45
2

We have reproduced this issue and will fix it in the next release of Visual Studio.

You are welcome to use Microsoft Connect site for reporting any issues related to Visual Studio.

Best regards,
Anton Lapounov
Data Programmability Team @ Microsoft

Antosha
  • 61
  • 6
0

The same problem, after the stylesheet finishes processing, I get Unspecified error (and eveything seems ok after closing the error message box). Selecting source control plugin to "None" in VS options gets rid of the problem.

Jakub
  • 1
0

Here's the link to Microsoft's bug and "fix" report, which includes info on the work around (disabling your source control plugin): VS2008 sp1 - XSLT Debugging Error in sccprj.cpp

schellack
  • 10,144
  • 1
  • 29
  • 33