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


all groups > visual studio .net general > august 2003 > threads for august 22 - 28, 2003

Filter by week: 1 2 3 4 5

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


DevelopmentNow Blog