Getting 0x80131902 when calling COM+ component

Posted by Kyle W on Stack Overflow See other posts from Stack Overflow or by Kyle W
Published on 2011-01-13T22:50:14Z Indexed on 2011/01/13 22:53 UTC
Read the original article Hit count: 211

Filed under:
|
|

I created a COM+ component in .Net. It needs to use a configuration file, so I've created a directory with an application.manifest and application.config file and set that as the Application Root Directory. Now when I try to create an instance of that object, I get the following HRESULT: 0x80131902. I can't seem to find exactly what this means, except that there is a problem loading the app-domain. If I don't set the Application Root Directory, it loads just fine (but doesn't have access to the config).

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET