CslaDataSource problem
Old forum URL: forums.lhotka.net/forums/t/1519.aspx
mheydt posted on Tuesday, October 17, 2006
I'm building my first Csla web app and I've come across and issue using the csladatasource object. I create a class derived from BusinessBase, build it into an assembly. Then in another project, a web form app, I drop the CslaDataSource object onto the form, and set it's properties. When I try to point the data grid to the data source, I get te following error:
There was an error rendering the control.
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047).
Anyone seend this an know how to fix it?
mheydt replied on Tuesday, October 17, 2006
Nevermind everyone.... Took of the.dll at the end of my TypeAssemblyName and everything is good now...
Copyright (c) Marimer LLC