Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » DISP_E_BADINDEX (RSS)
COM Exceptions and the ErrorCode property
Today I fixed a nasty bug in one of our applications. The first version had something like the following code construction: Type t = Type.GetTypeFromProgID("My.ComComponent", serverName); var component = (ComThingie)Activator.CreateInstance...