我尝试在我的Visual Studio Express 2012 RC for Windows 8上运行Contoso项目,它会报告此错误。如何解决?
Exception was thrown but not handled in user code at line 183, column 5 in Function code
0x80070002 - JavaScript runtime error: The system cannot find the file specified.
If there is a handler for this exception, the program may be safely continued.
答案 0 :(得分:2)
您的意思是适用于Windows 8的Contoso Cookbook参考应用程序(可从here获得)吗?如果是这样,您应该使用Visual Studio Express 2012 for Windows 8而不是Visual Studio 2008.您还需要Windows 8操作系统来运行它。