There is a nice tool that allows you to define combination of multiple projects that should be started together when running things from Visual studio, the extension is called SwitchStartupProject and can be found here:
Showing posts with label visual studio. Show all posts
Showing posts with label visual studio. Show all posts
Saturday, June 06, 2020
Thursday, March 10, 2016
Visual Studio sql hide design
To have visual studio show SQL and now show the design panel, follow the following:
From question in Stackoverflow
- Right-click on the file, and select Open With...
- Then select Microsoft SQL Server Data Tools, T-SQL Editor,
- Click on Set as Default
- Click OK.
From question in Stackoverflow
Labels:
annoyances
,
visual studio
Friday, March 04, 2016
Visual studio: Enable debug of external code
- Go to the Debug-->Exceptions dialog, check Common Language Runtime Exceptions, and check the check box in the Thrown column;
- Go to the Tools-->Options-->Debugging and uncheck the Enable Just My Code (Managed Only) check box.
Source
Labels:
debug
,
visual studio
,
windows
Subscribe to:
Posts
(
Atom
)