> Hi,
> I have uploaded my asp.net application to my host server
(> webhost4life). I had everything working fine until I wanted to update
a> dll in the bin folder. The dll in question is not strong named and
i> s not in the gac. However now I get the following error:
> "The located assembly's manifest definition with name 'sendemail' does
n> ot match the assembly reference."
> Everything works fine on my personal server, I can do what I want with
m> y dlls and the app will run.
> Is this because the host server has cached the previous dll? What
s> hould I do?
> Thank you for your help,
J> o
Hello.
You've probably already tried this, but I thought I'd suggest it anyway.
Uninstall the aspx app on the server, restart iis. Or just restart iis,
delete the old dll, then deploy the new dll.
HTH