While building my deployment project I receive the
following error Unable to build folder named "FOLDER_NAME".

My projects compiles fine, the deployment project dose not.
Are there any rules stating that you can not have a folder
name repeated, even if a duplicate name folder is in a
diffrent sub directory?

e.g.

ProjectNameFoo
|
|
+TableFolderA
| |
| |- Edit
|
|
+TableFolderB
|
|- Edit

The above folder layout will not allow the deployment
project to build. Is this A Bug ? Besides renaming
myfolders is there any thing I can do?


error message result:

------ Starting pre-build validation for
project 'Deployment' ------
------ Pre-build validation for project 'Deployment'
completed ------
------ Rebuild All started: Project: Deployment,
Configuration: Release ------

Building file 'C:\Documents and Settings\harig2.IEU\My
Documents\Visual Studio
Projects\Alarms\Deployment\Deployment\Release\Depl oyment.ms
i'...
ERROR: Unable to build folder named 'Edit'
ERROR: Unable to build folder named 'DataSet'
ERROR: Unable to build folder named 'Add'

Thank You
George