问题描述
我从http://blogs.msdn.com/b/lightswitch/archive/2011/03/16/lightswitch-beta-2-extensibility-cookbook.aspx 并安装了必要的软件,例如SDK和SP1 2010.
I downloaded the cookbook from http://blogs.msdn.com/b/lightswitch/archive/2011/03/16/lightswitch-beta-2-extensibility-cookbook.aspx and installed the necessary software such as SDK and SP1 for 2010.
我从上面的网站下载了BlankExtenstion.zip.当我在VS2010 Ultimate中打开BlankExtension.sln文件时,出现以下错误.
I downloaded the BlankExtenstion.zip from the website above. When I open BlankExtension.sln file in VS2010 ultimate, I get the below error.
BlankExtension \ BlankExtension \ Blank.Vsix \ Blank.Vsix.csproj:错误:项目文件'D:\<导航到Blank Solution的存储位置> \ BlankExtension \ BlankExtension \ Blank.Vsix \ Blank.Vsix. csproj'无法打开.
BlankExtension\BlankExtension\Blank.Vsix\Blank.Vsix.csproj : error : The project file 'D:\<navigate to location where Blank Solution is stored>\BlankExtension\BlankExtension\Blank.Vsix\Blank.Vsix.csproj' cannot be opened.
此安装不支持项目类型.
The project type is not supported by this installation.
我在这里做错什么了吗?为什么我的VS无法识别Vsix.csproj文件?
Am I doing something wrong here?? why is my VS not recognizing Vsix.csproj file??
推荐答案
这篇关于VS2010 Ultimate无法加载Vsix.csproj吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!