I have build after converting the distributed environment application
from .net 1.x to .net 2.x in VS 2005 in my local machine.And uploded
in my development environment Server .I have 2 project in the
solution .
First Proj. Used for Connection to Oracle DATABase(calling connection
string from xml file)
Second Proj : UI application where i add the Connection.dll(FIRST)
Now when as i am running my application its not able to connect to DB
in first instance but as i am Resfressing it i am able to Connect the
DB and then my application is running fine.What might be the reason
which is causing the problem.Pls give me suggestion to resolve this
issue.
Jon - 18 Oct 2007 15:27 GMT
> I have build after converting the distributed environment application
> from .net 1.x to .net 2.x in VS 2005 in my local machine.And uploded
[quoted text clipped - 10 lines]
> which is causing the problem.Pls give me suggestion to resolve this
> issue.
Could it be because you're doing something different on a postback?
Or could it be then on the first load you get the details, then on the
second your actaully doing the connect?
Posting some code may help?
Jon
www.nantwichonline.com