[Mono-aspnet-list] mysql+xsd

william leader william.leader at gmail.com
Fri Mar 26 15:36:55 EDT 2010


Last I knew XSP (and mod-mono) would not compile the xsd datasets. I
get around this by putting my typed datasets into a library project
and referencing the DLL inside the asp.net application. The xsd
datasets get compiled into a DLL by visual studio first. XSP will then
happily load this referenced DLL.

-Will

On Fri, Mar 26, 2010 at 7:20 PM, Northon <northonnet at gmail.com> wrote:
> Hi
> I´m trying to run a webapp with mono+mysql (connector)+xsd (strong typed
> datasets) and returns a error 500:
>
> Type not found: legaldataTableAdapters.processoTableAdapter
>
> The other things run normally (mysql connector without typed datasets,
> direct in the .cs).
>
> Anyone can help me?
>
>
>
>
> ps.: legaldata is a name of xsd and processe is a tableadapet inside
> legaldata.
>
> ps2. sorry for the bad english, isn't my first language.
>
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
>


More information about the Mono-aspnet-list mailing list