I recently upgraded to the latest build of 2.6. Now the VS 2008 web designer complains that it can't create the LLLBLGenProDataSource2 on web forms I created before the upgrade.
Error Creating Control
'DAL.DatabaseSpecific.DataAccessAdapter, DALDBSpecific' could not be set on property 'AdapterTypeName'
My application still works. I can still build it, and the data access and databinding works perfectly.
I have tried:
- Rebuilding Solution
- Regenerating Code
- Cleaning Solution
- Deleting contents of /bin folder
- Restarting Visual Studio
- praying (more helpful than cursing)
One last try...
Wait - it's better now!
I made sure to: (in order)
- Close Visual Studio
- Manually Delete Contents of /bin folder in web project
- Open Visual Studio
- Clean Solution
- Rebuild Solution
And now the Visual Studio Web Designer can properly initialize the LLBLGenProDataSource2 control.
It took me long enough to type this out, so I'll post it in case anyone can benefit.