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

Filter by week: 1 2 3 4 5

You are not authorized to view this page - II 6.0/Windows 2003
Posted by Thiago Campos Pereira at 7/31/2004 9:45:17 PM
Hi, I am with the following problem. I have installed a IIS 6.0 / Windows 2003 and created a simple HTML Page (with a simple text, for test - Test.HTML). I am trying access the page with the IE 6 ( http://localhost/teste.htm ) and get a error ( The error is in the end of this pag...more >>

VS deleting config file
Posted by David Anderson at 7/31/2004 4:27:43 PM
Hi, I have a config file for my project - say myproj.exe.config - in my bin directry. If I run debug|start the config file is deleted during program startup. If I run the program from a dos prompt the config file stays. Obviously I have something wrong in my VS configuration - it is an ou...more >>

Difference between visual studio net and....
Posted by carlos at 7/31/2004 9:47:31 AM
I want to know the difference between visual studio net academic version and visual studio net professional and i want to know where i can get a visual studio net professional freeware ?...more >>

general question about scoping a project
Posted by msnews.microsoft.com at 7/31/2004 7:23:00 AM
Hey guys, this is more of a general question, but a subject everyone is concerned with. I wanted to post in this forum since I need a Microsoft developer's perspective. We're using VS.NET, SQL Server, and I'm a 5+ year web developer. My client wants a full blown e-commerce system that does ver...more >>

Generate an .ms from VS2003 .NET
Posted by Prab_kar NO[at]SPAM hotmail.com at 7/30/2004 1:36:47 PM
Hello all, Is it possible to generate an merge module from VS2003 .NET? I can see a 'Setup and Deployment " wizard from creating an .msi, but not an msm. Is it possible even? Thanks for your time, Prabh...more >>

download vs .net??
Posted by Andrius Bleizgys at 7/29/2004 8:07:18 PM
Hi. Can anybody tell where could I download (or buy and download) visual studio ..net (I mean, I do not a CD, but downloadable file(s) such as zip, rar, iso image, .exe and so on.). There is a lot of sites on Internet, where You can pay and after that You get a link to download the program's f...more >>

Celeron or P4
Posted by Alan at 7/29/2004 2:24:14 PM
Anyone knows the performance in running/developing VS.NET application on machine of AMD/Intel ? I am going to buy a new PC, according to a budget, I am considering Intel Celeron 2.4 or AMD XP 24000, is there a big differences between Celeron 2.4 (AMD XP 2400) and Pentium 4 ? ...more >>

VS.NET 2003 IDE- Start Page, incorrect "modified" date for project?
Posted by Thomas H at 7/29/2004 1:59:27 PM
Hello everyone, got a question about a minor "annoyance"- when I go into VS ..NET 2003, I have it show the Start Page upon startup. It lists my projects under the "Open an Existing Project" tab. But, the "Modified" date for each project is incorrect- it's always the date that I created the proj...more >>



classview doesn't show class (c++) when .h file is in a different directory
Posted by Ram Baruch at 7/29/2004 11:06:00 AM
Hi, I've created a class that has .cpp and .h files. The directories look like this: | +----MyDll <-- here are all my MyDll cpp files (including the new class cpp files). | +----Include <-- here is my class's .h file. The problem is that ClassView of the MyDll project doesn't show the ...more >>

Intellidoc AddIn
Posted by rlbailey NO[at]SPAM gmail.com at 7/29/2004 8:38:15 AM
I've downloaded and installed the Microsoft Intellidoc addin that is supposed to allow document generation from VB. I've compiled the project, and installed the setup program. The item shows under the Add-In manager list, but when I check it, nothing shows up in the Tools icon. Is it suppos...more >>

VS .NET 2003 and VS 6.0
Posted by Diego at 7/29/2004 2:34:28 AM
Hello, I have a code base used in VS.NET 2003 and VS 6.0 environments. I have to #ifdef the inclusion of (for example) "iostream.h" or "iostream" based on the compiler version because I want to ensure backward compatibility. How can I do it? Is there any predefined macro for the compiler version? ...more >>

Should this compile?
Posted by Developer at 7/28/2004 9:35:57 PM
Hello, Don't know if this is the right group, but I didn't see a more appropriate one. class simple { int i; long l; }; void func(const simple * & ps) { Console::WriteLine(S"Hello World from the land of func"); } int _tmain() { Console::WriteLine(S"Hello World"); ...more >>

The VisualStudio IDE hangs with 'Initializing offline cache
Posted by Thiago Campos Pereira at 7/28/2004 5:02:12 PM
HI, The IDE hangs with 'Initializing offline cache' during attempt to create a Web Application for C# or VB.net. The IDE hangs until it aborts about 1/2 hour later. I'm using Visual Studio 2003. Please, help me!!! ...more >>

VB.NET Standard and SQL Server
Posted by bill at 7/27/2004 10:31:52 PM
Our company bought VB.NET "Standard" Edition. Whenever we try to connect to our SQL Server databases we get an error message saying tha "this verison only supports connections to MSDE or Microsoft Access". Huh? 1. Is this correct? (If so, the Standard version is worthless to us.) ...more >>

Hidden docked windows will not display
Posted by Rick S at 7/27/2004 12:15:57 PM
The 'command', 'search' and 'index results' windows will not open. They are presented as tabs on the side and bottom of the ide but do nothing when clicked. There are no borders that can be dragged to enlarge them either. I can find no way of closing them so I can try re-opening again. An...more >>

Start IDE process and get EnvDTE object?
Posted by cwienands NO[at]SPAM gmx.de at 7/27/2004 7:58:27 AM
Hello eveybody, I'm currently implementing an add-in for VS.Net. I usually develop all my software with unit tests. I already separated all the non-VS.Net specific code and moved it into a separate DLL. Now I would like to develop unit tests for the VS.Net specific code. The problem is that t...more >>

How can I verify which framework my asp.net application is using
Posted by Craig at 7/27/2004 6:35:36 AM
How can I verify which framework my asp.net application is using? Thanks ...more >>

Multiple developers
Posted by joseph at 7/26/2004 11:21:52 PM
Hi I need to develope a web application. There are three developers and we have a development server. All three developers have visual studio.net installed on their machines. I would like to know how we would set up the development environment. Should we have a local copy of the web ap...more >>

Upgrading?
Posted by AAA at 7/26/2004 10:42:04 PM
I want to buy MS Visual C++.net. That means I have to buy MS Studio 2003. Correct? And if so, when 2005 comes out can I get it for a small upgrade fee or do I have to buy the whole package again? Thank You for your time. ...more >>

Does this exist?
Posted by David Younger at 7/26/2004 9:47:19 PM
I am a veteran FoxPro developer who loved BFP but has decided that our large commercial project that is extremely rich and complex in many ways and is running like a charm and selling well in its vertical space. We have decided that the product needs to be completely rewritten for the next genera...more >>

Sub Main was not found
Posted by Alain Vaillancourt at 7/26/2004 7:42:39 PM
In VB.Net v7 I have a project with only one form and it work when the form name is "Form1" but when I rename it I get the message: "Sub Main was not found in ProjectName.Form1" How can I make it work with a different name? Thanks! ...more >>

Error says Web server in not running asp.net 1.1
Posted by Craig at 7/26/2004 3:52:00 PM
When trying to create a new project on a new install of .NET 2003 I get the following error Error says Web server in not running asp.net 1.1 But I look in the administrative tools and it says Microsoft .NET Framework 1.1 Configuration How can I fix this? ...more >>

Treeview Explorer
Posted by Ternoey (GMX.DE) at 7/26/2004 2:53:12 PM
I need to create a dynamic treeview of 4 levels inside... information is taken from access database First node is the databasename Second node is the Projectname Third node are the projectdetails Fird node are the contactdetails Looks like : + Italy +Luxury Appartments +...more >>

Having trouble with adding HTMLControls to VS.NET control toolbar.
Posted by Ken Varn at 7/26/2004 9:26:52 AM
I have an assembly that contains an ASP.NET control derived from System.Web.UI.HtmlControls.HtmlGenericControl. I am trying to add this control to my Controls Toolbox in VS.NET. When I select the assembly DLL containing the control, it is not listed as a control to select. If I derive the con...more >>

Copy a Form
Posted by Wayne Wengert at 7/26/2004 7:02:35 AM
I am using VB.NET (VSNET 2003). I have an application with about 25 forms. I need to add a new form that is very similar to an existing form. Last time I ran into this requirement I went outside the IDE and made a copy of the form (myForm1.vb copied to myForm2.vb) and then re-opened the IDE and p...more >>

Deployment nightmare
Posted by Rachel at 7/24/2004 4:10:02 PM
Hi All: I developed my code and it runs beautifully in my development environment. However, when I attempt to deploy I am getting dependency errors. My dependency errors are for scrrun.dll and OWC.dll. My users will all have the correct version of Microsoft office on their machines. I want to ...more >>

errors connecting to the pubs database on a local machine
Posted by CobyCo at 7/24/2004 4:46:29 AM
When I run the Web Form Walkthrough, I get the error, Login Failed, although when I tested the connection, I could connect to the pubs database. When I try to use the SQL Login I get the error, "Login Failed, not a trusted SQL Server connection, when I try to set up the SQLAdapter. ...more >>

Building with VC 7.1 using 2 CPUs
Posted by Viviana Vc at 7/23/2004 7:19:37 PM
Hi all, I have a computer with 2 CPUs where I have to build a big project. I am using WinXP and MS Visual Stuio .NET (VC++ 7.1). When I'm building the project one of the CPU is completely taken, and the other one is idleing. Is there any way to force the compilation of the project on both of ...more >>

Unable to view/set image file properties in VS.Net 2003
Posted by Eric at 7/23/2004 5:07:37 PM
Hi Folks, I am using Visual Studio .Net 2003 to create a simple class that provides a toolbar for a GIS application. What I need to do is add a bitmap to my solution and then embed that bitmap so that it appears on the toolbar. The problem that I am having is that I can add the bitmap ...more >>

Visual Studio 2003 upgrade
Posted by Croydon at 7/23/2004 10:35:51 AM
Is it possible to purchase an upgrade from VS 2002 to 2003? Thanks....more >>

Add-In / Macro Help
Posted by Alex Stevens at 7/23/2004 8:42:11 AM
Hi All, I was hoping that someone could put me in the right direction with a utility I'm trying to write for myself. I would like to have a search which would find a string anywhere in my current project, and copy the whole line either to a ouput window, or optionally to a file. Where woul...more >>

error when loading Visual Studio .NET 1.0 file into Visual Studio .NET 1.1
Posted by Amber at 7/23/2004 6:52:34 AM
The following error message is occurring when I try to open a project written in VS.NET 1.0 into 1.1. "The application for project x:xxx\xxx\xxx.vcproj is not installed. Make sure the application for the project type (.vcproj) is installed." The .vcproj file is included in the prope...more >>

how to add intellisense info for a new language?
Posted by Jiho Han at 7/22/2004 6:03:57 PM
I am looking for adding intellisense functionality for a new language. Actually, it's a lie :) I would simply like to add some intrinsic objects to the VBScript environment and have those object navigable through intellisense. Basically, you can compare this to something like Server or Response...more >>

solution files in VS2005
Posted by Jason at 7/22/2004 1:21:04 PM
Are solution files going to be in xml format in vs2005? I've just looked at the beta and they aren't - project files have changed! Jason...more >>

Script appears in browser
Posted by rrhandle at 7/22/2004 12:07:34 PM
I installed the ASP.NET IssueTracker starter kit, but when I try to run it, I get the following script in the broswer window: <%@ Page Language="c#" CodeBehind="Default.aspx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.IssueTracker._Default" %> I don't have a clue what is g...more >>

Adding XML payload to WordML document
Posted by Jason De Lorme at 7/21/2004 5:39:49 PM
Ok, I'm bracing for a beating... but I need to do this for several reasons which I won't get into right here. I need to embed some "Context" information in the WordML stream that I'm sending down to a client. Ideally, I'll be able to get away with storing this information in attributes within...more >>

Web Setup Project - help
Posted by Timothy V at 7/21/2004 9:45:55 AM
Hi, I keep getting an error when i compile my Web Setup Project. The error is "Unrecoverable build error". Why do I keep getting it? Thank you in advance, Tim. ...more >>

Visual Studio project migration question
Posted by lwanky at 7/21/2004 8:13:32 AM
I have a project that I'm working at work. I would like to continue to develop the project at home on the weekends. What steps are necessary to basically 'carry' that project home and continue to work on it and then 'carry' back to work? I've tried to copy all the files I could find, bu...more >>

Visual Web Dev 05 Master Forms
Posted by v4maf at 7/21/2004 3:56:02 AM
I'm trailing Visual Web Dev 05 but can't seem to get the Master Forms walk through to work. When the server calls the master I get the following message....... Server Error in '/WebSite2' Application. -------------------------------------------------------------------------------- This type ...more >>

how to make a .dll file for system.reflection
Posted by rt at 7/20/2004 9:28:01 PM
hi i am having windows application(inside many forms) vb.net and i am using vs 2003. I have the build the project, but in the bin folder i can see .exe file only. I need to build .dll for this to use [Assembly].LoadFrom("http://dd/sf/abc.dll") for system. reflection. how i can make the...more >>

Problems with plugin and CreateInstanceAndUnwrap
Posted by jcornado at 7/20/2004 5:30:43 PM
Guys: I am working on a plugin that after a project's sucessful build it will load the project's output assembly and perform some actions on it. I decided to load it into a different AppDomain so I can unload the AppDomain and the output assembly. This way I I can be reasonably sure tha...more >>

Can't see Methods/Functions/Events in Inherited UserControl
Posted by DraguVaso at 7/20/2004 4:12:16 PM
Hi, I have a UserControl (MyUserControl) which has a DataGrid (MyDataGrid). I made a new UserControl that Inherits of my first UserControl: I named it MyInheritedUserControl. For some reason I don't 'see' the Methods/Events etc of the Controls I putted on MyUserControl in the two ComboBoxes...more >>

Visual Studio IDE Solution Explorer - HowTo Collapse All Opened Folders?
Posted by KenA at 7/20/2004 3:48:20 PM
Visual Studio IDE Solution Explorer - HowTo Collapse All Opened Folders?...more >>

does visual studio come with visual c++?
Posted by Phillis at 7/20/2004 11:06:16 AM
does visual studio come with visual c++?...more >>

Custom action in .msi
Posted by Prab_kar NO[at]SPAM hotmail.com at 7/20/2004 10:46:45 AM
Hello all, I'm generating an .msi from VS 2003 .NET. In my .msi I want to run an .exe as a custom action, is there a way I could run this .exe without actually having to install it? I know the .exe would be present on the destination PC and the location where it could be found. My installin...more >>

VS.NET 2003 Service Pack?
Posted by Jim at 7/20/2004 9:16:57 AM
Hello, I was curious, are there any Service Packs scheduled to be released for Visual Studio.Net 2003 at the same time that the Windows XP SP2 is released? If so, does anyone know if the VS.NET 2003 service pack is available any where for testing yet? Thanks! Jim ...more >>

sourcesafe Get (in gui) not working after maintenance..
Posted by Rob at 7/20/2004 8:42:44 AM
All.. i ran analyze last night and now the GET from teh gui does not work.. when i bring up the history then click on the label that i want it does not prompt for a working directory.. it does nothing at all.. any ideas?? thanks in advance.. r...more >>

Upgrading to .NET
Posted by Ralph Krausse at 7/20/2004 8:14:53 AM
We have a Win2000 Server with IIS. I wish to develop with ASP.NET. What do I need to do to upgrade so I can do this? -- Thanks Ralph Krausse www.consiliumsoft.com Use the START button? Then you need CSFastRunII... A new kind of application launcher integrated in the taskbar! ScreenShot ...more >>

latest versions of vs.net not compatible with older versions
Posted by Dishan at 7/20/2004 3:45:03 AM
Hi I'm using Microsoft Development Environment 7.1.3088 and Microsoft .NET Framework 1.1.4322 on my office computer. But the thing is the applications developed at office does not work (source code cannot be opened) when I take them home. I'm using some older version of vs.net and do not have In...more >>

Running VS.net 1.0 and 2003 side by side
Posted by Gabor at 7/20/2004 2:51:09 AM
Hí, Can I install VS.net 2003 on the PC, where VS.net 1.0 installed already? Thanks Gabor ...more >>


DevelopmentNow Blog