Immer wenn ich eine Lösung in Visual Studio mit einem bestimmten Projekt als Startprojekt geladen bekomme, bekomme ich einen VSHost32.exe Absturz. Wenn ich immer auf die Anwendung gehen und starten, erhalte ich eine COMException:VSHost Absturz, REGDB_E_INVALIDVALUE wird geladen Spezifisches Projekt
{"Invalid value for registry (Exception from HRESULT: 0x80040153 (REGDB_E_INVALIDVALUE))"}
Mit einem Stack Trace:
at System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath()
at System.AppDomain.SetupFusionStore(AppDomainSetup info)
at System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String configFile)
Sie können DEVPATH auch in Ihrer Umgebung einstellen, wenn Sie die Konfigurationsdatei der exe nicht ändern wollen oder können. – Droj