MFC application crashes @ ConnectionTransact of DBNMPNTW.DLL
-
I've an MFC application which uses SQL connection using Namedpipes. I'm getting crash in the application log as follows. Fault address: 7331293E 01:0000193E C:\bin\DBNMPNTW.DLL Call stack: Address Frame 7331293E 013D68DC ConnectionTransact+1AE I'm not getting any clue of why the crash is happening at this point. After opening for a long time, it just crashes at this point !!!!! Appreciate if some body can shed a light on the reason, what all could be the reason.
Arun K Ramachandran
-
I've an MFC application which uses SQL connection using Namedpipes. I'm getting crash in the application log as follows. Fault address: 7331293E 01:0000193E C:\bin\DBNMPNTW.DLL Call stack: Address Frame 7331293E 013D68DC ConnectionTransact+1AE I'm not getting any clue of why the crash is happening at this point. After opening for a long time, it just crashes at this point !!!!! Appreciate if some body can shed a light on the reason, what all could be the reason.
Arun K Ramachandran
Do mean the Connect takes a long time before it crashes? if yes, the problem may be with authentication or with the sever not able to connect to your applications and the exception is not handled.