Tuesday, July 26, 2005

Installer Gotcha .....

On building web application setup the following error is seen
"Unable to build folder named xyz" Now xyz is a sub folder within several folders.
These folders exist multiple times on the sub folders at different levels as well as same level but of different main folder.
The solution is to rename the folders differently and this helps the problem to disappear. Yet another effort would be to use filters on the content file. But his is helpful only if these folders contained C# or VB files because they are not part of the content instead get compiled as assemblies and are part of the primary output. If you have aspx files etc that needs to be deployed to the virtual directory then you cannot use filters but the former method of renaming the folders have to be done.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home