The designer encountered an error while loading the table definition?

前端 未结 9 1262
执笔经年
执笔经年 2021-02-06 00:43

I\'ve problem with Visual Studio 2012 Ultimate.

I inserted a \"Sql Server Database\", and when I try to \"Add new table\" after a while I get this problem

相关标签:
9条回答
  • 2021-02-06 01:06

    If you are not using integrated security (Windows Authentication), then make sure the db user has the "db owner" role.

    0 讨论(0)
  • 2021-02-06 01:08

    I had the same issue with visual studio 2013, because of wrong database name.

    To solve it, go to Server explorer → right click on your database → Modify connection... → under "Connect to a database name:" select your correct database name.

    0 讨论(0)
  • 2021-02-06 01:09

    Restarting Visual Studio fixed it for me. I’d had it open for a month or more.

    Might be worth it to some people to try this simple step first before digging in deep.

    0 讨论(0)
提交回复
热议问题