摘要: 今天下载了NuGet的源代码,用Visual Studio 2010打开时,有两个项目(Server和VsExtension)无法加载,加载时出现错误提示:The project type is not supported by this installation.解决方法是:编辑这两个项目的Server.csproj和VsExtension.csproj文件,将<ProjectTypeGuids>改为:<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00 阅读全文
posted @ 2011-02-24 09:08 dudu 阅读(2796) 评论(3) 推荐(0)