vote up 0 vote down star

VS2008 shuts down right after converting any VS2005 solution.

The solution icon is changed from 8 to 9 but if I try to open the solution it tries to convert it again and then it shuts down (and so forth).

Anyone seen this? Is a re-install the only way to go here?

flag

You've got SP1 installed? – Kent Boogaart Apr 27 at 13:48
SP1 not showing up on the about dialog – JohnIdol Apr 27 at 14:17
tried to install SP1 got blue screen of death – JohnIdol Apr 27 at 15:38

3 Answers

vote up 1 vote down

If you haven't already done so, you may want to review the upgrade log and your EventLog to see if they have any entries that could lead you in the right direction.

Sorry, I would have just added this suggestion as a comment but I don't have a high enough reputation.

link|flag
this is what I think happened - seems to happen only on upgrades from 2005 – JohnIdol May 4 at 13:37
vote up 0 vote down

Trying hooking up a debugger (ie another instance of Visual Studio) to it, (using Tools - Attach to Process). Optionally set 'break on exceptions' (Ctrl-Alt-E) just before starting the conversion.

Hopefully this will break into the debugger giving you a clue what's crashing.

link|flag
vote up 0 vote down

I've seen it before. I always end up manually moving my project over.

link|flag
what do you mean with 'manually'? do you manually edit solution files and all? sounds PAINFUL – JohnIdol Apr 28 at 8:44
if its a c++ proj, for example, i'd create new c++ proj, add existing files, select all my headers and c++ files, then edit my proj variables and so forth – patrickinmpls Apr 28 at 15:10
turned out a problem upgrading from 2005 ... puzzled - wiped it off and re-installed from scratch – JohnIdol May 4 at 13:38

Your Answer

Get an OpenID
or

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