G
Guest
App is VB.NET, using adonet
When app runs from the build machine (where compiled) it runs great. If I move the exe file to a shared public drive (for deployment) I get errors whenever I try to instantiate an ADO object. I am trying to run the app from the same machine, but different (mapped network) drive
I have commented lines of code until the error dissappears and it's always on a line that constructs a new ADO object such as a SqlConnection or a SqlDataAdapter. Runs fine on another machine whether on a mapped drive or local drive
What gives? I don't even know where to begin.
When app runs from the build machine (where compiled) it runs great. If I move the exe file to a shared public drive (for deployment) I get errors whenever I try to instantiate an ADO object. I am trying to run the app from the same machine, but different (mapped network) drive
I have commented lines of code until the error dissappears and it's always on a line that constructs a new ADO object such as a SqlConnection or a SqlDataAdapter. Runs fine on another machine whether on a mapped drive or local drive
What gives? I don't even know where to begin.