G
Guest
I have a forms based plugin architecture using C# that includes help files using MSHelpServices. However, my strongly named assemblies cannot be created because Interop.MSHelpServices is not strongly named. I get the following message during a build, presumedly from AL.exe:
Assembly generation failed -- Referenced assembly 'Interop.MSHelpServices' does not have a strong name
What is the strategy for handling this?
Assembly generation failed -- Referenced assembly 'Interop.MSHelpServices' does not have a strong name
What is the strategy for handling this?