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 2004 > threads for august 22 - 28, 2004

Filter by week: 1 2 3 4 5

How to create a dll and call it (VB .net)
Posted by Todd Tuskey at 8/28/2004 8:04:57 PM
(I don't think this falls under the type of dll you have to run regsvr32.exe with, I may be wrong) Below is a very simple application, just to see if I can do this. What I want to do is put the two functions, TimesTwo and TimesThree in one common callable component (a .dll I suppose). I'v...more >>


VB .Net 2003 Standard - unable to get updates or support
Posted by BillH at 8/28/2004 10:15:02 AM
I just bought a package at Borders today containing a book and VB .Net 2003. It won't get updates from the web but gives the error described in KB 836454 which says to contact Micosoft product support. When I put in the product number it says this isn't eligible for online support. The box ...more >>

CodeFunction.AddAttribute
Posted by Mike Kraley at 8/27/2004 6:22:06 PM
I'm using the Visual Studio code model in an VS .NET 2003 add-in to adjust attributes on C# methods. Reading things work fine, but when I try to execute the AddAttribute() method on a CodeFunction object, I get a "not implemented exception. I get the same exception when I try to use the Delete()...more >>

ASP.NET projects, VSS & IIS 6
Posted by Ben at 8/27/2004 4:19:00 PM
My company is using VS.Net 2003 to create and maintain asp.net projects on a windows 2003 webserver. The projects are created as applications and subwebs, then via FPE 2002 extensions are added to source control -> External version control, $/path/to/site. We can open the projects no problem,...more >>

way to see datatables in a grid rather than object tree while debugging?
Posted by zephyros at 8/27/2004 2:01:56 PM
Is there a way in visual Studio to see a datatable in a datagrid visually during debugging? Often I'm trying to verify column names and field data but having to sort through the datatable represented in an object tree. It would be nice to also select that variable holding a datatable whi...more >>

VStudio.NET Developer or Professional
Posted by Adam at 8/27/2004 4:00:54 AM
Hi I need VStudio for group of 5 programmers. I have to buy: - 5 licences of VS Developer or - 1 license of VS Developer and 4 licences of VS Professional (any loss of functionality?)? best regards Adam...more >>

Can't repair/reinstall/uninstall VS.NET 2002 professional
Posted by student at 8/26/2004 7:49:08 PM
Hello. I installed VS.NET 2002 professional first, later I installed VS.NET 2003 professional on the same machine because I thought it could upgrade the 2002 version to 2003 version. But in fact it installed 2 versions separetely on the same machine instead of upgrading the old version to new...more >>

How to retrieve serial number of OS or CPU for copy protection?
Posted by Klaus Bonadt at 8/26/2004 11:59:33 AM
In order to protect software from being copied without licence, I would like to use something like a key, which fits only to the current system. The serial number of the CPU or the current operating system would be appropriate. However, I do not know how to retrieve the information. Could you ...more >>



PropertyDescriptor Change Events
Posted by Mike Dobbert at 8/26/2004 9:25:19 AM
I have created a root designer, and in the PostFilterProperties method override, I get ahold of a particular property descriptor and associate an event handler with it using PropertyDescriptor.AddValueChanged() method. Do I need, at some time, to explicitly call the RemoveValueChanged() method or...more >>

Problems Debugging and Running Web Services with XP sp2 and VS 200
Posted by Larrys13 at 8/25/2004 8:11:03 PM
Since I installed sp2 I can not run any projects with debugging, the process starts and then hangs; also I can not run any web services. This on a XP Pro development machine. ...more >>

Unexpected error
Posted by gw.nelson NO[at]SPAM gmail.com at 8/25/2004 6:15:04 PM
I am having a hard time trying to find the source of an unusual problem. What I am attempting to do is add a control to a panel, eg. > pnlDetail.Controls.Clear(); > pnlDetail.Controls.Add(newControl); This works perfectly fine for 2 other similarish controls, but for this control it throws ...more >>

Problem in adding file to deployment
Posted by Nick at 8/25/2004 5:50:51 PM
Hi, I am creating an add-in using VS.NET add-in wizard. The MSI is auto generated by the wizard. This works fine. What I want to do is to add a custom readme file to the installation folder, then I add an existing item in solution explorer, and set the build action to content. But the fi...more >>

How to remove a solution?
Posted by Mervin Williams at 8/25/2004 2:17:38 PM
Can anyone tell me how to remove a solution from within Visual Studio .NET? ...more >>

Treeview webcontrol
Posted by canasdaq at 8/25/2004 1:56:39 PM
Hi, Can anyone please help me. I am working with treeview webcontrol in vb.net. It is working fine on my local machine. Then i moved to a remote server. When i try to pull the page, the tree structure is displaying in one line as simple text. What did i do wrong. Is there anything i n...more >>

'Save all' in VS.net 2k3
Posted by VB Student at 8/25/2004 11:11:23 AM
I appear to have misunderstood the purpose of the 'save all' function in VS.net 2k3. I have a solution checked out of a VSS repository for which I have been adding code files to over the last 5 days whilst using 'save all' to save the state of my work locally. I use the hibernate function with...more >>

Project Verision Problem when referenced in another project
Posted by Jie at 8/25/2004 8:27:12 AM
Hi, I have a solution with 3 projects, say ProjA, ProjB and ProjC. The dependency relationship is ProjC->ProjB->ProjA. Now I have just changed ProjA's version from 1.0.0.1 to 1.0.1.0. ProjA is a class library. ProjB is user control library. I removed the ProjA reference and then added Pro...more >>

Windows Forms Application
Posted by tmaora at 8/25/2004 4:52:31 AM
I've walked through some Windows Forms samples in Visual Studio which utilize SQL Server Database. I worked on these samples on my PC having SQL Server. Now I want to go through real world scenario to access database remotely from a distant location. I need the following details: 1. How t...more >>

BUG: Visual Studio .NET Setup Projects Execute Custom Action of Previous Version when Upgrading
Posted by Carlos J. Quintero [MVP] at 8/24/2004 2:44:39 PM
Hi, Recently I have experienced a problem with Visual Studio .NET Setup Projects: When you execute a setup created by a Visual Studio .NET Setup Project to upgrade an application and the setup includes a custom install action, the installer doesn't execute the custom install action of the new ...more >>

Organizing VS.NET Code and Rolling Back
Posted by Ron at 8/24/2004 11:52:48 AM
Someone somewhere made mention once of an app or plugin for the vs.net studio that helps you to organize your code snippets (building a toolbox) and rollback to previous versions of your code. Anyone know the name to that?...more >>

How to construct a surface in Visual Studio with DirectX?
Posted by Dr. Zharkov at 8/24/2004 9:07:49 AM
Hello. I have installed on my computer Visual Studio 2005 Beta and DirectX 9.0 SDK Update - (Summer 2004). I have developed projects Visual Basic, Visual C# and Visual C++ for construction of 3-Dimensional geometrical bodies, surfaces and lines of a level of these surfaces without use of Direct...more >>

Color coding
Posted by Mike Kraley at 8/24/2004 8:10:01 AM
Is there any way to customize or extend the color coding logic in VS.NET 2003? In particular, I'd like to be able to display and edit an XML file where certain elements, e.g. those from a particular namespace, are colored differently. ....Mike ...more >>

Can VB.NET do non-.NET programs?
Posted by Jordan Bradford at 8/23/2004 3:39:16 PM
Can I write non-.NET applications with only VB.NET, or do I need the entire Visual Studio? I need to use COM objects, old controls like CommandButtons and CommonDialogs, and call functions like Shell_NotifyIcon. ...more >>

VS .NET 2003 SDI?
Posted by Steffen Grundsøe at 8/23/2004 11:04:44 AM
Hi, Is it possible to use SDI interface in VS.NET 2003 instead of MDI? In some cases that would make my life much easier :). Best Regards, Steffen ...more >>

problem converting strings to dates
Posted by patrick_a at 8/22/2004 9:07:01 PM
Hi, I've been writing a program in .net for a couple years and everything was working fine until my hard drive had to be replaced and so I installed visual studio on the new drive and loaded up my application. Now I get the following error whenever I try to convert a string into a date:...more >>

Visual C# Express 2005 worthwhile now?
Posted by Scott at 8/22/2004 5:27:02 AM
Hi, I've just switched from the Macromedia range to Microsoft (Langauge wise). While I'm kicking some goals in some projects with .NET C# (Windows Forms), I was wondering if its worthwhile to tackle my first "commercial" project in 2005? or is it still too early. The project I have in mi...more >>


DevelopmentNow Blog