Click to See Complete Forum and Search --> : oledb disabled in vs.net 2005


safan
07-07-2006, 07:33 AM
hi,

I already have worked with asp.net in vs.net 2003.

Now i'm making an asp.net program in 2005. I normally use oledb dataadapters and datasets to receive and send information to my database. now in 2005 i couldn't find anything with oledb in the toolbox, after showing everything in the toolbox i found it in "Report Items" but everything is disabled... :mad:

somebody knows a solution?

pclement
07-07-2006, 09:33 AM
By default the OLEDB library classes are no longer displayed in the Toolbox. You can add them by right-clicking on the Toolbox, selecting Choose Items... from the menu and then checking the items you want displayed from the list.

safan
07-07-2006, 09:41 AM
i was aware of that but the functions are just disabled. I selected everything in the toolbox but every OLEDB drag button is disabled :mad:

pclement
07-07-2006, 09:53 AM
Is System.Data in your project references?