Hi,

I have a Typed DataSet named MyDataSet and a Component (System.ComponentModel.Component based) and
It last have a property from MyDataSet typed. But when use my component and set the proporty, raise
the message "MyDataSet can't convert to "MyDataSet",

¿ How do it ?

Alvaro.

Re: Property from Typed DataSet Error by Cor

Cor
Mon Mar 10 23:46:24 CDT 2008

Alvero-

Make the property from the same type as YourDataSet class.

-Cor

"Alvaro E. Gonzalez V." <agonzalezv@gmail.com> schreef in bericht
news:OvTBKRvgIHA.5160@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> I have a Typed DataSet named MyDataSet and a Component
> (System.ComponentModel.Component based) and
> It last have a property from MyDataSet typed. But when use my component
> and set the proporty, raise
> the message "MyDataSet can't convert to "MyDataSet",
>
> ¿ How do it ?
>
> Alvaro.