Hi,
This is happening almost from the day i started using nettiers (a weeks ago). In this example, i started a new webform from scratch.
I have a , inside an tabcontainer and two tabs (AJAX). on one tab, i have GridView, and its DataSource (i'd read in another post that datasource must be at the same level as GridView is). Now, whenever i make a chage in the form, the following error arises (wich keeps me from building my project, and so, work :P )
ArticleDataSource:Cannot create an object of type 'Test.Data.IEntityProvider`2[[Test.Entities.Articles, Test.Entities, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null],[Test.Entities.ArticlesKey, Test.Entities, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null]]' from its string representation '' for the 'Provider' property.
Funny thing is that in markup there are only a few (properties) wich i defined!
If anyone could drop me a hint on this i´d be very thankfull.
See you,