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/