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

Filter by week: 1 2 3 4 5

VS 2002 Memory Leak?
Posted by Pete at 6/30/2004 8:16:01 PM
Hi, We run Visual Studio .Net (2002) for building VB.net/asp.net web applications . We've noticed that the computers memory usage escalates over the day. I killed off one developers session that had Devenv.exe using 250Mb and reclaimed almost 1Gb or Ram. It appears that Debugging applications tak...more >>


VS 2005 Express : Configuration Manager
Posted by Lei Jiang at 6/30/2004 1:33:49 PM
The "Configuration Mangager" menu item under "Build" could not be found. And sometimes it suddenly appeared. Could anyone tell me when could the menu item be displayed? Another problem is that how can I set different condition symbol for different configuration(e.g. DEBUG in Debug build and ...more >>

VS2005 Express : Debug problem
Posted by Lei Jiang at 6/30/2004 1:31:16 PM
When my program run in debug mode, some exceptions thrown : Illegal cross-thread operation: Control '' accessed from a thread other than the thread it was created on.\r\nStack trace where the illegal operation occurred was:\r\n\r\n\tat System.Windows.Forms.Control.get_Handle()\r\n\tat System.W...more >>

Applications developed with VS2005 do not running under Windows 98?
Posted by Frank at 6/30/2004 11:25:37 AM
Hello, is it right, applications developed with VS2005 do not running under Windows 98? If it is right i think, this is a knock-out criterium for updating to VS2005, because many of our customers use Windows 98. I think Microsoft uses new VS versions to force people to update to newer Windo...more >>

Enterprise developer vs. Enterprise architects
Posted by JotaEme at 6/30/2004 6:39:12 AM
Dear friends What are the real differences between these two IDEs?? One of the pages of the site states that the difference just regards Visio and this stuff, but other page states that Enterprise Developer doesn't support Web Services. Is is true or false? Thanks in advance...more >>

Persistent error: "could not copy temporary files"
Posted by James Bailey at 6/29/2004 10:04:25 PM
I have a solution that has six projects, five class libraries and one web project. Three of the class libraries are dependent on one class library, and the last class library is dependent on all the other class libraries. The web project is dependent on all of the class libraries. The problem...more >>

Problem migrating from VC V6
Posted by Rob C at 6/29/2004 1:24:13 PM
I have a C++ application using MFC that was developed under VS V6. I tried to migrate it over to VSNET 2003 by copying over all teh source and then letting VSNET convert the project file. When I built the application, I get a compile error telling me that the Win SDK call "GetDefaultPrin...more >>

Migrating solution from 2002 to 2003
Posted by Lucvdv at 6/29/2004 11:11:48 AM
How do you migrate an existing VS.Net 2002 / DirectX9 solution to VS.Net 2003? I recently upgraded my development hardware, and at the same time switched from VS.Net 2002 to 2003 and from the original DirectX 9.0 to the summer 2003 SDK update. Now I've got a problem trying to open my projec...more >>



pl/sql editor
Posted by guy at 6/29/2004 2:07:02 AM
I have an already exisiting pl/sql script that I want to edit in the IDE, however when loaded into vs.net it defaults to the T-SQL editor, how can i specify the pl/sql one? cheers...more >>

Default Modifiers in VB.NET Windows Forms projects
Posted by Dotnetjunky at 6/28/2004 11:22:01 PM
Hi, Can someone pls explain to me why the default Modifiers for controls in a VB.NET Windows Form is Friend ? Why not Private like C# ? Any benefit of using Friend over Private ? Thanks....more >>

Visual Studio Tools For Office installation problem.
Posted by Paul S. Natanson at 6/28/2004 7:07:59 PM
When I try to install Visual Studio Tools For Office I get a msg (as soon as I insert the CD) telling me that before I can install VSToolsForOffice, I must first install MS/Office2003ProEdition. But I have already installed a full licensed copy of MS/Office2003ProEdition. So why am I gettin...more >>

Microsoft: Will there be a reasonably priced Visual Studio 2005 Upgrade Offer as there was with 2003?
Posted by Jason at 6/28/2004 11:26:45 AM
cheers jason ...more >>

Slow Editor
Posted by Leonardo Castillo at 6/28/2004 10:34:24 AM
Hi !. I have a project with 10 forms and 5 modules. In the edit mode (code) is very slow, there is a 2 or 5 seconds delay between the keystrokes. Have idea to resolve this problem ? Thanks, Leonardo Castillo ...more >>

Refresh datagrid after SQL direct update
Posted by Dave Wagoner at 6/28/2004 8:44:21 AM
I have a DataGrid displaying a summary of data from multiple SQL tables. I am using the DataGrid UpdateCommand event handler to call a sub that updates a single table record using the sqlcommand.executenonquery command. After the sub, I tried to have the DataGrid refresh and display the upda...more >>

serial port usage
Posted by gopher at 6/27/2004 7:19:01 PM
Using C++ in VS .NET, I can't find how to open serial ports for reading/writing. More specifically, I am writing a VC++ .NET application (a "Windows Forms Application"), and need to access a Serial Port (COM1, COM2, etc), preferably by using standard file I/O ("stream" type access would be gr...more >>

Icons
Posted by Antipex at 6/27/2004 2:14:33 PM
VisualStudio 6.0 included a library of icons for apps and toolbars - where can I find something similar for VisualStudio 2003?...more >>

VS.NET Help Requested
Posted by Ray at 6/25/2004 6:41:10 AM
In Visual Studio . NET I am trying to display a child web window with out the Toolbars and in max display mode. somthing like a fully opened popup. does any one know how to do this? ...more >>

Help : Customising comment tags
Posted by Jas at 6/24/2004 8:53:38 PM
Currently in Visual Studio .Net 2003, comment tags such as <summary></summary> will be automatically generated when we enter /// to signify documentation comment. For methods, <param> and <return> tag will be generated if there are parameters and return value. -------------------------------...more >>

BUG? Object comparison in code and debug watch window
Posted by Guogang at 6/24/2004 6:59:25 PM
My environment: VS .NET 2003 Version 7.1.3088 When I try to compare two objects which have same basic type like this: //row is a DataRow object, both columns are integer type with same value System.Debug.Write(row["title_id"] == row["book_title_id"]); The C# actually runs and give a "False...more >>

CR 7.1 Help Install?
Posted by Venkat Venkataramanan at 6/24/2004 6:29:05 PM
Hello: When I was installing Crystal Reports 10 Developer English version on a Windows XP, I encountered an error situation. At some point during the install, I get the message: Please insert the disk VS7.1 CR Help Install I have the option of Cancel/OK. Isn't VS7.1 VS.net? I al...more >>

Error Installing SP6 for VS.NET 2003
Posted by Erik at 6/24/2004 3:13:53 PM
I recently installed Visual Studio .NET 2003. I tried to install the Service Pack 6 for it but the setup stops abruptly. A pop up says 'setup did not complete successfully', after I pressed 'I accept' for the EULA. Does anyone know of this problem? Should I just forget about the servic...more >>

Cannot copy referenced files to project output
Posted by Benny Tordrup at 6/24/2004 2:01:49 PM
Hi I'm working on a solution containing an EXE project and three DLL projects. The references are: Detail.exe FKData.Common.Data.WinKompas.dll FKData.Common.UI.InfragisticsUtil.dll FKData.DataAccess.dll FKData.Common.Data.WinKompas.dll The FKData.Common.Data.WinKomp...more >>

enumerating logged on users, detecting logon/logoff
Posted by Alen Ilkov at 6/24/2004 10:56:09 AM
I am trying to get the list of all the users logged on to a WinNT/2k/XP box. What I am about to use is NetWkstaUserEnum from the NetAPI lib - is that the best way? Also, is there a way to hook into windows logon to be notified when new users log on and existing users log off? Alternatively I c...more >>

.net portable?
Posted by Alexandre at 6/24/2004 5:18:02 AM
Hi, i am trying to make a game for the pc initialy. But i may want to port it to linux, maxs even game console. Would .net be the right tool for the job thanks!...more >>

add .net reference to a vb.net projet doesnt work! arrrg
Posted by Alexandre at 6/24/2004 5:15:01 AM
I did, projet/add reference, selected systems.drawings, double -click on it. It appears in the lower window. I click ok, then try to type imports system.drawings but it doesnt work the reference is never added. What am I doing wrong here? Thanks!...more >>

Unable to build Web Setup Package on VS 2003
Posted by Nick at 6/24/2004 4:49:01 AM
Hi, We developed a web application composed of several references to dll,s and other projects. When we build or rebuild the solution, it works perfectly with no errors. The application also executes properly. We tried to join to the solution a setup package which includes content files, primar...more >>

request.urlreferer
Posted by Tony at 6/23/2004 11:36:30 PM
Can someone point me to an example of how to get the referring URL. I've tried everything. If I put it in the session_onstart I get "" if I put it in default.aspx I get the my URL? Thanks ...more >>

How to mask password textbox in deployment project user dialog
Posted by Jenn at 6/23/2004 11:30:02 PM
Hi - I'm using the deployment project provided in Visual studio .net to create my installer. Everything works fine except when I try to use the "user interface" to add a custom dialog to get the userid and passpord for a product I want to install, the password in the textbox shows the password inste...more >>

Forms inheritance in C# problem...
Posted by Deena at 6/23/2004 4:47:26 PM
Hi I create a abstract base class("MyBaseForm") which extends = System.Windows.Forms.Form class. I add buttons,.... . I then extend = another class("MyDerivedForm") from "MyBaseForm". This compiles fine, = runs fine but as soon as I double click - MyDerivedForm - to view the = form in the ID...more >>

TechEd 2004 Europe - Which speakers/sessions to attend?
Posted by Thomas Jespersen at 6/23/2004 2:18:48 PM
Hello I'm going to TechEd Europe next week, and would love you advise about the best speackers. Or if you attended TechEd in US, you might want to recommend specific sessions. My experience is that the right speaker can make any subject interesting and visa versa. E.g.. "Rafal Lukawiecki" c...more >>

VB6
Posted by M Sweeney at 6/23/2004 11:42:59 AM
i have a problem that i want to add components to my toolbox, but cannot add any of them. it is very annoying. im using VB6 on my school network. when i try to add components i get a permission denied. is this because VB is trying to access files in system32 dir that users do not have acce...more >>

Just learning VB .Net, VS .Net required??
Posted by steve at 6/23/2004 8:06:20 AM
I am just learning vb.net. I can't pay for the VS .Net yet. Is there another alternative? From what I read, developing it in notepad would be a little tough. Thanks....more >>

Where to download VS .Net?
Posted by Joe at 6/23/2004 6:43:45 AM
Is there a developers version of the VS .Net ide that can be downloaded? Or do you have to buy it? Thank you....more >>

Can't Uninstall VSNET 2003
Posted by Wayne Wengert at 6/23/2004 6:33:20 AM
I need to uninstall and re-install VSNET 2003 (problem with InstallShield Express 5). Anyway, when I try to do an uninstall I get the following error and the process stops: ============================================================= Setup is unable to determine a valid ordering for the install...more >>

Custom project templates in different directories?
Posted by Chuck Heatherly at 6/22/2004 5:07:22 PM
(I posted this to the vstudio group by mistake, sorry, not meaning to multi-post) I have created a custom C# project template and it is working fine. However, I would rather store the relevant files (*.vsdir, *.vsz, and the *Wiz subdir in C:\Program Files\Microsoft Visual Studio .NET 2003\VC#...more >>

Using Visio for UML Models in .Net
Posted by Bob Curry at 6/22/2004 4:19:33 PM
With VS6, there was a Visio add in that allowed reverse engineering of C++ to generate a first cut of a UML model for a project. I would like to do the same thing with my VS.net projects but it doesn't seem possible. Am I wrong? Thanks in advance. Bob ...more >>

Enabling line numbers in Visual InterDev 6.0
Posted by Dick Roose at 6/22/2004 2:55:46 PM
How do you enable line numbers to show in the source view of Visual InterDev? The were showing when I started, now they don't. Thanks Dick Roose...more >>

Create a dir where all the users have the right to write
Posted by Viviana Vc at 6/22/2004 11:21:11 AM
How can I programatically do the equivalent of the following: cacls "C:\Program Files\test" /T /G Everyone:f ? Thanks, Viv...more >>

IDE is changing design mode settings when compiling
Posted by jonas NO[at]SPAM bootman.se at 6/22/2004 9:01:31 AM
I have run into a problem that I can't understand and it is becoming really annoying. The problem occurs when I compile my solution. When compiling the IDE(?) sometimes removes properties that are set in the "Designer generated code" region. Let me give you an example... In one of my fo...more >>

VS CRASHES IN WEB PROJECT
Posted by dazzalondon at 6/22/2004 4:30:02 AM
VS keeps crashing when I'm trying to work on a web project. This project has been 5 months in the making, so I cannot lose it !!! It happens every time I scroll down a .aspx page - of course all the pages are .aspc files. Please help - its stopping me finish the project which I'm planning for ...more >>

Clipboard
Posted by user NO[at]SPAM domain.invalid at 6/21/2004 6:41:15 PM
For some reason this is not copying to the clipboard, can someone tell be why? Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem2.Click Clipboard.SetDataObject(Net.Dns.GetHostByName(Net.Dns.GetHostByName("localhost").HostName).Addres...more >>

Adding Projects to solution
Posted by Kyle at 6/21/2004 2:07:31 PM
I am very new to using VS 2003. I have a solution and need to add another project in the solution. I get an error stating I don't have the web service installed on my machine. I have checked my install of VS and everything is installed. In fact, I reinstalled to make sure there were no ...more >>

Editing Recently Used Projects (Startup Tab)
Posted by Jeffrey A. Voigt at 6/21/2004 9:23:54 AM
Can someone tell me where the file is that pulls in all of the most recently used projects on the startup tab? I would like to edit it and take off some of the projects showing. Thanks, - J ...more >>

Using Visual Studio command tools with Build Events in the IDE?
Posted by Hani Atassi at 6/21/2004 7:51:04 AM
I am calling some command tools from inside my Post-build event. Some of these tools are but not limited to the following: gacutil, regasm, and installutil. When the compile operation ran, these commands are not recognized. My solution was to put the following at the top of each event: CALL "%V...more >>

"Check for Updates"
Posted by Thomas Dean at 6/21/2004 7:41:03 AM
Whenever I click on "Check for Updates" in VS 2003....I get an error message that refers to; "cannot download updates ... change internet access settings." But, I have all cookies accepted and all firewalls turned off! Please help! ...more >>

How to with VB.NET?
Posted by Mat at 6/20/2004 10:27:35 AM
-How to detect if computer has Network card? if yes, how to get his MAC address? -How to detect if computer has Modem PCI. if yes, how to get his unique number? How to Get Computer procesor unique ID or Motherboard unique ID? Thanks you ...more >>

datareader and null value problem
Posted by kieran5405 NO[at]SPAM hotmail.com at 6/18/2004 5:12:36 AM
Hi all, I am using the following code which pulls from a database. At the moment if the 'WorkTelephone' is null in the database, a 'cast from dbnull to string' asp.net error message is returned. I'm trying to write an if statement that if this field is null for the user it will return a...more >>

Developing for Tablet PC
Posted by LittleCharva at 6/18/2004 4:34:01 AM
Hi, I'm about to start developing an application to be run on a Tablet PC. I don't have the Tablet PC yet, so I'm not sure how the application will work. I need to build a form that will be used when the tablet is in portrait mode, probably at a resolutions of 1024 x 768 (or whatever the closes...more >>

Point in the right direction
Posted by Newbie at 6/17/2004 2:51:00 PM
Hi , I am completely new to VB (have been using MS Access with an SQL Server backend). In access I have a report with subreports where each report is based on a table that is populated at runtime with the necessary data. Subreport is linked to the main report via a Sales Order No. How w...more >>

Plzz tell me an API
Posted by Faraz at 6/17/2004 2:29:33 PM
Hello Friends; I am making an Application to view the desktop of clients connected to my Server at Cafe. What API should I use to view the desktop of my clients at my ServerPC Through Lan. Thnaks. Faraz...more >>


DevelopmentNow Blog