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

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 >>

Store multi-choice groupbox selection in a field
Posted by dbuchanan at 3/28/2006 6:25:43 PM
I am designing a table to contain a field to stores a value that must indicate none, one, or many choices. The form will have a group box with checkboxes (multi-choice) You see the records in this table contain partially pre-configured records. The records serve as "master" data that will late...more >>

Access Denied when trying to debug ASP.NET Web Applications in VS
Posted by Scott Howell at 3/28/2006 6:12:02 PM
I cannot debug ASP.NET Web Applications under Visual Studio .NET 2003 running under Windows 2000 SP4. My account IS NOT a member of the Administrators group, but IS a member of the Debugger User group. When I run the application under the Debug build, I get the following error. Error while tr...more >>

using SSL during development
Posted by Andy at 3/28/2006 11:58:02 AM
I am configuring my ASP.NET 2.0 site to require SSL for the login page. I know how to install certificates and do all the configuration when I deploy the web app to IIS6. The question is, how do I configure the Visual Studio embedded web server to use SSL? An acceptible alternative would ...more >>

packaging an external exe file with dll library
Posted by michael sorens at 3/27/2006 2:47:56 PM
I need some information about proper technique for nested components/containers. I have created a library as a dll (I'll call this "lib.dll") that I then add as a reference in my main project. The lib.dll itself has a couple other dlls added as references. The dlls under lib.dll seemed to aut...more >>

Vista Build 5308 and VS .NET 2005 problem?
Posted by robs at 3/27/2006 11:19:02 AM
I have a solution that builds over 200 DLLs. These share an output folder and some of them share output files. For example, they all use the same .RC file with common version information, and each project creates the same .res file. Now, I've been building this on Windows XP with no pr...more >>

Global Shortcut
Posted by Gerald Baeck at 3/26/2006 2:57:24 PM
I tried to configure a global shortcut in a windows form, so if someone hits the F9 Key a special event will be executed. I thought it would be best to configure a menuitem with a specified shortcut, but that is not working. How could i configure such a shortcut for the whole form? thx, Ge...more >>

Possible BUG in VSTS Code Coverage results
Posted by Rob Millman at 3/26/2006 2:52:07 PM
I might have discovered a possible BUG in Visual Studio Team System. When I test my app with Code Coverage turned on, with a specific code construct, it reports 2 blocks untested, yet I know the test covers all code AND the code coverage do not show any uncovered code. The specific constru...more >>

Best practices - connection, command, parameters
Posted by Sandy at 3/26/2006 2:49:37 PM
Hello - Is there anything wrong with explicitly naming each connection in an application; i.e. Dim cnnInsertTable1 as adodb.connection Dim cmdInsertTable1 as adodb.Command Dim prmInsertTable1 as adodb.Parameter Then to insert into Table 2, Dim cnnInsertTable2 as adodb.connection Dim cmd...more >>

change vs2005"s development
Posted by roger at 3/26/2006 12:00:00 AM
how to make the vs2005"s development environment from c++ to c#? ...more >>

createing C application in Visual C++ 6.0 (Visual studio)
Posted by Eitan M at 3/25/2006 5:13:03 PM
Hello, How can I create a simple C (not *.cpp) application, for Visual C++ 6.0 (Visual studio) environment ? Thanks :) ...more >>

IIS <-> Cassini
Posted by Bill Cohagan at 3/25/2006 12:23:41 PM
I've got a web project set up in the VS2005 IDE and everything is working as expected. The web app is "file based" and the development web server (Cassini) fires up when I run the project. What I'd like to know is whether there's an easy way to toggle back and forth between using the developme...more >>

What is Installed on my machine
Posted by varkey.mathew NO[at]SPAM wipro.com at 3/24/2006 3:04:51 PM
Dear all, A silly question. How on earth can I find out what Edition of Microsoft Visual Studio ..NET is installed on my machine. I mean, is it Enterprise Architect, Enterprise Developer ,Professional OR Academic Best regards, Vatrkey ...more >>

Memory Error?
Posted by SharkBait at 3/24/2006 10:57:01 AM
I am getting this error when I try to access ACT! 2005 Framwork Attempted to read or write protected memory. This is often an indication that other memory is corrupt After seaching the web it seems that it is caused by .NET 2.0 Framework and Visual Studio 2005. I also read that Microsof...more >>

Which Report module? Is my understanding correct rdl, and rdlc files
Posted by Rob Dob at 3/24/2006 10:12:59 AM
Hi, I'm hoping someone can shed some light on my confusion.. I am using vs2005 and I am trying to make use of some existing reports within my application. the problem is that the existing reports within my application are access reports and my application is c# SQL Server 2000 based, I r...more >>

FrontPage Server Extensions (yes/no?)
Posted by theartiststillknownasgarvin at 3/24/2006 9:41:03 AM
I have been encountering a lot of annoyances with FPSE 2002 running on XP Pro developer workstation, with "Windows SharePoint sites not supported....etc..when opening the site as Local IIS". I see no intentional install of any SharePoint service or product, so went ahead and assumed the erro...more >>

