64 bit application
-
You won't. It's not supported. Only the .NET Framework 2.0 supports targeting 64-bit platforms. And, no, you can't use the .NET Framework 2.0 with Visual Studio.NET 2003.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
You won't. It's not supported. Only the .NET Framework 2.0 supports targeting 64-bit platforms. And, no, you can't use the .NET Framework 2.0 with Visual Studio.NET 2003.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
You had your answer on the other forum. DON'T CROSS POST:mad::mad:
only two letters away from being an asset
-
actually you can use 2.0 net framework I have it running nicely on my computer and i am using sp2 xp and visual basic 2003.net
You can use the .NET Framework 2.0 to RUN your application if it was compiled under VS.NET 2003. VS.NET 2003 will NOT use the compilers in .NET Framework 2.0. If you don't have VS.NET 2005, the only way to get your code compiled under .NET 2.0, without using a 3rd party IDE, is to comple it from the command line.
Dave Kreskowiak Microsoft MVP - Visual Basic