Web Designer can't create LLBLGenProDataSource2

Posts   
 
    
JRR avatar
JRR
User
Posts: 125
Joined: 07-Dec-2005
# Posted on: 19-Dec-2008 02:26:32   

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. confused

I have tried:

  • Rebuilding Solution
  • Regenerating Code
  • Cleaning Solution
  • Deleting contents of /bin folder
  • Restarting Visual Studio
  • praying (more helpful than cursing) wink

One last try...

frowning 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.