VS2005 Query
-
'ello, I'm having trouble with VS 2005 and .NET framework 2.0, basically the framework won't start up, in the eventlog i get... ".NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7C81EB33) (800703e9)" Of couse meaning vs just starts and as soon as it needs .net (during the splash screen) it bombs out, no error message or anything. I'd uninstalled all the beta2 componets and any WinFX items using the vs uninstall tool Microsoft released. I've tried searching google, yahoo, support.microsoft.com but because its only out for those of us with msdn subscriptions there are only a few people using it and noe one posting about this error. I've tried removing and reinstalling vs2005 but no joy, any ideas before i have to phone PSS? Richard Green -- modified at 8:46 Monday 31st October, 2005
-
'ello, I'm having trouble with VS 2005 and .NET framework 2.0, basically the framework won't start up, in the eventlog i get... ".NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7C81EB33) (800703e9)" Of couse meaning vs just starts and as soon as it needs .net (during the splash screen) it bombs out, no error message or anything. I'd uninstalled all the beta2 componets and any WinFX items using the vs uninstall tool Microsoft released. I've tried searching google, yahoo, support.microsoft.com but because its only out for those of us with msdn subscriptions there are only a few people using it and noe one posting about this error. I've tried removing and reinstalling vs2005 but no joy, any ideas before i have to phone PSS? Richard Green -- modified at 8:46 Monday 31st October, 2005
You've probably tried this already, but if you haven't - uninstall and reinstall .NET, then uninstall and reinstall VS.NET 2005. And when you uninstall, after the uninstaller has run, manually delete any left over directories just in case.
-
You've probably tried this already, but if you haven't - uninstall and reinstall .NET, then uninstall and reinstall VS.NET 2005. And when you uninstall, after the uninstaller has run, manually delete any left over directories just in case.
Yeah, i've tried that, going through it all again now, if it doesn't work i'll have to go back to beta2 for a bit until i can format and reinstall everything on this machine. Richard Green
-
Yeah, i've tried that, going through it all again now, if it doesn't work i'll have to go back to beta2 for a bit until i can format and reinstall everything on this machine. Richard Green
last time i had this problem it wasn't .net as i thought but it was skype listening to port 80. try a "telnet localhost 80". do you get a reply?
-
last time i had this problem it wasn't .net as i thought but it was skype listening to port 80. try a "telnet localhost 80". do you get a reply?
Yep, off IIS as i'd expect, i think i've ruled out it being the framework itself as an application i wrote in beta2 and compiled still loads and works as expected, its just VS2005 Pro that crashes on start up. Richard Green