Hello, all
Here is a scenario, I am currently trying to figure out.
I need to write a .NET assembly in PB.NET and register it for COM interop.
I also have a set of common classes locked in a PB assembly, which need to be used with the output class.
I need to register this assembly in GAC. However, I cannot sign this assembly, because I get an error "%the name of pb assembly% is not a strong name".
Probably, as a result, the COM interop does not load the resulting class.
Does anyone know how to handle this?
Thank you
Arcady