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 > march 2006 > threads for march 29 - 31, 2006

Filter by week: 1 2 3 4 5

Opening new browser from Code
Posted by Ashhad Syed at 3/31/2006 9:32:01 PM
Hello I am new to VS2003 .NET development and therefore have a really simple question: How do you open a new browser (without browser buttons and menu on top) from within the code (I am using VB)? I know you can use Respose.Redirect command to go to a different form in the same browser....more >>

VS.Net, Add Project from SourceSafe?
Posted by Bill Cohagan at 3/31/2006 2:09:20 PM
I'm trying to set up a solution that is made up of several projects from "unrelated" VSS folders; i.e., they are not siblings in the VSS structure although they are intended to be siblings in the solution and folder structure on the disk. To do this I'm attempting to use the "Add Project from ...more >>

Retrieving User Input during Installation
Posted by Allen Feris at 3/31/2006 12:08:02 PM
I have an app that I want to deploy using the deployment mechanism provided by VS.Net 2003. I've created a user interface and added to the routine. 3 fields are available for user input: two fields have the user set where certain files are place and the third field has the user input in the ...more >>

Inline vs code-behind
Posted by Sammy at 3/31/2006 7:04:13 AM
What I like about Inline code model is that you can use the VS 05 designer to create events for me (similar to opening a page in the design mode and double-clicking on a button). Example: select page from the drop-down, then select Load - it automatically generates: protected void Page_Loa...more >>

Acess to Office Apps from VB
Posted by Greg Wallace at 3/30/2006 9:10:02 PM
I am learning VB 2003 using my recenlty installed Visual Studiio 2003 software (last time I programmed VB was VB 5). I have a book I am using to learn this newer (no longer newest) version. One chapter addresses accessing Office apps. from within Visual Basic. This book came out before Offi...more >>

.NET project on Production Server
Posted by gurvar at 3/30/2006 6:17:01 PM
Hi, I'm trying to transfer a ASP.NET1.1 project from Dev Mc to production server developed in VS.NEt 2003. The production server is win2k with IIS installed. How do I check if it has .NET 1.1 framework already installed? Should I have to install all of VS.NET2003 once again even on this Produ...more >>

Can one build on top of the VS 2005 IDE?
Posted by dblock at 3/30/2006 9:13:52 AM
I would like to build an application that looks very much like SQL Server 2005 Management Studio. I understand it is built on top of the VS IDE. Are base components redistributable and where/how do I start? Thx dB. ...more >>

New to VS 2005 for asp.net development
Posted by Adds at 3/30/2006 12:00:00 AM
Hello, We have a asp.net application (I'll call it an application rather than a web-site as it's designed for intranet use, and links in with our "desktop" version of the software) which we've now moved into Visual Studio 2005, after it was initially developed using a text editor. I've g...more >>



VS 2005: where is Immediate Window?
Posted by Pieter Coucke at 3/30/2006 12:00:00 AM
Hi, I installed Visual Studio .NET 2005 on my new pc, but I can't find the Immediate Window? It should be under the Debug -> Windows ->, but it isn't... Is there any setting that I should change to get the Immediate Window? Thanks a lot in advance, Pieter ...more >>

marketing your program
Posted by willem joubert at 3/30/2006 12:00:00 AM
Hi, I wrote 2 web applications. To advertise with Yahoo and Google cost a fortune. Is there no specific newsgroup or search engine specific for .net applications? Please advise. Thanks in advance. ...more >>

Windiff hangs
Posted by bilaribilari NO[at]SPAM yahoo.com at 3/29/2006 10:34:10 PM
Hello, I have Visual Studio .NET. I wanted to use a graphical diff for comparing two files. I tried downloading and installing ExamDiff. Its a nice program. I opened two XML files (each about 12 - 20 KB in size) for comparison. After scrolling through some differences, the machine just hung. Mo...more >>

Is it possible to build .Net 1.0 / 1.0 application using VS.Net 20
Posted by Baron Ng at 3/29/2006 10:33:02 PM
Any chance of doing so? thanks Baron...more >>

Stylesheets are not followed after migration
Posted by Andre at 3/29/2006 9:40:21 PM
Hi, We had an existing application in ASP.NET 1.1. After migration I tried to utilize MasterPages. The test showed that format for most of labels is treated differently e.g. TextBox'es are much toller, Label's do not have fixed length as they used to, etc... After some testing I discovere...more >>

Error: may cause a runtime exception because it is a field of a marshal-by-reference
Posted by Rob Dob at 3/29/2006 8:35:08 PM
Hi, I have a global structure that I declare within form1.cs, and I need to reference from within other forms, everything seems to work okay at runtime, Everything works okay however I get the following warning when I compile: Warning 2 Accessing a member on 'MYCMS.Form1.GLCurrentUserIn...more >>

Problems with VS 2005 Tools for MS Office System Installation
Posted by jljegen at 3/29/2006 9:34:16 AM
I'm trying to install MS Visual Studio 2005 Tools for the MS Office System. The install starts ok, but stops with a message saying I need to install SP1. The problem is, SP1 IS installed. I can't seem to get beyon this point. MS Office products installed on the XP system include: MS Office ...more >>

VS 2005 Go To Definition
Posted by Yoni S at 3/29/2006 9:20:52 AM
I just upgraded from VS2003 to VS2005. I have a class library project and a test form. Whenever I try to "go to definition" or hit F12 on a class's method in my test form to go to the code in the class library, it goes to this stupid metadata file instead of the source. The reference is a proje...more >>

Compiler Switch for a Visual Studio 2005 Class Project
Posted by randy1200 at 3/29/2006 8:21:03 AM
Within my solution, I've created a C# Class Project in Visual Studio 2005. I'd like to review/set compiler switches. The documentation tells me to right click my project, and select properties. From there, click the "compile" tab. My problem is that I don't see a compile tab. I see Applic...more >>

Creating new Windows Forms solution - Designer could not be shown
Posted by Nathan at 3/29/2006 8:20:03 AM
New install of of Visual Studio 2005 Team Edition for Software Architects, no other versions of VS have ever been loaded. File --> New Project --> C# Windows Application. Select solution name. Solution is created and opened. This message immediately appears in Form1.cs [Design] window: ...more >>

VS.Net 2002 ASP.net app - Win 2003 Server w/Sharepoint
Posted by C Stephens at 3/29/2006 7:36:04 AM
I am trying to create a new ASP.net project using Visual Studio .Net 2002 which is installed on my XP workstation. The location of the app is to be on my 2003 server which is running IIS and sharepoint. When attempting to create the new project I receive the error message that the URL and ...more >>

Different dll names for debug and release
Posted by Wim VH at 3/29/2006 3:55:01 AM
In our company we have a rule that all build items of a project (e.g. a static lib in C++) must be put in the output directory of the project. This was possible because always add a "d" after the debug builds, so you would get a MyLib.lib and a MyLibd.lib that can then be used and linked to in...more >>

VWD Express 2006 Registration
Posted by david fleet at 3/29/2006 3:03:01 AM
I've downloded and installed Visual Web Developer. But when I try to register the product IE6 tells me I need "Javascript required to sign in" What do I need to do to get round this? Thanks Dave...more >>


DevelopmentNow Blog