C
Chubbly Geezer
I have been working on a VB 2005 DLL which has previously been working. I
would create the DLL (reporting.dll), install it, run 'gacutil' and 'regasm'
and my Access 2000 DB could see it and use it.
I have recently added some new functionality, which included splitting out
some classes into another DLL (sharedfunctions.dll), referenced by the
original DLL. Now if I run this from a VB test app, it works fine.
However, the 'gacutil' now fails claiming 'reporting.dll' needs a strong
name.
I've tried created an *.snk file via 'my project' for 'reporting.dll', but I
get another error then within VB saying 'Error 1 Unable to emit assembly:
Referenced assembly 'SharedFunctions' does not have a strong name'. Again I
created an *.snk file for this DLL but the error just seems to propagate
down to refernced Microsoft dll's.
I'm stumped. Any ideas please.
Chubbly
would create the DLL (reporting.dll), install it, run 'gacutil' and 'regasm'
and my Access 2000 DB could see it and use it.
I have recently added some new functionality, which included splitting out
some classes into another DLL (sharedfunctions.dll), referenced by the
original DLL. Now if I run this from a VB test app, it works fine.
However, the 'gacutil' now fails claiming 'reporting.dll' needs a strong
name.
I've tried created an *.snk file via 'my project' for 'reporting.dll', but I
get another error then within VB saying 'Error 1 Unable to emit assembly:
Referenced assembly 'SharedFunctions' does not have a strong name'. Again I
created an *.snk file for this DLL but the error just seems to propagate
down to refernced Microsoft dll's.
I'm stumped. Any ideas please.
Chubbly