I drag a Microsoft gridview and a CslaDataSource control to a webform. Attempts to choose the CslaDataSource control as the data source for the gridview results in the following error:
“Error setting value 'CslaDataSource1 to property 'DataSourceID'. Details: Value cannot be null. Parameter name: assemblyString”
An ObjectDataSource control works fine.
What is wrong and how do I get around this error?
Copyright (c) Marimer LLC