Click here to Skip to main content
15,909,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I run a windows 7 64 bit and installed Visual studio 2010.
I tried to build my an application but it brought an error that
"Error	3	Could not find required file 'setup.bin' in 'C:\Windows\system32\Engine'."

That error makes the build fail. how do i fix it.
Thanks.

build Error - Could not find required file 'setup.bin' in 'C:\Windows\system32\Engine'
Posted
Updated 7-Dec-11 9:02am
v2

This almost looks like an installation problem, try removing and reinstalling Visual Studio. I really don't know why else you would need a setup.bin file.
 
Share this answer
 
Hi,

Right-click on your solution then choose 'Clean Solution'. After that, right-click again then choose 'Rebuild Solution'. Then 'Build Solution'. If this still doesn't work, did you really tried to create an installer of your application?

Regards,
Eduard
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900