Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > visual studio .net ide > february 2004 > threads for february 8 - 14, 2004

Filter by week: 1 2 3 4

Have you had any success?
Posted by Jason Stonebraker at 2/13/2004 1:37:02 PM
Has anyone had any success connecting, via design time data tools, to Sql Server 2000 from within Visual Studio .Net Basic Edition? If so, what magic did you use to get the tools to properly connect and work? Is it a permissions issue? How does one grant access to Sql Server for the VSDevelop...more >>


gcc/vi better than VS
Posted by Rudy Ray Moore at 2/13/2004 12:06:13 PM
Here is one thing I like better about using gcc/vi over visual studio: When compiling or linking with gcc, the text editor (vi) never locks up. However, when compiling/linking with visual studio, sometimes the text editor locks up and I have to wait for cl.exe or link.exe to finish whatever ...more >>

Cannot Debug
Posted by C# Learner at 2/13/2004 11:57:27 AM
I've just purchased VC# Standard Edition 2003 and have a problem. I'm running as a limited user and cannot debug applications from within the IDE. I get the following error message: "Error while trying to run project: Unable to start debugging. Access is denied. Verify that you are an ...more >>

is it possible to set variables on a sloution
Posted by klaus at 2/13/2004 11:03:29 AM
So that in every project included in the solution, you can read this variable. Actually it should be a const. This should be used to have different binary folders for different solutions. However these differnet solutions include the same projects: Solution1: Project1 Project2 ...more >>

Major Bug in VB.Net IDE
Posted by Jason Stonebraker at 2/12/2004 11:23:25 PM
IDEs that are able to connect to and use Sql Server 2000: Macromedia Dreamweaver Macromedia Homesite Macromedia Coldfusion Studio Freely distributed Web Matrix Etc. Etc. Etc. IDEs that claim in their marketing and documentation to provide design time access to Sql Server 2000 but don't: Mi...more >>

Problem with Start Page / File->Recent Projects
Posted by Developer at 2/12/2004 2:50:29 PM
Hello, It seems like there is no telling what is going to show up on my Start Page, or in the File->Recent Projects list. I just started VS.Net, and the most recent project on the start page was from the end of January, even though I've created, or modified, several projects since then. This m...more >>

Directx SDK 9.0 Summer Update
Posted by John Connic at 2/12/2004 12:19:01 PM
Hi All: I just switch from VSNet 2002 to 2003. In 2002 I was able to see the directx appwizard but in 2003 I can not. The samples seem to compile and run ok so it is seeing everthing else ok. Is there a way of manually putting the wizard in the right place ?? I tried reinstalling the SDK but i...more >>

VS arbitrarily closes source files when entering/exiting debugger
Posted by Mike Stock at 2/12/2004 10:26:09 AM
I have had this problem for some time (since the first release of VS.NET) and it is really starting to drive me nuts.. When debugging a native C++ program, VS closes some source files that are open in the IDE. This does not happen every time I start the debugger, but it does happen often. There ...more >>



Repost with new info: Weird hidden window in VS.Net 2003
Posted by J.Marsch at 2/12/2004 9:36:16 AM
I'm reposting because I have some information that John Eikanger [MSFT] had asked for regarding this issue. You can find the main thread in this newsgroup by searching for the subject "Weird hidden window in VS.Net 2003". Here's the post: John: Within about 10 minutes of interacting with...more >>

Sql Server 2000 not supported by VS .Net IDE
Posted by Jason Stonebraker at 2/11/2004 6:27:44 PM
Despite what the following note (found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmsde/html/msdeforvs.asp) says, the Server Explorer, nor the Data Connections > Data Link Properties dialog box recognize a fully functioning default instance of Sql Server 2000 Developer ...more >>

About #region Web Form Designer generated code
Posted by clintonG at 2/11/2004 3:24:55 PM
I'm using C# and want to modify the indentation, the color of the border of the box and the color of the text displayed within the box model for the #region directive that displays the 'Web Form Designer generated code' label. I've tried using search and have no luck yet assuming there was or...more >>

VS.2003 resource editor rendering bug !?!?!
Posted by acid_til NO[at]SPAM yahoo.com at 2/11/2004 1:13:31 PM
Hello to all ! I haven't found any help for this so i'm turning to this newsgroup. There seems to be a slight problem rendering the dialog resources from a VC.NET C++ project. Let me explain. When creating a new dialog resource, nothing appears in the windows except for a small grab point fro...more >>

Database Project
Posted by Michael Read at 2/11/2004 11:15:28 AM
I have been experiments with the database project option. I found an article on the web that explains how to use this type of project. But I don't seem to get the same options that the article explains I should get. I am trying to edit an existing table to add additional columns. The article ...more >>

Start Page items unavailable
Posted by Inge Buller at 2/10/2004 12:28:31 PM
Hi! Some of the links on my Start Page are unavailable: Web Hosting, XML Web Services, Downloads, Headlines, Online Community. All I see is "This feature requires that you have connected to the internet previously or are currently online". However my internet connection is OK for other purp...more >>

Dynamic help
Posted by Kimmo Laine at 2/10/2004 12:22:55 PM
Hi, is there a way to hide the Dynamic Help window completely? Thx Kimmo Laine ...more >>

Why does VS not support Sql Server 2000?
Posted by Jason Stonebraker at 2/10/2004 12:56:40 AM
I am following the instructions for creating a simple web forms page that reads data from a database and displays it in a datagrid. While creating the SqlConnection in the Data Link Properties dialog box I receive an error at two different points in the process. The first comes when attempting ...more >>

Localization bug in German VS.NET 2003
Posted by Guido Kraus at 2/9/2004 9:58:20 PM
If you type a C# statement like int i; Console.WriteLine((i.ToString); you get a compile time error which says that you have forgotten the parenthesis () after ToString. The German translation is wrong. It says that you have forgotten the quotation marks. Wrong translation: Auf die...more >>

Smart Indent options in VC6 vs. VS .NET
Posted by jimjunk NO[at]SPAM iname.com at 2/9/2004 2:48:33 PM
VC++ 6.0 supported two Smart Indenting options: "Indent Open Brace" and "Indent Closing Brace" It appears that these options are no longer supported in Visual Studio ..NET. Although I'm certain I could replace the default Smart Indenting with my own (e.g., Active State has done it for their...more >>

how to fix intellisense?
Posted by Francisco at 2/9/2004 12:14:37 PM
Does anybody have idea on how to fix intelisense? Francisco ...more >>

can't add control variable in VS .Net 7.0
Posted by Sam E at 2/9/2004 9:51:06 AM
I have a large number of VC++ projects originally developed with C++ 6.0. Now in VS .Net 7.0, I can not add a control variable. The Control ID checkbox is greyed out. I do not use VSS. It would be good to find out why this is happening so I don't have to go back to MSVC 6.0 every time I need to ...more >>

Error NotImplemented message box when trying to get project properties
Posted by CBROC at 2/9/2004 7:31:07 AM
I'm new to macro/addIn writing for Visual Studio.net 2003 but what I'm trying to do seems trivial; get a projects properties and display them In my macro code I get the project of interest from the Solution object then try to access the properties collection for the project. When I run the macro...more >>

xxxxxx.exe.config
Posted by Thom Little at 2/8/2004 1:24:48 AM
Can we make this more obscure ... please ... I have spent hours on the xxxxxx.exe.config "feature in Visual Studio .NET 2003. Apparently in Visual Studio .NET 2002 you could just set the file in the \bin\debug or \bin\release folder and it would be read. In Visual Studio .NET 2003 if it is...more >>


DevelopmentNow Blog