Activity overview
Latest activity by aruproy
Brian,
I am using the debug build of my application and noticed that if I delete a specific PDB file from bin\debug directory everything works fine. When I leave that PDB file in debug directory, I am getting .NET standard security exception. I can safely use this workaround and in-fact I will be using release build soon. Profiler is returning expected result and I am all set.
Arup. / comments
Brian,
I am using the debug build of my application and noticed that if I delete a specific PDB file from bin\debug directory everything works fine. When I leave that PDB file in debug directory, I...
Brian, I did some more investigation today. I inserted trace messages along the execution path. I am little surprised to see that one of my DLL is not getting loaded. The DLL is present in the execution directory. A simple object initialization is failing:
'GroupVO testGroupVo = new GroupVO("test");'.
Trace message at the beginning of this constructor is not getting printed. I executed my app without profiler and it prints all trace messages.
Arup. / comments
Brian, I did some more investigation today. I inserted trace messages along the execution path. I am little surprised to see that one of my DLL is not getting loaded. The DLL is present in the exec...
Thanks Brian for your help. I am now running Profiler version 2.5. However same exception is getting generated at the same line of code. I also tried to copy all DLLs in the working directory. That did not help ether.
The line of code that is failing is in Data Access Layer of my application and I am using Oracle 10g.
I appreciate your help.
Arup. / comments
Thanks Brian for your help. I am now running Profiler version 2.5. However same exception is getting generated at the same line of code. I also tried to copy all DLLs in the working directory. That...
My application fails while running through Profiler
Hello:
I am running the profiler on a my .NET (Framework 1.1, C#) application. I can run the app fine without ANTS Profiler. The main module is a DLL, I tried accessing it through ASP.NET and WinFo...