Cannot find the assembly _______, Version ...., Culture, etc...

P

papalarge

Hey... so I have a server and a client app that are both using the
same .dll for communication. I've built the library, gacutil'ed it to
register it... I'm up to version 1.2.6 right now.

When I run the client, I get an error during one of it's methods that
says:
"Cannot find the assembly SMailMan, Version=1.2.2.0, Culture=neutral,
PublicKeyToken=....."

I've removed all references I have to this, uninstalled old
assemblies, deleted the solution file, and re-built the project.
Nothing gets rid of this reference to version 1.2.2.0 of the old
assembly. How could this be happening, and how can I fix it?
 

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