
run-time error '713': Application-defined or object-defined error
In my project references, I've added:
Microsoft DataEnvironment instance 1.0 (msderun.dll)
and it works fine. I can now connect to the server from another machine :-)
I'm still curious to know why that dll is not included in the package
automatically. If I use a dataenvironment, VB should include the dll in the
package.
Anthony.
Quote:
> Does anybody know why this error comes up every time i try to connect to
> SQLServer7 from my VB application on another station after using the
Package
> and Deployment feature in vb6 Enterprise.
> I've developped a client-server application (VB6-SQL Server7) which works
> fine on my machine (NT4). The trouble is when I execute it on a machine
> (NT4) which has't got Visual Studio on it, I cannot connect to the server.
> The main thing is if I install Visual Studio on the machine, it becomes
> possible to connect to the server. So I suppose, the application needs
some
> more files to run properly but they should be included in the package
> automatically, shouldn't they?
> Any ideas gratefully received
> Anthony.