I have an application I am creating in VB.Net and I had it connecting fine to my database and was working on the program internals when I got a new laptop and migrated my application development to that system. Now when I run my application I get the following error:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in Quoting.exe
Additional information: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
But I have not changed anything in my connection strings or program since it was working. I am thinking there may have been a reference in VB.Net that I need to make or something else to add to my system but I can't for the life of me figure out what it is.
The database is not local, I actually have 2 different databases I was using for testing methods, one was across the internet, the other was on my LAN on a Linux box. I don't want to install a local server on my system because that is not how my users will be connecting. If anyone has any ideas what I might need to add to my system or where I might be missing something it would be greatly appreciated.
Greg Hicks Greg Hicks
VB.Net (Newbie) Programmer
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in Quoting.exe
Additional information: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
But I have not changed anything in my connection strings or program since it was working. I am thinking there may have been a reference in VB.Net that I need to make or something else to add to my system but I can't for the life of me figure out what it is.
The database is not local, I actually have 2 different databases I was using for testing methods, one was across the internet, the other was on my LAN on a Linux box. I don't want to install a local server on my system because that is not how my users will be connecting. If anyone has any ideas what I might need to add to my system or where I might be missing something it would be greatly appreciated.
Greg Hicks Greg Hicks
VB.Net (Newbie) Programmer