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
> 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. -- Thomas Scheidegger - MVP .NET - 'NETMaster' http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/