Connection Error -
09-26-2006
, 09:18 AM
In order to test access to AS2005 dimensions / folders / hierarchies /
etc... I created a console application (in VS2003) and printed out the
entire tree structure. Everything worked great.
Now I want to take that code and put it in a c# class library and call
it from a web application.
The error I encounter is "The peer prematurely closed the connection"
when I call the Open method.
AdoConn = new ADODB.Connection();
AdoConn.Open(connString, "", "", 0);
I'm assuming that this is a credentials problem - but can anyone please
give direction on what I should look at to resolve?
Regards,
Tony |