| Thread | Last Post | Replies |
|
| Can't get "Copy Project" to work | 15 Sep 2003 11:57 GMT | 2 |
I am using VS.NET 2003. I have .NET Framework 1.1 installed on all machines. I click "Copy Project" and I set Destination project folder to "http://192.168.0.20" (internal intranet NAT address). Web access method is
|
| HOW TO? UN add project/solution from source control | 15 Sep 2003 05:10 GMT | 3 |
How can I UN add source control? I want to keep the sources in VSS, and run VSS directly, but simply turn the automatic integration with VS.NET IDE off. I have one solution, containing several fairly good sized projects,
|
| Code Auto Format ... turning it off for real | 13 Sep 2003 03:07 GMT | 2 |
is there a way to REALLY prevent VS.Net studio from reformatting any code I type? Right now, I have turned off ALL the options under the Text Editor category, and in HTML, it still insists on formattint the <head> portion of
|
| radio button List select from a text value | 12 Sep 2003 20:05 GMT | 1 |
i'm trying to display existing radio button list so that item in this list will be selected based on the text value from a separate textbox. how dya do that? my code:
|
| Shim Control and VS.NET Setuo project | 12 Sep 2003 16:05 GMT | 1 |
I am having an addin having same feature as ToolWindow in which a Custiom ToolWindow can be hosted in VS.NET using shim control VSUserControlHostLib. The things work fine but issue come for deplyment. I do not have any idea on how to embedded the registration info for ...
|
| Class View Icons | 12 Sep 2003 09:59 GMT | 1 |
I have a solution with 23 projects. All are C++ projects with a mixture of static libs, DLLs, EXE's and an OCX or two. In the Class View of the VS.Net 2003 IDE the icons representing the projects are all the same, however some of them are indented slightly away from the + used to ...
|
| Anyone??? | 12 Sep 2003 09:42 GMT | 1 |
This is really getting old and frustrating... For now reason that I can determine my copy and paste functionality is gone, as well as bring to front bring to back etc... Only happens in the designer... Sometimes it's there then other times when I go to copy a button it's grayed out. ...
|
| Deploy Primary Output problem | 12 Sep 2003 08:22 GMT | 3 |
Hello, I am developing a VB.net solution including 5 projects, 2 Windows Service and 3 Windows Applications. I started in VS.NET 2002 and the deployment worked very well, but after updating to VS.NET 2003(and Framework
|
| Description Pane in the Properties Window has Disappeared | 12 Sep 2003 08:11 GMT | 7 |
Is there anyway I can get the Description pane to come back in the Properties window in VS.NET. Description is ticked in the context menu for the Properties window, but the Description pane has somehow been resized to nothing at the bottom of the window and I can't grab hold of it ...
|
| Which OS makes the best development environment these days? | 11 Sep 2003 04:25 GMT | 6 |
I am ready to order a new dev machine (lots of RAM, CPU, HD) and I have a choice of OS. I have been using Window 2000 to date, but think I should probably switch to XP Pro or 2003 Server. I am therefore soliciting opinions as to which of these platforms makes the best .NET ...
|
| Automation, insanity, and the Selection.Text property | 11 Sep 2003 02:16 GMT | 1 |
In VC6, assigning ActiveDocument.Selection.Text simply replaced the selected text with what you gave it. Nice and simple. In VC7 it tries to apply the indenting rules to the text it is inserting. This is sheer madness, and has completely #$@*&#$ up
|
| equivalent of debug.print | 10 Sep 2003 22:58 GMT | 3 |
what is the vs.net ide equivalent of vb6/vba ide debug.print ?
|
| Intellisense broken | 10 Sep 2003 16:19 GMT | 2 |
Suddenly, intellisense for a C# class project within the same solution as a web project doesn't work in 1 particular .aspx.cs code behind file. Here are some particulars: 1. I get intellisense for constructors.
|
| Assembly DLL held in memory | 10 Sep 2003 16:18 GMT | 2 |
Say I have a solution with 3 projects: (All C#) 1 Dll that contains some class that define basic functionality 2. Winform Control
|
| Intellisense hanging with 99% CPU utilization | 10 Sep 2003 11:04 GMT | 3 |
Installed VS.NET 2003 along side an existing VS.NET 2002 installation. No errors with the install. However, using VS.NET 2002, whenever I try to enter code like the following:
|