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

Filter by week: 1 2 3 4 5

VS.net 2002 >>> 2003
Posted by ajg at 8/31/2003 8:39:48 PM
I have VS.net 2002 installed. Do I need to uninstall it before installing VS.net 2003?...more >>


VS Net 2002 and IIS 50
Posted by Alex K at 8/31/2003 4:13:07 PM
Hi, I just created an ASP Net application and designed a basic ASP Net page with few controls on it. Each time I start debugging the page instead on displaying it on the browser (which is started by the way) is "downloading it"... My question is: Why this behavior? Is just a simple A...more >>

aspx not work after window update
Posted by Glen at 8/31/2003 4:07:30 PM
Hi, All: I ran Microsoft Window Update. It did about 10 patches. After the patch, all my aspx page quitted working. The error message is: Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "R...more >>

ASP.NET Machine Account
Posted by John Van Kirk at 8/31/2003 7:20:30 AM
Just installed Visual Studio.Net 2003,.Net Framework 1.1, and Visual Basic.Net 2003 for a college class. It installed a new User Acct called "ASP.Net Machine Account", limited, & password protected. Is this User Acct something required for interacting with VB.Net or ASP.NET? I am the Admi...more >>

Four hours and counting...
Posted by George Hester at 8/30/2003 3:55:11 PM
to reinstall Visual Studio.NET 2003 in Windows 2000 SP4 in Maintenance = mode. --=20 George Hester __________________________________...more >>

Single Sign On
Posted by Tom at 8/30/2003 1:43:34 PM
I am trying to establish an infrastructure whereby I want only one login screen for my .net application users. In my experience, if the user's domain is different than the application domain, the user is presented with the Windows login screen a second time. Is it possible for the brow...more >>

Error when creating a web project - not running asp.net 1.1
Posted by Richard Sit at 8/30/2003 1:21:41 AM
Hi there Hope that some one can help. I am new to VS.net. Recently installed VS2003 Professional onto a PC running Windows 2000 server with SQL2000. Win2K has SP4 applied and SQL2k has SP3a applied and MDAC 2.8. After installing VS2003 Pro on the same machine when try to create a new ...more >>

Automatically importing vs.net 2002 files into vs.net 2003
Posted by pradeep g at 8/29/2003 1:22:56 PM
Hi all, I have a solution that i am building with visual studio 2002. My build machine has 2003 installed and uses the command line arguments to automatically build the solution. However with the solutions built with 2002 i have to manually open vs.net 2003 import the 2002 file and save it...more >>



Error on Oledbconnection to MSOLAP provider on another server with vs.net
Posted by RKAzinhal at 8/29/2003 1:02:17 PM
Hi, 1. I've created an ASP.NET project on my development machine. 2. I need to access a remote SQL Analysis Server: Dim dsn As String = "Provider=MSOLAP.2; Data Source=remote.server.pt; Initial Catalog=FoodMart 2000;" ' Create a OleDb(!!)-connection Dim conn As New OleDbConnection() '...more >>

Datagrid Validation - Template 'Control to Validate'?
Posted by Alan Z. Scharf at 8/29/2003 11:22:59 AM
1. I want to use Validation Controls on Datagrid Item Template TextBoxes. 2. What is the syntax to specify the template textbox "Control to Validate" in the Validation Control's property list? 3. Does this have to be done programatically? Thanks. Alan -- ______________________...more >>

2nd Instance of MS SQL?
Posted by Rick Humphrey at 8/29/2003 6:11:25 AM
When Office2003 Beta Installed, it created a new instance of MS SQL server that AutoStarts during boot.. Why didn't the Business Contact Manager install under the same instance of MS SQL used for Visual Studio? Can it be done this way to conserve resources? In my simple understanding it se...more >>

"Intelli-Text," etc. in .cs and .aspx files
Posted by Alex Maghen at 8/28/2003 3:30:58 PM
I am starting to do some development in VS.NET for ASPX. I'm working with .ASPX and .CS files (as code-behind for the .aspx's). I am NOT creating Web Application "Solutions" or "Projects." Just the .ASPX and .CS files themselves. I really have no choice as I'm creating files for someone el...more >>

