在 64 位操作系统中从 Visual Studio 2010 项目模板设置 S#arp Architecture 1.6 项目时出错
我正在尝试建立一个全新的 Sharp Architecture 1.6 项目。我的环境是 Windows 7 64 位,运行 Visual Studio 2010。我已按照 VS2010_ReadMe.txt 中提供的说明进行操作。
在 VS2010 中我做 File |新 |项目,选择 S#arp Architecture Application,为其命名并点击“确定”。我收到以下错误:
“创建子项目‘sharptest.Core’时遇到问题。解决方案中已打开具有该名称的项目。”
“创建子项目‘sharptest.ApplicationServices’时遇到问题。具有该名称的项目已在解决方案中打开。”
...(每个项目都这样继续)
我没有找到关于这个问题的任何明确的文档。如果有人成功获得了基于锐利架构项目模板的项目,并在运行 vs2010 的 64 位操作系统上成功运行,我将不胜感激。谢谢。
I'm trying to get a brand new Sharp Architecture 1.6 project set up. My environment is Windows 7 64bit, running Visual Studio 2010. I have followed the instructions provided in the VS2010_ReadMe.txt.
In VS2010 I do File | New | Project, select S#arp Architecture Application, give it a name and hit 'OK'. And I receive the following errors:
"A problem was encountered creating the sub project 'sharptest.Core'. A project with that name is already opened in the solution."
"A problem was encountered creating the sub project 'sharptest.ApplicationServices'. A project with that name is already opened in the solution."
... (it continues like this for each project)
I have not found any clear documentation regarding this issue. I would appreciate help from someone who has successfully gotten a project based on the sharp architecture project template up and running successfully on a 64bit O/S running vs2010. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有同样的问题。但是,通过在不同的文件夹中创建项目,我的问题得到了解决。当我尝试在以下位置创建解决方案时收到错误
将此更改为
,我没有收到错误。
您是否安装了 AnkhSVN 之类的颠覆程序?值得卸载它并重试。我能提供的最好建议。
I had the same issue. However, my issue was resolved from creating the project in a different folder. I receive the error when I try to create the solution in
Changing this to
and I don't receive the error.
Do you have any subversion programs like AnkhSVN installed? It would be worth uninstalling this and trying again. Best advice I can offer.