net 2.0 winform application that I am trying to run on a newly installed XP SP3 OS. The application works on other computers. Has anyone have any sugestions to what may be the problem
feedback
|
|
Download the .NET Framework 2.0 and install it. .NET Applications compile to CIL then into bytecode, and must be run by the virtual machine. | |||||||||
feedback
|