How to manipulate an excel file from VB.NET
Posted by Ing. Juan Manuel Alegría B. at 8/28/2003 1:52:46 PM
Hi, Group I have a question. I have been using a COM function to create and manipulate excel files from .NET but with Excel 2003 I had a problem and the message that it sends is something like that "Old format or invalid type library" with Excel 2000 and previous I had had not problems before...more >>

Error Message When Filling Data Grid
Posted by Curtis D. Butler at 8/28/2003 8:34:11 AM
I fill a data grid with 4 columns (UserID, Login, MachineName, and UserIn), by filling a data set object using a data adapter (SqlClient namespace). The data set object contains one data table member. I bind the data grid to the data set by setting its DataSource property to the data s...more >>

Install Problems With XP Home
Posted by Jim Armbruster at 8/27/2003 6:09:02 PM
I cannot seem to install this product on my laptop. I am running a home edition of XP and have enough HDD space and RAM to accommodate the load. I have upgraded the XP for the Blaster Virus When I try to load the product the usual way, the Prerequisites disk will not load either the .NET F...more >>

Accessing SQL Server Database from VB.NET
Posted by mbakshi at 8/27/2003 3:27:53 PM
I'm trying to access a SQL database that is set up on a Windows 2003 Enterprise machine on my network through my VB.NET app. I started with the following simple code just to make sure I could access the database: Dim ConnectionString As String ConnectionString = "Passwor...more >>

Compiling
Posted by MV at 8/27/2003 10:09:01 AM
Look at this message. Nothing is wrong with my code and no error messages! Why doesn't it build my project? Can't stand all the bugs in VS.NET 2003! When do you release the first service pack? ------ Rebuild All started: Project: itsControls, Configuration: Debug .NET ------ Preparin...more >>

Deployment Issues
Posted by Allen Holman at 8/27/2003 6:44:57 AM
I am having issues with deployment on customer computers that I am not having on my development computer. When a customer tries to install the .msi file, they get several hundred errors in the event log. They are always in pairs and are: Detection of product '{E09B48B5-E141-427A-AB0C-...more >>

Alternative to Visual Studio .Net?
Posted by Tony at 8/27/2003 3:57:25 AM
I am sick to death of Visual Studio .Net crashing on me when I try to debug ASP.Net code. What alternatives to Visual Studio .Net are there (if any) for writing ASP.Net Applications? Microsoft already has my money, so I'm sure they won't care if I use something else now... Tony. ...more >>

Closing Dialogs
Posted by Graham at 8/27/2003 3:27:06 AM
I have an application which has 8 dialog windows, some have timed updates on them (via a timer). What is the best way to terminate the application; i.e. what needs to be done on the main Exit button of the application; close down other dialogs etc, kill the timers etc?...more >>

Dialog Windows
Posted by Graham at 8/27/2003 2:53:11 AM
Is it possible to have several dialog windows from one application visible (say using half the screen)when the focus is switched to another application; i.e. the new application using the other half of the display....more >>

Subscribing to .NET newsgroup
Posted by Ajinkya Dabke at 8/26/2003 11:14:19 PM
Please let me know how i should subscribe to .NET newgroup so as to get regular emails about happenings in .NET domain and also getting my development queries solved....more >>

[Help] How can I use C# to create a StdPicture Object for VB6?
Posted by Liu Qian at 8/26/2003 5:50:09 PM
Hello, all! I use OleCreatePictureIndirect API to create StdPicture, and the return is S_OK, but the result seem not correct. Here is my code: [DllImport("olepro32.dll", SetLastError=true)] internal static extern int OleCreatePictureIndirect(ref PICTDESC pPictDesc, ref System.Guid riid, ...more >>

Collision between VS.NET and VS 6.0 ?
Posted by Magic Spark at 8/26/2003 1:49:09 PM
We are developing software in Visual Studio 6.0 environment under Windows 2000 Proffesional operating system. I am planning to install VS.NET and start learning ..NET platform. Can anyone advise me whether installation of VS.NET might cause any problems with our regular VS 6.0 development e...more >>

Debugging delays in VS.NET 2003
Posted by Jeremy Lew at 8/26/2003 9:19:37 AM
Ever since I installed VS.NET 2003, I have experienced the following problem when debugging managed applications: Whenever an exception is thrown from BCL code, the IDE will pause for approximately 10 seconds before either jumping to my exception handler (if there is one) or displaying the unhan...more >>

Selling my vs.net 2002/2003. What do I need to know? License issues?
Posted by Allen at 8/25/2003 9:57:16 PM
I recently jumped in and just bought up the full universal subscription to MSDN which rendered my vs.net 2002 (full) and 2003 (upgrade) useless. I paid good money for them though so I'd like to sell my old vs.net 2002/2003 to someone else (I'm thinking ebay or something). Do I face any legal...more >>

