Hey I am developing some LINQ code to use alongside an existing database so thought I would use the designer to drag and drop tables. However when I attempt to drop a table from Server Explorer onto the LINQ to SQL Designer I get a message box with the following error: Element not found. (Exception HRESULT: 0x8002802B TYPE_E_ELEMENTNOTFOUND). If I close down the project and reopen it I get the same exception but the error occurs when processing the local data file. I am using Visual Studio 2008 professional,
Read More...