Adding DataSets To DataSource Pane

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



Answer this question

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

    I've reconfigured the data source and any new dataset will not populate in the DataSource pane.
  • Peter Pallos

    Sometimes when I click on the database you use for the dataset in the server explorer the dataset gets added to the data source window


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



  • Adding DataSets To DataSource Pane