.NET version with 64-bit versus 32-bit assemblies

Posted by user54064 on Stack Overflow See other posts from Stack Overflow or by user54064
Published on 2010-05-01T17:36:02Z Indexed on 2010/05/01 17:37 UTC
Read the original article Hit count: 214

Filed under:
|
|
|
|

What version of .NET (64-bit vs. 32-bit) will be loaded if some of the assemblies referenced in an app are compiled with 32-bit only (instead of AnyOS) setting? Will the app still run as 64-bit or will it be forced to run as 32-bit if at least one of the referenced assemblies is compiled as 32-bit only? The app is running .NET 3.5.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about .net-3.5