visual studio
3 Beiträge mit diesem Schlagwort. Alle Beiträge
- Adding Web User Control to aspx page
As you cannot add a web user control to your Visual Studio 2005 toolbox I struggled how to do it the easy way. Here is the solution: To add a Web user control to a aspx page simple switch to the design view (of the aspx …
- F7 keyboard shortcut in Visual Studio
In some scenarios, the F7 key does not switch between code and designer and back anymore. The only thing it does is switch from designer to code. This seems to be related to some profilesettings. To fix this, you can do …
- Slow project loading with Visual Studio 2005 SP1
For a few days I had to wait up to 10 minutes to get my main WebApplication Project loaded. Searching the web and using filemon did not get me very far on this, so I decided to remove anything not essential needed bit by …