The PC at work finally kicked the bucket and I needed to install MSBuild Extension Pack on my new PC so that I could continue creating DNN modules for my website. For whatever reason after I install it, I am getting the same error as if it is not installed
Set version Info does not exist in project c:\users\...
Here is what I have tried:
My current version of windows is win7 x64 and the version of DotNetNuke that I am creating modules on is DNN 6.2.5. The version of MSBuild I have installed is 3.5.14 and 4.0.11. I am using VisualStudio 2012.
Did I miss a step in installation? Should I have used Community tasks?
答案 0 :(得分:0)
经过几次重启(以及几次冲洗并重复上述'尝试过的列表)后,我安装了MSBuild.Community.Tasks.v1.4.0.00.msi。安装完成后,我的模块模板能够无错误地构建项目。遗憾的是,由于缺少文档,我不知道您是否需要扩展包和社区任务才能使其工作,在这种情况下只需要该社区。出于这个原因,我现在将保留扩展包。