views:

66

answers:

2

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.

A: 

Aaron - Where are you creating the project at? What directory?

Alec Whittington
The projects got created, but I just had to manually add them to my sln. To answer your question... c:\projects\myProject\trunk\ ... in there are all the app, build, db, docs, etc. folders.
Aaron Palmer
Aaron - you should have access to the group now. We've had issues like this reporting in the past, but have not been able to recreate it. The one that came to mind was the issue with the path being too long. This issue does not appear to be the same problem. While I do not have an answer for you on how to solve it, the good news is that we have been listening to the feedback and have made Installation and deployment a top priority. Please keep your eye out on the google group for new blog announcements.
Alec Whittington