Install Error 1305
Posted by Josh at 8/25/2003 9:00:43 PM
While installing Visual Studio .Net 2003 , I receive an "Error 1305: Could not read file" box. I verify that the file does exist and there are not scratches on the CD. I just used this CD earlier today to install Visual Studio on my main office computer. I have tried to install several times...more >>

Missing "src=...." from CodeBehind file reference
Posted by Dean at 8/25/2003 8:21:22 PM
I just developed a VB ASP.net application using VS 2003. The application worked fine on my computer, however when I copied the files to the productiuon server, I found the only way I could get it to find the code behind source was to go into the Page directive and manually insert 'src="Def...more >>

Using over 10 Panels on a form - VB.NET
Posted by Doug Harvey at 8/25/2003 6:10:03 PM
I am using VB in both 2002 & 2003 Visual Studio.Net on 2 different computers. I had a problem with the resx file growing to over 12 Megabytes. On the form I had a problem with, there was over 16 panels, and 5 splitters controls. Upon examination of the resx file in Notepad, (Visual Studio ...more >>

Best Tools for Beginners?
Posted by Elphin at 8/25/2003 10:44:59 AM
I'm looking for a good, free (or cheap?) online learning system for visual studio .NET 2003. Even though I have some experience with C/C++ and took a VB class in college (1995), MS's tutorials are a bit arcane and difficult to navigate. Does anyone know of some good online tutorials fo...more >>

Visual Studio .NET in non admin account
Posted by Malarvizhi Veerappan at 8/25/2003 8:53:30 AM
Hi, I would like to know if Visual Studio .NET can be run in a non administrator account. We are setting up a development environment and would like to create a windows account for the .NET development purpose as everybody cannot be made part of the administrator's group. Can anyone help...more >>

Consultant converting from Delphi to .Net
Posted by Al at 8/25/2003 6:26:35 AM
I'm in Northern Va., 20 miles from Washington D.C. Can anyone share with me what the market rate is in US dollars per hour for a person with MCSD.Net Certification and 10 years in other languages? Thanks ...more >>

Server Explorer SQL feature just stopped working
Posted by Simon Bond at 8/24/2003 10:03:00 PM
Using Visual Studio .NET Enterprise Developer 2003.. It seems that the server explorer is no longer capable of connecting to SQL servers, neither through local servers tree or the Data Connections tree. This only stopped working about 2 days ago. I can hilight servers in the tree, but if I try...more >>

Need address and port to configure proxy server
Posted by James McGivney at 8/24/2003 12:33:10 PM
I am trying to fill-in a dialog box to configure my LAN Settings so that I can complete "Walkthrough: Creating a Distributed Application" In the Local Area Network (LAN) Settings dialog box, in the Proxy Server Area, I check "use a proxy server for your LAN". I now need to enter the addres...more >>

Nested datalist controls
Posted by Jim Bailey at 8/22/2003 3:39:03 PM
If there's a better group for this, let me know and I'll report it. I looked throught the 'vsnet' groups and this seemed the most likely. The base of this question is about nested datalists/datagrids. I've tried this two different ways and searched on the web for examples - it should be simpl...more >>

Need assistance
Posted by Mohammad-Reza at 8/22/2003 1:42:32 PM
Hi dear Sir / Madam I am writing an application for a multiplayer game net using Microsoft Visual Basic 6.0. There is a server and a client program and I don't want to allow the customers to terminate my client application and access the windows desktop. How can I disable the task manager...more >>

The designer could not be shown for this file because none of the classes withi
Posted by Manmohan Gupta at 8/22/2003 11:57:44 AM
VS.Net 2003 Win2k Terminal Server SP4 When a create a new ASP.Net web service VC++ project and try to open the web service code behind class in the designer by double clicking in Solution Explorer, I get this task item: The designer could not be shown for this file because none of the...more >>

Optional ByRef yields unexpected results in VB.Net 2003
Posted by Greg Dever at 8/22/2003 11:19:54 AM
The following code is suppose to check to see if a value has changed from its previous value (which is passed into the function) if there is a previous value. If the value has changed then the previous value is assigned the current value at the end of the routine if there was a previous v...more >>

No Methods for c#
Posted by don schilling at 8/22/2003 10:24:51 AM
In VS when using VB, at the top, I get a list of class names, "Label1", "Label2", etc, and to the right are the methods, "on click", etc, but when I use c#, I dont seem to have an automatic list of controls and methods? Am I missing somehtning? TIA ...more >>

Problem with .resx File Growth - using V.S. Studio.Net -2002
Posted by Doug Harvey at 8/22/2003 9:18:24 AM
I am using Visual studio 2002 on an XP Pro Platform. I seem to have a problem with a *.resx file that seems to grow to extraordinary size (12,500,000) bytes so far. Examination of the file produces a vision of several million "A" s , which I think should not be there! I was wondering if anyo...more >>

Setting the default of .NET application installation to Everyone
Posted by Darren Mastrangelo at 8/22/2003 7:14:55 AM
On the Select installation Folder screen created by the setup /deployment project there is an option to install for all users (Everyone) and only me. Is there a way to either change the default to Everyone at build time or pass the msi file a command line argument to change this from only...more >>

MSDN User rights concern/question
Posted by Darren Mastrangelo at 8/22/2003 5:17:21 AM
After installing The MSDN Help for Visual Studio .NET from a CD Tower setup, it appears that when a user without administrative privlidges attemps to redirect the MSDN Help from disk one to disk two or three, they do not have the appropriate access needed to make the configuration updates ...more >>

Linking files across projects
Posted by Graham at 8/21/2003 11:41:08 PM
Hi I read an article recently in "Visual Studio Magazine" which described how to link a single file across multiple projects within a solution. I downloaded the code example and it worked wonderfully! I wish to use this technique in my web projects, but it doesn't seem to work, even...more >>

Check style for C#
Posted by KishorK at 8/21/2003 5:36:53 PM
How you guys go for checkstyle of your C# code? For our C# project we have some code design guide lines as to whether barces are in place and whethere lines are upto We have FxCop and its working great but that is for checking binaries and not for checking source code styles. We are looki...more >>

Install source project needs reletive path to references.
Posted by Mark Ramey at 8/21/2003 4:49:16 PM
Hi, I can't seem to find the secret handshake for this one. I have a sample project that I want to ship with some assemblies that I wrote. I have a setup project and have included the assemblies and used the source option for files to distribute. The project uses the absolute paths to t...more >>

Databind or ADO recordset?
Posted by RG at 8/21/2003 1:49:39 PM
when populating data in a listbox from a database, is it more efficient to databind, or to open an ADO recordset and add items one by one? which is the best method? thank you....more >>

Editor and Control characters
Posted by Norman Daley at 8/21/2003 11:49:55 AM
I somehow caused the editor in Visual Studio .NET to start showing me dots(...) wherever there are spaces in my code. eg. Instead of seeing "Public Sub Mysub()" I see "Public.Sub.Mysub()". (I am not talking about the dots shown because of Regions.) I have checked my options and have...more >>

Go to Definition not working
Posted by Mark at 8/21/2003 10:28:27 AM
I use the 'Go to Definition' feature all the time to see where variables are being declared. All of a sudden it's not working anymore. A message box always appears saying, "Cannot navigate to '______'." Does anyone know how to fix this? Thanks, Mark...more >>

visual studio .net 2003 ent very slow
Posted by M. van Halen at 8/21/2003 6:20:07 AM
Hi, I have serval solution files with mutiple projects that run on a windows 2003 server. When i open de solution it opens very slowly and compiling also takes a long time. Also editing is slow sometimes with web projects. Visual studio 2003 3 and .net 1.1 are installed on my PC. process...more >>

ASPX Files won't execute and VS won't build
Posted by Jack at 8/21/2003 4:30:00 AM
Hello, When I try to view an aspx file I get a Server Application Unavailable in big red letters. I don't get any error when I run HTML files. Also, when I try to build the application, it says that my bin folder is marked as executable and I am not allowed to put files into an executab...more >>


DevelopmentNow Blog