I have a really silly question.
I have a VS2005 windows solution and most of my DataSets have disappeared from the DataSources Pane; though the DataSets are still in my Solution Explorer. How can I add the DataSets back to the DataSources pane
Thanks,
cj

Adding DataSets To DataSource Pane
RufusLDK
Ok, it appears that this was related to the duplicate connection string issue mentioned in this post:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=921869&SiteID=1
I removed a duplicate connection string from ONE dataset and then ALL of my datasets reappeared in the DataSource panel.
KrazyMGA
Peter Pallos
Wolfgang Geppert
1.Try refreshing the panel
2.click the database in the server explorer
3.check your database is it actived
4.check your code if it lost some words
if they do not work,maybe you have to configuration the data source again.