I recently upgraded one of my C # solutions from VS2008 to vs 2010 to use the built-in interop type function so that I can stop delivering the interops library that we currently need due to interaction with our old VB6 code base.
For some reason, I get the following message when I compile my solution:
The importer of the type library met an interface not obtained from IUnknown: '_HiddenInterface'
I searched around, and so far only two bits of information that I could find were โjust ignoring this, it does no harmโ, and โthat means the VB6 code breaks some rules.โ Since the VB codebase is ours, and it is preferable to have 0 warnings when compiling, I would like to fix everything that causes these warnings.
I'm at a loss, so any advice would be great.
Akuma source share