Hi, Geert
I'm attempting to build an MSI to deploy my ASP.NET Web site with a Visual Studio .NET 2003 deployment project (vdproj). When I build the deployment project, it gives an error message like the following:
ERROR: Unable to build folder named "xxx"
(xxx: _default, Containers, Skins, etc...)
The MSI is built successfully, but Visual Studio reports it as a failed build. This is causing problems for my automated build script. After searching around, it appears that the problem is caused by having folders of the same name at different locations in my Web site. (i.e., /a/b and /b) The only solution other people seem to have found is to rename folders so that the names are unique within the project. That would be difficult for me because it would break a number of links/references, and I'd like to hope there's a better solution.
Have you solved this problem when developed the installer?. Thanks in advance
Carlos.