|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Manifest definition does not match the assembly referenceI 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. Show quote "Alex" <abarbe***@gmail.com> wrote in message news:1136304734.816983.72060@o13g2000cwo.googlegroups.com... >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 > |
|||||||||||||||||||||||