|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Oracle Data Access Problem in .Net 2.0I 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. On 18 Oct, 12:40, amit sinha <amit.sin***@gmail.com> wrote:
Show quote > I have build after converting the distributed environment application Could it be because you're doing something different on a postback?> 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. 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 |
|||||||||||||||||||||||