Hello Scott,
using your great grapevine / grapeseed assemblies from a COM exe via COM-Interop, referenced assemblies need to have a strong name.
Could you please provide signed assemblies, e.g. using sn tool to create your own sn-file.
Hint: in your AssemblyInfo.cs I had to insert the public key from sn-file.
[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("Grapevine.Tests,PublicKey=xxx")]
You can easily extract the public key "xxx", refer to: https://stackoverflow.com/questions/1123683/how-to-declare-a-friend-assembly
Thank you very much in advance!
Michael.
Hello Scott,
using your great grapevine / grapeseed assemblies from a COM exe via COM-Interop, referenced assemblies need to have a strong name.
Could you please provide signed assemblies, e.g. using sn tool to create your own sn-file.
Hint: in your AssemblyInfo.cs I had to insert the public key from sn-file.
[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("Grapevine.Tests,PublicKey=xxx")]
You can easily extract the public key "xxx", refer to: https://stackoverflow.com/questions/1123683/how-to-declare-a-friend-assembly
Thank you very much in advance!
Michael.