G
Guest
Am using VB.net 2003 on a W2K Pro development and target platform
Dim cn as ADODB.Connection = new ADODB.Connectio
Works fine in the IDE and with my test app, but immediately throws an exception on the target box
Both boxes have the .NET Platform installed. Both boxes have MDAC 2.7.1 installed
I've included
Imports System.Dat
Imports ADOD
Is this problem obvious to anyone? Or maybe someone could point me in how to determine what the problem is
Bob Krame
Dim cn as ADODB.Connection = new ADODB.Connectio
Works fine in the IDE and with my test app, but immediately throws an exception on the target box
Both boxes have the .NET Platform installed. Both boxes have MDAC 2.7.1 installed
I've included
Imports System.Dat
Imports ADOD
Is this problem obvious to anyone? Or maybe someone could point me in how to determine what the problem is
Bob Krame