Manifest definition does not match the assembly reference

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

I have an ASP.NET application that works fine locally and on
development servers. However when I deploy to a live site I get an
manifest definition error. The reference is to a 3rd party managed
control. Is there any way to 'update' this reference?

Any ideas?

Thanks

Alex
 
Hi Alex,

There is no need to update the reference. Rather, you need to deploy the 3rd
party assembly to a location where the CLR Fusion engine can locate it. Some
of such locations are:

* The GAC
* The application's "bin" folder.
 
Back
Top