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
all groups > visual studio .net general > september 2005 > threads for september 15 - 21, 2005

Filter by week: 1 2 3 4 5

I want my installer to set environment varaibles
Posted by PIEBALD at 9/21/2005 3:42:01 PM
I want my installer to set environment varaibles, but I don't see how to do so in a VS.net 2003 setup project....more >>


Chat: C# 3.0 Language Enchancements, September 22nd @ 1pm Pacific Time
Posted by Scott Nonnenberg [MSFT] at 9/21/2005 3:30:58 PM
This is really exciting stuff. We'll see you there! It might be a good idea to do some background reading before you show up. :0) C# 3.0: http://msdn.microsoft.com/vcsharp/future/ The LINQ project: http://msdn.microsoft.com/netframework/future/linq/ C# 3.0 Language Enhancements "Can't a...more >>

localhost site works, server does not? cell reference
Posted by Lyners at 9/21/2005 12:55:05 PM
I have a problem with a website. I have a datagrid on one of my web pages that users update, etc. Everything worked fine until I added another column and tried to do an update. I am getting the error; Specified argument was out of the range of valid values. Parameter name: index Descripti...more >>

So basic it's embarrassing
Posted by janetb at 9/21/2005 12:19:02 PM
I'm trying to do my first page - switching from asp to .net using Visual Studio 2003. Forcing myself to use the tool and not write the code by hand. I can get a simple datagrid to work if I code it by hand: http://www.mahec.net/telehealthNet/telehealth/contact.aspx But, I would like to take a...more >>

VS2005 B2: allow editing of read-only files
Posted by Jaret Brower at 9/21/2005 6:19:04 AM
I have the "allow editing of read-only files" option turned off, and a dialog used to pop up asking me a few options if i typed on a read-only file. I mush have checked the box to not show the dialog anymore, so now, when i type on a read-only file, nothing happens. How can I get this dialog...more >>

Do Visual Studio Team Editions require Team Foundation Server?
Posted by Joel Gordon at 9/20/2005 7:53:16 PM
Hi, My understanding (from http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx) is that the professional edition of Visual Studio does not include some of the features (such as code profiling, static analyis and unit testing) which are included in the VS Team Edition fo...more >>

vs2005 consuming web service, adding web reference ?
Posted by only_me at 9/20/2005 7:46:54 PM
I'm experimenting with web services in vs2005, but the instruction material I have to refer is based on vs2003. ( I'm OK with ASP but new to .NET) Problem is as follows, Create a new web service ( via File|New web site), add in a simple new service based on hello world sample - just 3,4 line...more >>

Passing Structures to Unmanged Code
Posted by Lee at 9/20/2005 2:53:08 PM
I am trying to work with the RasDialA function that takes a structure which contains several string, but cannot get it to work. In VB6 the structure called RASDIALPARAMS is as so... 'Type declaration for RASDIALPARAM structure Public Type RasDialParams dwSize As Long szEntryName(Max...more >>



stylesheet with Body TopMargin screws up designer
Posted by Tim_Mac at 9/20/2005 10:21:35 AM
hi, i have run into a frustrating problem with the way VS handles stylesheets. i link to a stylesheet, that contains among other items a top-margin value. unfortuantely visual studio applies this top margin to every control on the page, buttons, datalists etc. it makes the page very difficul...more >>

VS.NET 2003 fails to build Managed C++ project from command line
Posted by Richard at 9/20/2005 7:19:05 AM
VS.NET 2003 fails to build Managed C++ project from command line. That is, having a VS.NET solution that contains a Managed C++ project that has a "Project reference" to another assembly (C# for example), will build successfully in the IDE, but not on the command line (i.e. devenv /build so...more >>

Windows authentication and Role security for VS2005 website
Posted by SJH at 9/20/2005 7:02:55 AM
Using VS2005RC1 I'm trying to use role based security to control access to parts of a website. Forms authentication works fine, but with windows authentication the web site administration tools does not give the option of adding windows user accounts. I can restrict access based on the u...more >>

HTML Auto Tagging
Posted by Buz at 9/19/2005 7:47:01 PM
In an attemp to avoid frames, but still get the formating I want, I am trying to use a header control that opens a table, row, and td that I close in a footer control. But VS keeps closing the tags in the header control. I've turned of HTML validation and auto pop up of tags, but it still does...more >>

8 and 4 bit icon question
Posted by The Other Roger at 9/18/2005 2:00:58 PM
I have been given a corporate logo to use as the basis of an icon. Its colors do not match the ones in the resource editor's palette for 4 and 8 bit icons however I have been able to import my own palette. Suppose my application is run on a host that only supports 256 colors. I understand fro...more >>

Visual Studio keeps removing my closing </li> tags
Posted by Nathan Sokalski at 9/16/2005 5:37:25 PM
I have a section in my ASP.NET code where I have an HTML unordered list. Visual Studio keeps removing the closing list item tags, except for the last list item. In other words, Visual Studio makes my code look like the following: <ul> <li>adasf <li>asdfsa <li>asdfd <li>adfsdf</l...more >>

VS.NET Licensing and MSDN
Posted by Shawn B. at 9/16/2005 12:40:17 PM
I was always under the impression that you get a perpetual license to use the tools shipped with an MSDN subscription but you only receive updates during the lifetime of the subscription. I'm reading http://www.howtoselectguides.com/Guides/VisualStudio2005/tabid/68/Default.aspx that says ...more >>

database connection for deployment
Posted by HollyylloH at 9/16/2005 12:33:03 PM
I have a VisualStudio .NET VB form that connects via ADO .NET to a SQL database. I have created the application and everything works well on my development computer. I need to know how and where to write the code so that when the application is taken to any LAN it can be setup with the appropr...more >>

Windows 98 deployment
Posted by snazzy at 9/16/2005 9:20:03 AM
I have an Visual Basic .Net application that runs fine on Windows XP but when I run it on Windows 98 I get the following message; Application has generated an exception that could not be handled....more >>

Visual Studio - VB.Net References
Posted by Mythran at 9/15/2005 9:27:25 AM
I have web controls installed in the C:\Program Files\Common Files\Company.Name directory and reference them in my VB.Net web project using the .Net IDE. I do the same for each web control, but some of my web controls display as lowercased. I checked the vbproj file for the web project and...more >>

User controls in VB.NET
Posted by sonali_reddy123 NO[at]SPAM yahoo.com at 9/15/2005 7:34:02 AM
Hi, I need a help regarding use of a user defined control in VB.NET. I could able to prepare a user control and add it to my project toolbox but the problem is how to pass the data from the application to the events on the user control. I found get and set methods do these two methods satis...more >>

Unable to debug after windows update
Posted by Magnusson at 9/15/2005 1:58:14 AM
Yesterday I ran windows update before leaving work. Today it is impossible to debug my application. Anyone with the same problem? Solution? I use visual studio 2003. ...more >>

IDE Unspecified Error; SourceSafe?
Posted by Rune at 9/15/2005 12:14:01 AM
We have a solution with 9-12 projects, of which 2 is C#-Webprojects. The solution is binded to sourcecontrol(Visual SourceSafe). App. 10 developers is working on this solution. Some while ago, we made some changes to the VSS-database, including branching the main-source. Since then, we've e...more >>


DevelopmentNow Blog