Results 1 to 3 of 3

Thread: Typed DataSet not recognized

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2013
    Location
    Minneapolis, MN
    Posts
    531

    Typed DataSet not recognized

    Hello:

    Visual Studio 2017

    All of a sudden, out of nowhere, I am getting an error stating:

    Code:
    Type 'ITResuestDataSetTableAdapters,RequestTableAdapter' is not defined.
    This code:
    Code:
        Public DS As New ITRequestDataSet

    When I click on the xsd file, I get:
    Code:
    Unable to find connection 'ITRequestConnectionString (MySettings)1' for object 'MySettings'.  The connection string could not be found in application settings, or the data provider associated with the connection string could not be loaded.
    Everything is nice and green under Data Connections. I will say, when I exit and re-enter tor peogram the data connections become red (disconnected). Ironically, the program does run, even with 250 errors pertaining to this. Then a few minutes later, the 250 errors go away and it works fine...

    Thanks for the help.
    Last edited by ssabc; Jul 25th, 2022 at 05:41 PM.
    - A 'Hyperactive Member' trying to make a difference in a hyperactive world! And recently, I've been promoted to a 'Finatic Member,' whatever that means!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Typed DataSet not recognized

    It sounds like either the project or VS itself is corrupt. You could try deleting various auto-generated files, repairing VS, creating a new project and migrating the items from the old to the new.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2013
    Location
    Minneapolis, MN
    Posts
    531

    Re: Typed DataSet not recognized

    Wonderful, Thanks
    - A 'Hyperactive Member' trying to make a difference in a hyperactive world! And recently, I've been promoted to a 'Finatic Member,' whatever that means!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width