Alex
Alex

Reputation: 2111

visual basic 2008 32bit/64bit?

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

Upvotes: 1

Views: 3043

Answers (2)

Rasik Jain
Rasik Jain

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

Ramji
Ramji

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

Related Questions