Click here to Skip to main content
16,017,986 members
Articles / Programming Languages / C#

Dealing with 32-bit, 64-bit and Any CPU Compilation Options in .NET

Rate me:
Please Sign up or sign in to vote.
4.70/5 (17 votes)
12 Dec 2016CPOL4 min read 32.9K   17  
Ever wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? As part of this article, I hope to shed some light on this.

Views

Daily Counts

License

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



Comments and Discussions