COMException in debug mode only in VS2010 when using MS HTML Objects library
I am using Microsoft HTML Objects library in my project, and the problem is, that I always get an exception when I try to start in VS debugger (I got COMException with E_FAIL HRESULT). When I start application without debug - it works nicely.
I tried to run this project on other computers, and it works, even in debugging mode, both on 64-bit and 32-bit Windows. I reinstal开发者_JAVA百科led .NET Framework, installed VS2010 Service Pack 1, but no use. Have anyone encoutered such problem?
精彩评论