views:

22

answers:

0

I created a simple form that uses a typed dataset generated by Visual Studio (Express to be exact).

I altered the default "Fill" query to pull in values from a few other tables and then tried to run my application and got the following error:

TableAdapterManager does not contain "table adapter" and no extension method

Prior to my changes everything worked fine. Even after undoing my query changes I still got the same error.

How do I fix this?

Thanks in advance.