HighTechTalks DotNet Forums  

32 bit vb.net on 64 bit windows

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss 32 bit vb.net on 64 bit windows in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Raymond Chiu
 
Posts: n/a

Default 32 bit vb.net on 64 bit windows - 08-09-2007 , 03:01 AM






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



Reply With Quote
  #2  
Old   
Thomas Scheidegger [MVP]
 
Posts: n/a

Default Re: 32 bit vb.net on 64 bit windows - 08-13-2007 , 10:13 AM






Quote:
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/lib...z2(VS.80).aspx

On 64 Bit Windows (x64) install runtime
http://www.microsoft.com/downloads/d...b-40e78d788b00


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




--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.