Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 AnyMachine) 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.

like image 894
user31673 Avatar asked Jan 22 '23 03:01

user31673


1 Answers

The application will be forced to run as 32-bit

like image 182
Gregory Pakosz Avatar answered Jan 25 '23 03:01

Gregory Pakosz