Hi,
I get the following error when I try to binding a RadTextBox control to a Open Access object:
The type 'Telerik.OpenAccess.SPI.dataobjects.PersistenceCapable' is defined in a no reference assembly. You must to add a reference assembly 'Telerik.OpenAccess, Version=2010.3.1125.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342'
The message is a translate from spanish.
I have added all reference to Telerik.OpenAccess. I don't know what to do.
my code in the aspx page is:
the object "myEntity" is in the code behind, and is an entity from ORM Open Access
I get the following error when I try to binding a RadTextBox control to a Open Access object:
The type 'Telerik.OpenAccess.SPI.dataobjects.PersistenceCapable' is defined in a no reference assembly. You must to add a reference assembly 'Telerik.OpenAccess, Version=2010.3.1125.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342'
The message is a translate from spanish.
I have added all reference to Telerik.OpenAccess. I don't know what to do.
my code in the aspx page is:
<telerik:RadTextBox ID="nombreTextBox" runat="server" CssClass="textEntry"
Text="<%# myEntity.stringProperty %>"> </telerik:RadTextBox>the object "myEntity" is in the code behind, and is an entity from ORM Open Access