| Thread | Last Post | Replies |
|
| Custom task list comment tokens with wildcards? | 30 Jun 2007 22:52 GMT | 1 |
I notice in VS 2005 (C++) that the pre-defined comment token "TODO" gets special treatment. It seems to work like it has a wildcard on the end. By this I mean I can have a comment like this: "// TODO_SOON" and it will show up in the task list. If I try to do
|
| IntelliSense tooltip and web reference | 28 Jun 2007 12:30 GMT | 1 |
Hi I have a solution of 3 projects. A DocProject, a web service and class. In the class I include the web service with a web reference and in the web service the only function helloworld has been commented with:
|
| Data Sources Window not available in an ASP.NET project? | 25 Jun 2007 07:56 GMT | 1 |
I'm trying to configure some asp.net data components to consume data from a web service that I've exposed for my application. I can access the web service and I can see the dataset definitions that I've exposed. But I can't get VS2005 to show the Data Sources window unless I'm in ...
|
| Web Form Controls Missing from VS2005 | 23 Jun 2007 18:27 GMT | 1 |
I just installed VS 2005 on a new computer. I created a new Web Application project, but none of the Web Form controls are present in the toolbox. I can't seem to find a way to make them appear. Any ideas why they would be missing?
|
| Designer view fails for WinForm - resources | 22 Jun 2007 15:07 GMT | 4 |
Hi, I'm getting an odd, intermittant error. I have several Windows Forms (VB.NET 2005) in my project that I cannot view in Design mode. The application runs fine after a compile but I cannot view the forms in the IDE. I get messages like:
|
| How to Group code under one node? | 22 Jun 2007 06:26 GMT | 2 |
We are creating a series of classes that will be code generated, but customizeable by the end user. (we'll use partial classes, where one file is generated and the other is user-editable). Since these files will always come in pairs, it would be really nice if I
|
| Expand All #region's | 21 Jun 2007 14:44 GMT | 2 |
I've inherited some pretty large source code files with many blocks of code wrapped in: #region foo ...
|
| Add Web Reference problem - shows web service methods cant add | 21 Jun 2007 14:34 GMT | 1 |
I can access the WS outside of VS 2005 with no problem (from Stylus Studio or IE). Trying to add a web reference from VS doesn't work. At the same time the service displays it's methods the "Web services at this url" box displays this message:
|
| VS debugging - command window has ">" I can't use "?" | 21 Jun 2007 01:44 GMT | 6 |
I'm in VS debugging. I click the green arrow to begin. I reach a breakpoint. I find my "Command Window" at the bottom of the screen which I usually use to type something like: ?myvar
|
| User Control error in IDE when compiling with /clr | 18 Jun 2007 04:35 GMT | 2 |
I am trying to create a C++ Windows Form Application that contains managed and unmanaged code. My problem is not with the mixed code, but with my User Controls and the Visual Studio 2005 IDE. After I change the Common Language Runtime support compiler option from /clr:pure to ...
|
| reference to class library could not be added | 16 Jun 2007 03:54 GMT | 1 |
I have a Visual Studio application built for the Pocket PC 2003 Device. It has one VB project in the solution. I want to add a class library to the solution. I right-click the VB project file, select Add / New Project / Visual Basic /
|
| "Surround With" Option Is Gone?!! HELP! | 15 Jun 2007 19:57 GMT | 1 |
I used to use this all the time. I would highlight some code.... right click it... select "Surround With"... select "Region" and type in the region name. Now this option is gone.
|
| Print form design | 11 Jun 2007 22:18 GMT | 1 |
How do I print a form design? In design mode, print is disabled in the File menu. Is there an existing way to print all the forms in my project? This would be very useful for documentation and in meetings when discussing an app.
|
| Problem with "Open Website" link not appearing on start page | 06 Jun 2007 21:35 GMT | 1 |
Well, the title about sums it up. I installed VS.NET 2005 and it used to have 4 links at the bottom of the "Recent Projects" section on the start page: 1. Open Project
|
| global 'using' statements | 06 Jun 2007 18:03 GMT | 2 |
I know I saw this somewher befor, but cant find it.... how/where in a vs2005 classlibrary project do i specify that the system.data.sqlclient namespace should be imported into every class without me having to put a 'using' in each .cs file.
|