rmaldonado / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Project Template Wizard fails to create the <projectname>.Data project when the base folder contains a space. #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a folder such as C:\My Projects\
2. Create a new project with the SA wizard in that folder

What is the expected output? What do you see instead?
Expect complete project however get an Access Denied error when generating 
the name.Data project instead.

What version of the product are you using? On what operating system?
S#arp Architecture 1.0.48.410 RC 2 with ASP.NET MVC RC 2 and NHibernate 
2.0.1

Please provide any additional information below.

Original issue reported on code.google.com by Kry...@gmail.com on 25 Mar 2009 at 11:00

GoogleCodeExporter commented 9 years ago
I'm getting the same issue but space in folder structure does not matter, I used
c:\temp\projects\ for test. I am intermittently getting the same error for
SolutionItemsContainer. I'm using r493 version of templates.

There is a workaround for .Data issue: Move the folder manually (<sln 
folder>\<prj
folder>.Data -> <sln folder>\app\<prj folder>.Data), add it to solution and fix
references.

I did some investigation and I can safely say that project is unloaded before 
attempt
to move it is done - I rebuilt the wizard and added some additional logging on
ProjectUnload event and unload is done before move is attempted.
I could not find what could be possibly locking the folder.

Original comment by mlalevic@gmail.com on 23 Sep 2009 at 1:40

GoogleCodeExporter commented 9 years ago
I am having the same problem, and I have no spaces in my path

Original comment by sydney.l...@gmail.com on 7 Feb 2010 at 12:23

GoogleCodeExporter commented 9 years ago
I have the same error and I don't know how to fix it. Access is denied during
creating sub projects from template makes my crazy. There is no spaces, special
characters etc. in my file path. Tried to create project on different 
partitions,
with Administrator rights - without success. This occurs in my VS 2008 and VS 
2010 as
well. 

Original comment by dtarczyn...@gmail.com on 4 Jun 2010 at 3:38

Attachments:

GoogleCodeExporter commented 9 years ago
Any fix for this? I am having the same exact issue.

I am running 
VS 2010
Windows 7

Original comment by vart...@gmail.com on 1 Jul 2010 at 12:18

GoogleCodeExporter commented 9 years ago
OK the problem seems to be CodeRush, once you uninstall coderush everything 
works just fine.

Original comment by vart...@gmail.com on 1 Jul 2010 at 7:32

GoogleCodeExporter commented 9 years ago
The problem still exists, no CodeRush installed though.

Original comment by maik.roe...@gmail.com on 2 Aug 2010 at 7:41