vote up 4 vote down star
2

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

flag

6 Answers

vote up 2 vote down

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".

link|flag
I use Team System but disabling that in the same way as described here solved the problem. – Si Keep Sep 2 at 16:36
vote up 1 vote down

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

link|flag
vote up 0 vote down

looks like a visual source safe plugin problem.

link|flag
vote up 0 vote down

I wouldn't be surprised at all. In my experience MS software is usually pretty good, but VS 2008 is just a really buggy app, I have only been using it everyday for about a month and a half and it has crashed on me 14 times (I started keeping track after 3) and I have submitted 2 bugs to be fixed, with another one I still need to submit. Its just terrible how unstable it still is.

link|flag
vote up 0 vote down

I have this problem too. With or without SP1 but it doesn't crash VS and it still displays the resultant htm file once I okay the error.

I don't think it's related to visual source safe as I'm not using this. I do have the Team Explorer plug in so it might be something related to that.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.