Hi,
I think I'm having one of those "late afternoon" moments...
For some reason I can't get an LLBLGENDataSourceAdapter to work on my page - more specifically, I can't set a "AdapterTypeName" to anything! Its always a blank dropdown with nothing to choose...
I have tried creating a new web project. I then add a reference to SD.ORMSupportClasses (2.0), and to my 2 generated assemblies (I'm using Adapter). I then drag an LLBLGenDataSource onto my page, and try to use the designer to set the LLBLGenDataSource up. I tried setting the AdapterTypeName manually like this:
<llblgenpro:LLBLGenProDataSource2 ID="LLBLGenProDataSource2_1" runat="server" DataContainerType="EntityCollection" AdapterTypeName="Company.DAL.GeneratedDBSpecific.DataAccessAdapter, Company.DAL.GeneratedDBSpecific">
</llblgenpro:LLBLGenProDataSource2>
And this just causes it to complain when I switch back to the designer - with this error:
LLBLGenProDataSource2_1:'Company.DAL.GeneratedDBSpecific.DataAccessAdapter, Company.DAL.GeneratedDBSpecific' could not be set on property 'AdapterTypeName'. C:....Default.aspx
I have used these previously for a different project, so its not a LLBLGen Setup issue as far as I can tell....
Thanks in advance for any kind souls out there!