Release v/s debug mode
I just came across an issue where C# application using COM component works fine with debug build of application but when built with release mode, it gives ComException while instantiating the component.
While researching about that issue, I found following good links, storing for future references.. Hope you will also find it informational..
- https://weblogs.asp.net/savanness/archive/2003/05/23/7496.aspx
- https://www.hanselman.com/blog/PermaLink.aspx?guid=a40c0d4f-66d0-4704-94f6-0efda4a44465
- https://www.codeproject.com/debug/releasemode.asp
- https://msdn.microsoft.com/msdnmag/issues/02/04/Basics/
- https://www.codeguru.com/forum/showthread.php?t=432515
Best information I could find at,
Stay tuned..