每当我在Visual Studio中加载一个特定项目设置为启动项目的解决方案时,我就会遇到VSHost32.exe崩溃.如果我继续并启动应用程序,我会得到一个COMException:
{"Invalid value for registry (Exception from HRESULT: 0x80040153 (REGDB_E_INVALIDVALUE))"}
Run Code Online (Sandbox Code Playgroud)
使用堆栈跟踪:
at System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath()
at System.AppDomain.SetupFusionStore(AppDomainSetup info)
at System.AppDomain.SetupDomain(Boolean allowRedirects, String path, String configFile)
Run Code Online (Sandbox Code Playgroud) 运行ASP.Net网站并使用TinyMCE进行内容管理.用户需要能够上传内容的图像.图像将显示在网站内容(新闻,文章等)中,但除了内容之外,不会被任何内容引用.
这些图像是应该受版本控制(svn),还是应该在需要时传递上传目录(备份,测试等)?如果它们应该被版本化,那么最好的方法是什么?