我在尝试打开应用程序时最近在VS2013中遇到了这个错误:
The debugger cannot continue running the process.
The composition produced a single composition error, with 3 root causes.
1) No exports were found that match the constraint:
ContractName Microsoft.VisualStudio.Javascript.ProjectMetro.Debuggers.JsJmcProjectControl
RequiredTypeIdentity Microsoft.VisualStudio.JavaScript.Project.Metro.Debuggers.JsJmcProjectControl
2) No exports were found that match the constraing:
ConstractName Microsoft.VisualStudio.JavaScript.Project.Metro.IMetroProject
RequiredTypeIdentity Microsoft.VisualStudio.JavaScript.Project.Metro.IMetroProject
3) No exports were found that match the constraint:
ConstractName Microsoft.VisualStudio.JavaScript.Project.ProjectContextHelper
RequiredTypeIdentity Mirosoft.VisulaStudio.JavaScript.Project.ProjectContextHelper
发布的其他解决方案建议清除ComponentModelCache。没有这样的目录导致VS2013中指定的缓存。我想知道为什么会出现这种错误以及如何解决它。