Link to home
Start Free TrialLog in
Avatar of edison04
edison04Flag for United States of America

asked on

How do I compile a 32-bit application on a 64-bit machine in Visual STudio 2008 aspx/c#?

I have been developing on a Vista 32-bit at both work and home for years and just replaced my laptop at home with a 64-bit laptop. I am now getting errors when publishing my websites that refer to assembly errors and say I should compile first.

From what I can gather, this is due to me compiling on both processor versions. I need to make the website so that both 32-bit and 64-bit processors can render it. I also need to be able to develop on either machine.

Is the solution to configure Visual Studio on my 64-bit machine to compile for 32-bit?
How would I do this?

Thanks
SOLUTION
Avatar of Cong Minh Vo
Cong Minh Vo
Flag of Viet Nam image

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
ASKER CERTIFIED SOLUTION
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 edison04

ASKER

The issue resolved itself.