System.Runtime.InteropServices.ComException [0x80004005] thrown

-1

I have two projects in same visual studio solution. C# and C++/CLI. C++/CLI refers C# project. Both the project use a set of DLLs(given by some vendor). Among them one of the DLL is throwing this exception. When checked in metadata files of the DLL i can see the following difference between the DLL throwing the error and rest. Diff: Using System; and TypeLibType(TypeLibTypeFlags.FDual]

I am new to this .NET. Some help will be appreciated.

c#
c++-cli
asked on Stack Overflow Jul 28, 2018 by Anu

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0