| Thread | Last Post | Replies |
|
| VS 2008 designer for class modules issue | 09 Jan 2008 23:09 GMT | 1 |
I have one web site solution which gives me the following problem: the class modules located within the App_code folder are not treated as class modules associated with the solution. That is, when I hit F12 to jump to the definition of my custom method, the Object Browser window ...
|
| Feature request: Multiple command argument strings | 09 Jan 2008 17:45 GMT | 1 |
Many programs require command arguments. Thus, you specify the parameters in Project Settings: Debugging -> Command Arguments The problem is that you can only specify ONE argument string. During development we often debug our applications with different command
|
| Run As Server Control? | 09 Jan 2008 09:08 GMT | 2 |
In VS.NET 2005 at web designer when placing HTML controls on the from I am able to transfer them to Server controls by the popup menu and choosing "Run As Server Control". In VS.NET 2008 there is no "Run As Server Control" option by the popup menu
|
| VS2008 Login Controls | 08 Jan 2008 21:56 GMT | 2 |
I have installed VS2008 and I would like to use the Login controls that were present in VS2005 along with the Membership and Role classes. How do I enable those controls on the toolbox in VS2008? Thanks,
|
| C# compiler misses unused parameter in function parameter list | 08 Jan 2008 06:33 GMT | 5 |
Using C# in VS2005 with SP1, the compiler is not detecting an unused parameter in the function parameter list. It spots an unused parameter declared locally in the same function - but not one in the parameter list.
|
| devenv.exe and others causing stop error (BSOD) 0x50 (Visual Studio 2005) | 04 Jan 2008 05:26 GMT | 3 |
Environment: Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework
|
| How to disable automatic build when starting debug? | 03 Jan 2008 11:02 GMT | 3 |
Every time I launch a debug session for one of the projects in my VS 2005 solution, VS first runs a build. Unfortunately, in my current environment, that build takes about 5 minutes. Is there any way to disable the automatic build that happens just before I
|