G
Guest
I have a class library project and the output dll (MyLib.dll) is strong named
and it is deployed in GAC . I have a web application (MyWeb) that is using
the MyLib.dll. The problem I am faciing is, whenever I make modification to
my class library (MyLib.dll) I will put that into GAC (first by uninstalling
and then by installing the newly complied one) and then I physically copy
MyLib.dll into the bin directory of MyWeb. Whenever I try to access the web
application (MyWeb) I am gettign the following error
Exception Details: System.IO.FileLoadException: The located assembly's
manifest definition with name 'MyLib' does not match the assembly reference.
THis is happening every single time. Only way to tackle this is, I have to
recompile the web application (MyWeb) and as soon as I do this the error is
going away.
But I do not have to compile the client, that is the whole point of the
story right?. Am i missing sometthing here?...
Any help would be highly apprecited.
Thanks
and it is deployed in GAC . I have a web application (MyWeb) that is using
the MyLib.dll. The problem I am faciing is, whenever I make modification to
my class library (MyLib.dll) I will put that into GAC (first by uninstalling
and then by installing the newly complied one) and then I physically copy
MyLib.dll into the bin directory of MyWeb. Whenever I try to access the web
application (MyWeb) I am gettign the following error
Exception Details: System.IO.FileLoadException: The located assembly's
manifest definition with name 'MyLib' does not match the assembly reference.
THis is happening every single time. Only way to tackle this is, I have to
recompile the web application (MyWeb) and as soon as I do this the error is
going away.
But I do not have to compile the client, that is the whole point of the
story right?. Am i missing sometthing here?...
Any help would be highly apprecited.
Thanks