Error when run-time with CR9

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
 
C

Claes Bergefall

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top