32 bit vb.net on 64 bit windows

R

Raymond Chiu

Dear All,

I have vb.net application which is 32 bit and need to transfer to 64bit
windows. It cannot run.
How can I do to make it work??

Any hints and procedures are appreciated.

Thanks for your time and effort,

Raymond Chiu
 
T

Thomas Scheidegger [MVP]

I have vb.net application which is 32 bit and need to transfer to 64bit
> windows. It cannot run. How can I do to make it work??


works for _pure_ managed apps:

compile with VB 2005 using Target CPU = 'AnyCpu'
http://msdn2.microsoft.com/en-us/library/07bysfz2(VS.80).aspx

On 64 Bit Windows (x64) install runtime
http://www.microsoft.com/downloads/details.aspx?FamilyID=b44a0000-acf8-4fa1-affb-40e78d788b00


If you are using any COM-Interop/PInvoke/other components,
verify all their compatibility with 64-Bit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top