| Thread | Last Post | Replies |
|
| New to VS.Net | 31 Dec 2004 20:33 GMT | 1 |
I've been developing asp.net web apps for a year, and we finally purchased vs.net 03. I'm stumbling around trying to use the IDE and I have a few questions... maybe someone could point me to a good tutorial or book but I haven't found what I'm looking for yet.
|
| Just getting started: simple question | 30 Dec 2004 09:44 GMT | 1 |
I'm trying out vs.net for the first time, and will no doubt be back with more profound questions. Here's a starter: my first few little practice projects continue to hang around on the Start Page, under Open an Existing Project. That's fine for projects I'm serious about, but ...
|
| How to copy and paste multiple controls | 29 Dec 2004 07:23 GMT | 1 |
I've been searching for quite some time, looked through books, and tested myself, but have no ideas. This is SO simple that I hate to ask, but I'm at whits end. I create a VB ASP.Net app, add a few controls in design mode to
|
| How to determine the start and end of all outlines in the source c | 28 Dec 2004 10:41 GMT | 1 |
Does anybody know if it possible, from an Add-In, to determine the following information in a code window of VS .NET 2003 or 2005: 1. Start/End of each Outline segment 2. If the Outline segment is expanded or collapsed
|
| Finding block begin/end in VBScript | 25 Dec 2004 13:57 GMT | 20 |
I am using VS.NET 2003. In the editor with CTRL+] I can easily find the closest opening/closing parenthesis. What I'm looking for is the same functionality for VBScript blocks, e.g. when the cursor stands on an "If... Then" statement and I press a certain key combination, the IDE ...
|
| Strange: Server Explorer can't see localhost unless machine connected to internet | 24 Dec 2004 04:30 GMT | 1 |
I am having this strange behaviour with my Server Explorer. It can't connect to localhost unless I am connected to the internet (via dialup connection or LAN). It gives an error that says "server name could not be found". I track it down to a socket error which i think is connected ...
|
| VS.NET 2003 Add-In does not unload | 23 Dec 2004 12:25 GMT | 2 |
I developed an add-in to VS.NET 2003 many moons ago/ It works for wast number of users, however, a number of user have reported the following behaviour which I cannot explain why it is happening. I would be greatful if anyone give me a clue as to where to look.
|
| Disable Stored Procedure Boxed Statements? | 23 Dec 2004 00:20 GMT | 3 |
The blue boxed borders drawn around SQL statements are distracting when writing a store procedure via the Server Explorer. I looked around in Options but don't see how to disable the bordered text. Is there a way to do so and how?
|
| cl.exe /G7 option problem | 22 Dec 2004 12:14 GMT | 1 |
when i open /G7 option, compiler optimize float to long data cast instead of calling _ftol2 function.But make some mistake when float = 0xffffffff; long will be 0x80000000. Assembly code:
|
| Color coding in the IDE for System Types (Int32, Double, etc) | 22 Dec 2004 09:52 GMT | 3 |
I know that VS 6.0 supported the ability to color code a user defined list of terms in the IDE. I would assume that VS2003/VS2005 would do the same. Can anyone confirm or deny this and tell me how to do it? Our developers would like to see items such as Int32, Int16, Double, and ...
|
| Focus Bug in VS.Net 2003 with C/C++ projects | 22 Dec 2004 06:46 GMT | 2 |
Using VS.Net 2003 I have a problem which is driving me nuts. When editing C++/.h files the focus is continually reset to the current document window ie if I open a docked Find window the focus returns in a couple of seconds to the main editor window. Clicking in any docked
|
| Custom Project - Linked files | 22 Dec 2004 02:45 GMT | 3 |
Hi There, I am in the process of creating custom project types for ther commonly used assemblies that I create. What I'd like to be able to do it to automatically add a *linked* file
|
| How to link 2 projects in a solution | 21 Dec 2004 15:38 GMT | 1 |
I have a asp.net solution with 2 projects under it. I set project A to depend on project B. When I build the solution, both of my projects get compliled but they don't link to each other. when I run a page in project A, it doesn't pick up the updated things in project B. As a ...
|
| How to use an external library | 20 Dec 2004 12:51 GMT | 1 |
I had to use an external in a Visual Studio .NET C# project. I see the documentation associated to this function in VS .NET. But when I want to use the function, I have the following message : "C:\Documents and Settings\TOTO\Mes documents\Visual Studio
|
| Cannot stop VS2005 using Mozilla | 18 Dec 2004 16:53 GMT | 3 |
November CTP of VS2005 Standard Beta 2. ASP Web Project. Completely new website. I normally use Mozilla, and so VS starts a ASP.NET app using that. Perfect. However because the ASP Website Configuration tool doesn't quite work using
|