blackgold9 wrote:
I tried that and get the same error
Remove the controls from the toolbox, and re-add them. Be SURE you use the same DLLs as the ones you reference in your webproject. It's KEY these are the same. Also, it's KEY you reference the generated code from the website of course.
So don't do:
- add the ormsupportclasses dll from c:\mylibs
- reference the ormsupportclasses dll from c:\program files\solutions design ...
use the same folder. That way the ormsupportclasses dll won't clash and the type discovery service of vs.net will find types to use in the designer.
(this all to test to see where the error is located).
Also (and this might sound silly), please use the right datasourcecontrol: LLBLGenProDataSource for selfservicing, LLBLGenProDataSource2 for Adapter.