>VB .NET 2005 Runtime?
When can I find a runtime for the VB .NET 2005 version.
We have compiled a .EXE using VB .NET 2005. This exe seems to do nothing when run from a Windows 2003 x64 server. Do i need to install anything on the server to run this?
We already have .NET Framework 2.0 BETA installed
Any help is appreciated.
Thanks
[318 byte] By [
TimRice] at [2008-2-7]
Hi,
There is no separate runtime for Visual Basic 2005. The CLR - is a Common Language Runtime and hence is the same for all languages. If you have installed the .NET Framework v2.0 Beta then it that is all that is needed.
In .NET v2.0, there is support for 64-bit and you can actually target a specific platform or compile for MSIL. If this EXE that you have does not make use of any platform specific features then mark it as MSIL when building and then try running it.
Regards,
Vikram