ActiveX Equivalent in Net
Posted by Jeff at 3/24/2006 5:08:18 AM
I need to, from ASP.NET, download a piece of code to the client. That client will connect to a database on a server and create a word/excel file on the users machine. My thought is this is an ActiveX control/dll of some sort, however I don't see any way to create an ActiveX control in VS2005. ...more >>

adding crystal report control to VS2005 standard edition Website
Posted by OD at 3/23/2006 2:30:09 PM
I am running Visual Studio 2005 and working on a web site in C#. I need to add existing crystal reports to this project so users can run them on the website. However, I do not see anywhere on VS 2005 where I can find crystalreportviewer control. I have followed all the instructions on the how ...more >>

ultimate hardware for vs.net 2005
Posted by jamesd at 3/23/2006 1:02:44 PM
What is the ultimate hardware for building a vs.net 2005 development box? Please post what you think the ideal setup would be. Can vs.net 2005 make use of dual processors? 15,000 RPM scsi vs 10,000 RPM SATA ? 32 bit(hyperthreading) or 64 bit for the processor? ...more >>

Problems with ASP.Net Configuration
Posted by ats NO[at]SPAM jbex at 3/23/2006 12:00:00 AM
Not sure if this is the correct group but here goes. I have a web site that I developed using VS.Net 2005. However, when I try to use WEBSITE|ASP.Net Configuration it doesn't allow me to do anything. I get the initail webpage opening, but when I click on any of the options it doesn't do anythi...more >>

best site to learn asp.net basics
Posted by pjsr at 3/22/2006 11:19:33 PM
Can anyoneplease tell me some sites which offer some good start up knowledge for ASP.Net.. I have tried a few sites but they don;t seem to be helping much I am basically looking for COM/COM++... ..NET FRAMEWORK basics and how it works..... and how to configure your appplication to run properly ...more >>

VB.NET and blowfish encryption
Posted by VJ at 3/22/2006 10:51:26 PM
Hello, We have the following requirement: a. Our application will produce a credit card file that we want to send to the bank via Internet. Through our application, we will create the CC file and encrypt it with any tool that can support Blowfish encryption with 448-bit and symetric. Thi...more >>

bad encryption
Posted by Erez Mor at 3/22/2006 6:35:08 PM
hello experts i'm using vb2005 i'm new to encryption so please... i think i've tried every piece of code out there that claims to encrypt/decrypt files the common thing about them all (and that is strange...) is that the proccess changes the file (in fact it adds 16 bytes to it, no matter i...more >>

Upgrading .Net Solution 2003 to 2005
Posted by Frank Bachman at 3/22/2006 9:31:28 AM
About to take the plunge and install VS2005 Standard.... Probably a dumb question (please be gentle)... If I have a solution/project working well in 2003 Academic (VB), can it seemlessly be opened and run in 2005? Is there an "upgrade process" like going from 6.0 to .Net? In searching ...more >>

delete/move DB file when app closed
Posted by Erez Mor at 3/22/2006 6:11:31 AM
dear all i'm using vb2005 and SSE. using the application's startup event, i'm copying the db file (.mdf) to it's location (a ram-drive). that seems to work fine (i only connect to it after a successful login, so it doesnt "know" the db is not there...) then, using the application's shutdown e...more >>

vsnet 2003 - debugging mfc code
Posted by Konrad at 3/21/2006 11:02:38 PM
Hi, when in debug mode (using mfc as shared dll) and an assert happens inside MFC's dll, I don't see a code (only assembly listing), how can I see a c++ code ?...more >>

Dear ms VS.NET 2005 development team
Posted by jamesd at 3/21/2006 6:28:54 PM
Dear MS VS.NET 2005 development team, This is a disappointing product. I work for a large govt department and EVERY team I work with and know of (over 400 developers) has decided to stay AWAY from vs.net 2005. I love the new features it offers but this product simply does not perform as well as ...more >>

Add Com Reference.
Posted by HW at 3/21/2006 1:05:28 AM
Hi, I have severeal Com+ componets written in VB6 that is often rebuild. Theese components are then used in my C# project (VS2003). My problem is that it seems like some of theese com+ components haven't been unregistered correctly. I get duplicate choices when I choose add reference, com t...more >>

how to hold the output window when running console application in VS.NET?
Posted by Steve at 3/20/2006 5:39:09 PM
I am new to VS.NET. I created a simple C# console application with statements like System.Console.WriteLine("Hello"); WhenI run the application with F5, it shows the output console window and then disappears, how can I hold the output window? Even I go to menu bar, View->Other Windows->Output, i...more >>

Failure Sending Mail exception with VS 2005
Posted by HK at 3/20/2006 4:05:19 PM
In VB.NET, I'm getting the exception "failure sending mail". I'm running VS 2005 on XP Home. This is a new install on a new PC. I've never had email problems with VS 2003, and there I could modify the SMTP settings in IIS. But with this install, there is no IIS (at least I can't find an IIS w...more >>


DevelopmentNow Blog