G
Guest
I have 2 computers (one with VS NET 1.1 and one with Framework 1.1 only)
I have an application with a single form and a single line of user code.
The line of code is:
Dim adoConn As New ADODB.Connection
In references, I have a reference to: C:\Program Files\Microsoft.NET\Primary Interop Assemblies\ADODB.dll
When I execute the WinApp1.exe on the computer VS Net, the form opens as expected. When I copy the exe file to the computer with only Framework and attempt to launch the exe, I get an error that begins with:
"Application has generated an exception...".
I thought for simple applications all you needed was to copy the exe to a computer with Framework. Where am I going wrong.
I have an application with a single form and a single line of user code.
The line of code is:
Dim adoConn As New ADODB.Connection
In references, I have a reference to: C:\Program Files\Microsoft.NET\Primary Interop Assemblies\ADODB.dll
When I execute the WinApp1.exe on the computer VS Net, the form opens as expected. When I copy the exe file to the computer with only Framework and attempt to launch the exe, I get an error that begins with:
"Application has generated an exception...".
I thought for simple applications all you needed was to copy the exe to a computer with Framework. Where am I going wrong.