W
Wiktor Zychla
I have an assembly produced from *.il code. I sign it with a key file:
ilasm /dll /key=mykey.snk myfile.il
But if I then add an external resource (version info) to the library, the
main module refuses to run with an exception sauing that the strong name of
the module cannot be checked.
my question is: how then should I sign the assembly so I could also add
external resources to it?
Regards, Wiktor
ilasm /dll /key=mykey.snk myfile.il
But if I then add an external resource (version info) to the library, the
main module refuses to run with an exception sauing that the strong name of
the module cannot be checked.
my question is: how then should I sign the assembly so I could also add
external resources to it?
Regards, Wiktor