Reputation: 2111
can vb.net 2008 bet set to only run in 32bit?
Upvotes: 1
Views: 3043
Reputation: 1086
You can set this setting in Visual studio.
At the debug toolbar in VS2008 you will find a dropdown list says “Any CPU”. Select “Configuration Manager”, and change the platform to x86 or x64. If you don’t see x86, select new… and choose x86.
Upvotes: 1
Reputation: 2566
In Visual studio, In any project right click and select Project properties - > Compile -> Advanced compile options and select the Target CPU for x86, x64 or Titanium
Upvotes: 6