Hi Everybody!
I have been developing an application in .NET using Documentum API. In all other OS, my application does not crash. However, in some vista machines, when the code tries to execute the following line it crashes. I am using Documentum Foundation class (DFC) 5.3.
IDfClientX clientx = new DfClientX(); => crashes in this line.
The crash causes my application to end abruptly and I have not been able to catch the exception too.
The details of the crash are:
Problem signature:
Problem Event Name: APPCRASH
Application Name: SauravDFCProgram.exe
Application Version: 2.4.202.232
Application Timestamp: 4986b336
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a7a6
Exception Code: c0000028
Exception Offset: 00080ea0
OS Version: 6.0.6001.2.1.0.256.1
Locale ID: 1033
Additional Information 1: bfef
Additional Information 2: e8adce1c2b9e7be834b4063ac3c53863
Additional Information 3: bfef
Additional Information 4: e8adce1c2b9e7be834b4063ac3c53863
Can anyone please tell me what is happening?? I am unable to track this from ProcessMonitor too.
Saurav.