In VB.NET I have created a control. One of its Properties I have defined WriteOnly and it takes a structure. I have created the identical structure in my application. When I try to set that Property from my application I get the following error:
Cannot convert App.Structr to Ctl.Structr
Even though both structures are the same, they don't know about each other.
Cannot convert App.Structr to Ctl.Structr
Even though both structures are the same, they don't know about each other.