Link to home
Start Free TrialLog in
Avatar of visualcortex
visualcortex

asked on

visual studio 2010 setup project build fail

Hi,
    I am creating a Setup and Deployment project using Visual Studio 2010 Professional.

During build time, I get the same error multiple times for different files Unable to build file named 'file_name'.


All I'm doing is setting up certain files to be copied to the destination (preserving the folder structure).

I looked around and found some solutions which obviously did not help.

I have a total of 15,400 files in a sub folder structure.

I tried to set the build properties to

1. as loose uncompressed files
2. in setup file
3. in cabinet files (100 MB)

but all of them fail with the same above error.

Please help!

EDIT: I found some references to maybe having a hash or a version for each file. I'm not sure how to check if this is already enabled or the process on how to enable it.
Avatar of Orcbighter
Orcbighter
Flag of Australia image

Can you show a section of code where you specify the source and destination of the files?
ASKER CERTIFIED SOLUTION
Avatar of visualcortex
visualcortex

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of visualcortex
visualcortex

ASKER

I was able to figure out a solution on my own. I guess Experts Exchange does not have solutions for all kinds of problems.