Visual studio 2013 is crashing upon creating new table. Here's a step-by-step error replay:
- Create new Project (Windows Forms Application)
- Adding a button and a label
- Running app to check everything works on the application side
- PROJECT => Add New Item => Service-based Database
- DB added to Solution explorer
- Right-click on DB => Open (Server explorer open on left pane)
- Right-click on Tables => Add New Table
- Aaaand crash - Visual closes itself.
- When I reopen it, DB is still there, but empty (no tables).
(Apparently, need 10 rep to post images directly, so I'll post them through Imgur). Here's a screenshot with details of the error on Windows Event Viewer (in Portuguese):
General Info: https://i.stack.imgur.com/plh6X.png
Datailed Info: https://i.stack.imgur.com/riPHb.png
It complains about this "devenv.exe
" app.
Need some ideas to deal with this without reinstalling the whole Visual Studio.
SOLVED: Thanks to all guys. The repair through Programs and Features did the job.