Error when run-time with CR9

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, All

I am new on window application of VB.Net. I had a problem that error occurred when running with the CR9. The error is
{
Runtime Error
Program: c:\abc\bin\abc.ex

R602
- The application cannot run using the active version of the Microsoft .NET Runtime
Please contact the application's support team for more information

} The error title is (Microsoft Visual C++ Runtime Library.
However, i am using VB.net, not Visual C++. I want to know what happen. am i set something wrong?? How can i fix this problem
Thanks for halp

Tabo
 
Looks like you're trying to run a program compiled with .NET 1.1 on a
machine that only
has 1.0 installed. Try upgrading to 1.1 on the machine were you're running
it.

MSDN has this to say:
http://msdn.microsoft.com/library/d...n-us/vccore/html/vclrfcrun-timeerrorr6029.asp


/claes


Tabo said:
Hi, All,

I am new on window application of VB.Net. I had a problem that error
occurred when running with the CR9. The error is
{
Runtime Error!
Program: c:\abc\bin\abc.exe

R6029
- The application cannot run using the active version of the Microsoft ..NET Runtime
Please contact the application's support team for more information.

} The error title is (Microsoft Visual C++ Runtime Library.
However, i am using VB.net, not Visual C++. I want to know what happen.
am i set something wrong?? How can i fix this problem?
 
Back
Top