Click here to Skip to main content
15,896,118 members
Articles / Programming Languages / C# 4.0

deploy c# 32bit application

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
31 Dec 2012CPOL 0  
Choose ANYCPU, or make two different builds. And be sure to have all referenced dlls matching the platform.Some literature: http://thingsthatshouldbeeasy.blogspot.hu/2009/08/anycpu-x86-x64-whats-difference.html#.UOKjPuSzKSo[^]

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
31 Dec 2012Member 8584763 2 alternatives  
hello,I've developed C# application. when I installed on PC with 64 bit. It works fine ,butt on 32 bit. It gives me error message "It is not design for 32 bit".However, I chose the target machine is 86.
Please Sign up or sign in to vote.
31 Dec 2012Abhinav S
AFAIK a 64bit program cannot run on a 32 bit machine.

License

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


Written By
Technical Lead
Hungary Hungary
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions