Results 1 to 2 of 2

Thread: if you remove a dataset from a form ...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    25

    if you remove a dataset from a form ...

    I removed a dataset from a form , I removed the connection strings and all the table adapters etc , on returning to the form I cannot go into design view because in the designer.vb there are still references to the tableadapters , these should surely be removed when you remove the dataset \ table adapters from the form , now I am having to trawl through and debug the designer , what am i doing wrong , how can you remove a dataset 'cleanly' from a project without messing up designer.vb ?
    thanks

  2. #2
    Fanatic Member
    Join Date
    Aug 2006
    Location
    In my head
    Posts
    913

    Re: if you remove a dataset from a form ...

    Use the find function within the designer. Search the current project for any references to the deleted items and remove them. Then Run Debug --> Clean solution, Debug --> Build Solution. Not sure if the last part is necessary, just the way I do it myself when I have this issue.

    Good Luck!!

    D
    Platforms of choice: Visual Studio 2005/2008 Professional : Visual Studio 2010 Enterprise : PHP - Notepad++/WAMP

    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

    Reserved Words in Access | Connection Strings

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