For some reason, Microsoft Visual Studio 2013 keeps giving me the following error:
Not implemented (Exception from HRESULT: x080004001 (E_NOTIMPL))
I receive this error when attempting to make a new SQL table. The way I reproduce this error is by doing the following:
- Open my project (from Team Explorer)
- Open the Data Connection in Server Explorer.
- Right click on Tables and click Add New Table
I am attempting to add a new table to a SQL Server 2014 database. I have Microsoft Visual Studio Professional 2013 Version 12.0.31101.00 Update 4
This only happens when Adding a table or opening the definition. I can view data without any errors. I have also tried repairing Visual Studio 2013 with no luck.
EDIT:
Now, When I don't open a project and try adding a table, I am getting:
"The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))".