create a web setup project fail???

G

Guest

Hello, everyone

I have a asp.net project that includes couple aspx files and Lesson1 and Lesson2 folders
Both Lesson1 and Lesson2 include Text folder and Audio folder

After I add a web setup project for it. When I build the solution. I always receive

Error: unable to pacakage Text folde
Error: unable to package Audio folde

If I delete the Lesson2 folder, I can build the solution successfully.

I wonder if we can not have the same subfolder name in one project?

Could anyone help? I do appreciate your help

Haiwen
 
G

Gary Chang

Hi haiwen,

Thanks for posting in the community.

Currently I am looking for somebody who could help you on it. We will reply
here with more information as soon as possible.
If you have any more concerns on it, please feel free to post here.


Thanks!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
F

Felix Wang

Hi Haiwen,

Thanks for posting and nice to see you again.

Based on my past experience and understanding with setup projects, they
should handle duplicate file names or directory names without any problem.
In fact, the directories are represented as something similar to
"_ED465EE9959B430BA9D3B5ABDADC2E6F" internally in the MSI and there should
be no collision.

I have also try to reproduce the error with both VS.Net 2002 and VS.Net
2003 but failed. If we create a new Web Setup project for the ASP.Net
project, do we still have the problem?

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
F

Felix Wang

Hi Haiwen,

I have done some additional research on the issue. It seems that duplicate
directory names may cause some issues:

PRB: "Unrecoverable Build Error" Error Message When You Build Setup and
Deployment Projects
http://support.microsoft.com/?id=329214

If creating a new WebSetup project does not help, would it be acceptable if
we use different names for the folders? If not, we may need to make use of
a Windows Installer Platform SDK tool named "Orca" to rename the folder
after building.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
F

Felix Wang

Hi Haiwen,

Thanks for your quick response. I am glad to hear that the issue has been
resolved on your own.

If you need any further assistance on this issue, please feel free to post
here.

Have a nice day.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top