Visual C++ .Net Problem

A

Adam.Paschke

I wrote a program using Visuall C++ .Net 2003 and tried to run them on
a different computer and they don work. It is a pretty simple program
that uses ADO to get some info from a database.

It worked fine on my computer that had Win XP and .Net installed but
when I tried to run the program on a computer with Win 2000 and no .Net
instelld I recieved errors about missing .dll'. After finding the
..dll's and putting them in the folder with the program I received an
error messase saying "Unspecified error" and then an "Invalid pointer"
error message.

I am new to the programming enviorment and getting things to run using
Visual C++ so any help would be appreciated. Thanks.

- Adam
 
I

Ioannis Vranos

I wrote a program using Visuall C++ .Net 2003 and tried to run them on
a different computer and they don work. It is a pretty simple program
that uses ADO to get some info from a database.

It worked fine on my computer that had Win XP and .Net installed but
when I tried to run the program on a computer with Win 2000 and no .Net
instelld I recieved errors about missing .dll'. After finding the
.dll's and putting them in the folder with the program I received an
error messase saying "Unspecified error" and then an "Invalid pointer"
error message.

I am new to the programming enviorment and getting things to run using
Visual C++ so any help would be appreciated. Thanks.


You can deliver the framework together with your application, by using
the redistributable package.


http://msdn.microsoft.com/netframework/downloads/framework1_1redist
 

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

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top