application fault and registry setting

D

Dan Holmes

I recently updated to SP1 of vs2005 and i didn't have this error before.
I changed a registry entry that had to do with development. I found
it on msdn and now i can't find it anymore. I suspect it may be the
problem. The entry had to do with directory paths or something so that
debugging in VS could be done on code not in the bin dir of the project.

Does that ring a bell to anyone?


An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll

Additional information: Invalid value for registry (Exception from
HRESULT: 0x80040153 (REGDB_E_INVALIDVALUE))


[c:\sandbox\iaf.net\serverinstall]ApplicationServer.exe

Unhandled Exception: System.Runtime.InteropServices.COMException
(0x80040153): Invalid value for registry (Exception fro
m HRESULT: 0x80040153 (REGDB_E_INVALIDVALUE))
at System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath()
at System.AppDomain.SetupFusionStore(AppDomainSetup info)
at System.AppDomain.SetupDomain(Boolean allowRedirects, String path,
String configFile)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top