Hi,

>
> After a long gap, we have upgraded our unchanged working ASP code from
> 3.0.6 to 3.12.0.
>
> However we get a new exception which we can't understand or find reference
> to in Google.  Would anybody know what might be wrong?
>

This kind of error messages mean you are referencing same assembly
(assemblies with same assembly name) from different locations. In this case
it's System.Data.DataSetExtensions. This could be mono bug or you simply
having duplicate entries in web.config.

Marek
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to