GAC Utility

S

Stephen Costanzo

I have created an assembly, strongly named it, put it into the GAC on my
computer and added the following to my app.config file

add name="RollingTraceListener"
type="UtilCode.RollingTraceListener,UtilCode, 2.0.2.0, Neutral,
ed6f6cd48bc6e737"

Of course it works on my PC.

I gave the code to another developer, he installed it to the GAC placed that
code into the GAC. We looked in the Windows\Assembly directory, confirmed
the version number was correct and that the public key was identical. The
following error occurred when loading the assembly:

Couldn't find type for class UtilCode.RollingTraceListener,UtilCode,
2.0.2.0, Neutral, ed6f6cd48bc6e737

Looking at the references for the application, it has UtilCode listed in the
references, with the right version number and copy local set to false.

Any help is appreciated.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top