views:

122

answers:

2

can vb.net 2008 bet set to only run in 32bit?

+4  A: 

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

Ramji
+1  A: 

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 Manger”, and change the platform to x86 or x64. If you don’t see x86, select new… and choose x86.

Rasik Jain
I don't see that in my debug toolbar.
xpda