Access Violation in Release of COM+ object in Release Version
-
Hi all , I have created an instance of a COM+ component in another component . All works extremely fine in Debug Version but when compiled in Release version , the Release (.Release()) of the component gives an access violation exception . Can anyone please help me solve this problem . Thanks and Best Regards, Amey
-
Hi all , I have created an instance of a COM+ component in another component . All works extremely fine in Debug Version but when compiled in Release version , the Release (.Release()) of the component gives an access violation exception . Can anyone please help me solve this problem . Thanks and Best Regards, Amey
Remember you can generate the Release version with debug information, dit you try it ? Cheers GuimaSun www.nexsun.com.br NEXSUN TechZone
-
Hi all , I have created an instance of a COM+ component in another component . All works extremely fine in Debug Version but when compiled in Release version , the Release (.Release()) of the component gives an access violation exception . Can anyone please help me solve this problem . Thanks and Best Regards, Amey
Hi GaimaSun , Ya, tht's the first thing tht i've tried , problem is that there memory corruption somewhere which is getting overlooked in the debug version but as release version optimises memory allocations, its giving an access violation while releasing the inner component . Thinking of using purify for this problem, wht's ur suggesion . thanks for ur response. Best Regards, Amey