Interop Strong Names?
C#
2
Posts
1
Posters
0
Views
1
Watching
-
Is there anyway to fool the compiler into working with an Interop library with a strong name? I am receiving the following error when trying to compile my app and sign it. Assembly generation failed -- Referenced assembly 'Interop.WIALib' does not have a strong name Thanks, Steven
-
Is there anyway to fool the compiler into working with an Interop library with a strong name? I am receiving the following error when trying to compile my app and sign it. Assembly generation failed -- Referenced assembly 'Interop.WIALib' does not have a strong name Thanks, Steven
Nevermind guys, I found it. It was listed under the C# Project Options called: "Wrapper Assembly Key File." Thanks, Steven