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
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet setup > august 2003

Filter by week: 1 2 3 4 5

Help a newbie.
Posted by De Roberts at 8/31/2003 6:48:03 AM
Okay first let me say I know nothing about programing and only the basics of computers. I have taught myself HTML and CSS and decided to pick up a book on C# at the library just to check it out. I followed what the book said and downloaded .NET framework. I created the source file in th...more >>


Add registry entry
Posted by Perecli Manole at 8/30/2003 4:56:49 AM
I need to add a registry key at install with a value of the Install Path the user selected. It seems that such a value could be aquired from an environment variable but I don't know what it is. Should look something like this [Install Path]. Does anyone know where these are documented? Perry ...more >>

DLL Install to GAC
Posted by Perecli Manole at 8/29/2003 7:06:19 PM
I have a .NET DLL that I want to expose through COM and .NET. In order to expose it to COM I had to give it a strong name and register it with the GAC through an application install procedure. In the "File System on Target Machine" I added a special folder "Global Assembly Cache Folder" and place...more >>

Configuration Files - myapp.exe.config or app.config ?
Posted by DotSpy at 8/28/2003 11:35:27 AM
I did build a small VB Net application with a configuration file called myapp.exe.config and it worked OK. My code is simply reading parameters (db path, trace file...) But at one point, I decided to test the dynamic key mapping of the Treeview control (Dynamic properties/Advanced...) I...more >>

.Net installer hangs
Posted by Ted Yu at 8/27/2003 4:55:06 PM
Hi, Our software uses .Net and ActiveX control. The setup program hangs during installation without any prompt. Can anybody share some experience ? Thanks....more >>

Crystal Reports error: cannot find KeycodeV2.dll or invalid Keycode
Posted by Liber Almeida at 8/26/2003 9:36:37 AM
I have a problem when install a Visual C#. Net application, using Crytal Reports, under Windows98: error: "cannot find KeycodeV2.dll or invalid Keycode" Help me please, Thank you, Liber Almeida. ...more >>

.NET Framework Setup failed
Posted by Tomek Posadzy at 8/26/2003 6:27:29 AM
I've tried to install framework 1.1 on Win2K server (SP4 + all updates) and Installer always failed with message : "Microsoft .NET Framework Setup failed. If this problem continues, contact Product Support Services". In EventLog message was : "Failed to connect to server. Error: 0x80040154...more >>

Problem installing .Net framework v1.1
Posted by nick_rossiter NO[at]SPAM hotmail.com at 8/26/2003 6:00:14 AM
Hi, I am trying to install the .Net framework version 1.1 on an NT4 SP6 PC. The installation goes okay until it reaches "Registering System.EnterpriseServices.dll" when it errors. A message box with the title "RegSvcs.exe - Common Language Runtime Debugging Services" appears saying "Applicat...more >>



ASP.NET version 1.1 problem
Posted by Bill Nguyen at 8/25/2003 5:04:26 PM
I have .NET framework 1.1 installed in our Win2K server with IIS 5.0. Because of the blaster Worm, I had to uninstall the Proxy server several times and during the process I might have reversed the IIS settings to an earlier configuration. Now that when I tried to open an ASP.NET solution on the...more >>

Server Application Unavailable
Posted by Scott M. at 8/25/2003 1:42:32 PM
WinXP Pro w/IIS 5.1 VS .NET 2002 When trying to run the most simple web app from VS .NET, I get the = following error: Server Application Unavailable=20 The web application you are attempting to access on this web server is = currently unavailable. Please hit the "Refresh" button in your ...more >>

MSDE and Framework - custom application setup
Posted by sampo.reivila NO[at]SPAM profimill.com at 8/22/2003 1:23:36 PM
Hello, is there a way to include both MSDE and .NET Framework setup packages into my custom application setup project? The setup program needs to check if framework is installed, install it and then installe MSDE and my custom application. I managed to include Framework setup into my setup ...more >>

Aborting a C# Install Custom Action
Posted by Paul Stefancyk at 8/22/2003 11:40:48 AM
I've got a custom action written in C#. If something goes awry in this action, I wish to abort the installation and have my Rollback custom action called. How do I do the aborting? I've seen C++ examples that return ERROR_INSTALL_FAILURE from an Install method that reurns an int. Howe...more >>

help changed user profile on XP Pro now vs.net wont build
Posted by John at 8/22/2003 10:32:13 AM
Hello, I had to change my profile as we joined a new domain. Now when I try to build a setup package VS.Net installer pops up doing the install but it errors out with the error: Error 1706. No valid source could be found for product Visual Studio .Net Enterprise Developer - English. The...more >>

IIS settings + Dot Net + Network share
Posted by Platino at 8/22/2003 7:54:57 AM
Hi, Good Morning! guys. I am developing a DOT NEt application, using windows 2000 Professional, Dot net FrameWork 1.1. In my localhost Setting on the Home Directory Tab page, I select the second option "A share located on another computer". I have given full access to the shared folder ...more >>

Quick Question - TARGETDIR & access database
Posted by LEGS at 8/22/2003 7:25:51 AM
I am working on a simple application and needed some assistance. In my program I usually hardcode my data directory (i.e. access database). How do I not hard code it while developing (and testing), then am able to use the userinput on targetdir? Would I create a TARGETDIR constant during tes...more >>

Setup problems
Posted by SvenÅke_Andersson at 8/22/2003 12:51:10 AM
I've created a project that installs my application=20 correctly except for two things.=20 1. If on opens the "Open With" dialog, my applaction is=20 present, the icon is showng, but there's no text to the=20 right of the icon.=20 2. In the Add/Remove program dialog everything is OK=20 exc...more >>

Setup Project, empty Property
Posted by bheat NO[at]SPAM freenet.de at 8/22/2003 12:24:38 AM
Hello all, Please help me out on this problem. I try now for one week to pass an property value, entered in an User Interface Textbox, to a Custom Action. My Custom Action is an VB.NET project (Install Class). I entered in the CustomActionData property of my CustomAction following: ...more >>

Cannot access Windows Installer Components
Posted by Mike at 8/21/2003 9:16:34 AM
I am posting this for a friend who has recently upgraded his machine from Win/98 to Win/XP. He can't seem to install .Net Framework 1.1. Just gets the subject message. I've scanned the newsgroup and the web and tried a few of the suggestion but non have worked. Specifically, the most likely ...more >>

PRB: Framework 1.1 installation breaks ASP3.0 websites that use MS Access
Posted by Sam Vanhoutte at 8/21/2003 9:02:16 AM
Hello, I installed the Microsoft .NET framework 1.1 on our Windows 2000 std server. That server hosts five ASP3.0 websites and four ASP.NET websites. The ASP.NET websites are using SQL Server and everything works fine with these websites. But the ASP3.0 websites are using MS Access with a DS...more >>

no touch deployment
Posted by Mark at 8/20/2003 3:18:10 PM
I'm trying to distribute an application using the .NET No Touch Deployment method. Which is basically browsing to a .NET .exe in Internet Explorer. I do this and the application comes up fine. The only problem I have is that a lot of the functionality of the app won't work because of security ...more >>

INstalled SDK but no compiler.
Posted by nathan at 8/20/2003 2:38:00 PM
I have just installed the .NET Framework and SDK and thought that I would then have the csc.exe compiler, but do not. Can someone point me to where I get the c# compiler? Thanks, Nathan...more >>

Windows Installer Book
Posted by Joseph Hanna at 8/20/2003 11:02:46 AM
Does anyone know of any books that detail advanced Windows Installer = techniques, tricks and working examples? There seems to be so much more it can do that what is shown in the = Microsoft samples and in the Help. Thanks --=20 Joe Hanna Advanced Software Engineering joe.hanna_AT_ad...more >>

What is the .Net framework bundled with?
Posted by Dan at 8/20/2003 6:30:10 AM
What installs is the .Net framework bundled with besides Visual Studio? Is the .Net Framework installed by default with IE 6? If so, can not install .Net by doing a Custom install? I have heard that IE 6 functionality is limited without the .NET framework. What are those limitations?...more >>

Upgrade Framework from 1.0 to 1.1 creates problems
Posted by Platino at 8/20/2003 1:10:14 AM
Hi ppl, I am using Microsoft Dot NEt FrameWork 1_0_3705_0, my website is working fine. But when i upgrade it to Microsoft Dot NEt FrameWork 1_1_4322, my vs 2002 does not open the project, also when i run the website none of my validations work.I have used all the validation controls in ...more >>

can-t remove framework
Posted by derek at 8/19/2003 5:49:46 PM
I'm trying to uninstall .net 1.0. I've used aspnet_regiis -u without success. Any suggestions?...more >>

Error "Windows Update" framework 1.1
Posted by Rob Neijenhuis at 8/19/2003 10:56:13 AM
Im trying to install Framework 1.1 via "Windows Update", and getting an error that the app can not be installed. The event log shows an error 1327 (EventID 11327) : Product: Microsoft .NET Framework 1.1 - Error 1327.Invalid X:\ What do I do to get this applciation installed??? Thank...more >>

Corrupt .Net Installation
Posted by Andy Elmhorst at 8/19/2003 8:53:45 AM
I have a scenario that can always be reproduced and will always corrupt a ..Net 1.0 installation. Install Windows 2000, SP3 or SP4. Install .Net 1.1. Upgrade the server to Windows 2003. Now, install .Net 1.0 SP2. The .Net 1.0 installation is now completely hosed. This is a real-life scenario a...more >>

Help on Registry Value
Posted by Qindong Zhang at 8/18/2003 8:57:04 PM
I need to install some files to target machine (e.g. Common Files Folder). I also need to write the files path to registry during installtion, how could I know target machine folder path? ...more >>

Installer Question
Posted by Chris Fitzgerald at 8/18/2003 12:42:49 PM
I want to create an installer for a ASP.NET website that connects to a SQL Server Database. This installer needs to set up the website and, if the server it is installed on lacks SQL Server, set up the database and SQL Server. I am somewhat unfamiliar with creating installers, is this somethin...more >>

error "Another version of this product is already installed"
Posted by khouett pan at 8/18/2003 8:49:17 AM
I have a window application in C# and a setup project to install it. When I rebuild the setup project, I cant reinstall my application without uninstall the previous version. The .msi give me this error : "Another version of this product is already installed. Installation of this version canno...more >>

Howto include a custom dialog in User Interface view
Posted by Tom Garik at 8/16/2003 4:42:56 PM
Hi all, I need to include a new dialog which behave differently from the ones included with VS.NET 2002. I looked everywhere but I don't see any way you can add a new dialog to the user interface view of the setup project. Any idea? Is this even possible? Thanks in Advance, Tom ...more >>

Office Libary
Posted by Frank Seyfried at 8/13/2003 3:07:51 PM
Hello, i am using for a programm written in C# the Microsoft Office interop dlls http://support.microsoft.com/default.aspx?scid=kb;EN-US;328912 i would like to know, how to deploy these assemblies with my application. Which assemblies should i copy, and is there a deployment licence for thes...more >>

Problem Installing .Net Framework on Win 98 (First Edition)
Posted by Jai at 8/13/2003 12:05:24 AM
I am trying to install my Windows application(VB.NET Front End and MSDE 2000 Backend ) using InstallShieldExpress40SP1. My Setup performs following actions 1. If the taget machine does not ahave .Net Framework then it installs Microsoft .Net Framework[English] v1.0.3705 2. Install the Inst...more >>

Installing Framework 1.1 Redistibutable
Posted by Deepak Sant at 8/12/2003 12:52:08 PM
Recently upgraded to VS2003. Now when opening my apps it says that I need the 1.1 framework. The installation hangs at "Registering System.EnterpriseServices.dll" .. I tried uninstalling/reinstalling VS2003 but to no avail .. and I am stuck now. Any help would be much appreciated ***...more >>

Merge module problem
Posted by Sachi at 8/12/2003 3:23:34 AM
Hi Phil, With ref. to our previous discussions regarding Installer and merge moudle now I had merged windows service and web service together. But now while uninstalling windows service is not been uninstalled. Any particular problem? But when I tried to installed windows service se...more >>

web server is not running ASP.NET version 1.1
Posted by Chris Podmore at 8/11/2003 7:29:14 AM
I have VS.NET 2003 and IIS 5.1 installed on Windows XP Professional. I am having the following problem: "Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET web applications or services" I have tried the fol...more >>

j# redistributlable install error
Posted by dave anderson at 8/11/2003 7:16:45 AM
hi, I'm trying to install the j# redistributable on our webserver (windows server 2000 advanced). The machine already has .net framework 1.1 on it. The installation gets to the end of the install (blue bar fills up) and then just stops. If i go into task manager I am using 100% cpu. An...more >>

Multiple Debugging Sessions
Posted by Russell Wilson at 8/10/2003 10:29:31 PM
wilson@usq.edu.au...more >>

IIS 6.0 and .NET SDK 1.1
Posted by Stan Guss at 8/10/2003 9:17:13 PM
I have run the install for 1.1 on Windows 2003 although it does not seem to update IIS 6.0. When I start a new asp.net application on IIS 6.0 I get a dialog box stating that: VS .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ...more >>

How to kill missing webs
Posted by Graham R Seach at 8/10/2003 7:43:38 PM
Hi all, I set up several web projects following the VB.NET MOC guidelines, and when I'd finished with them, deleted them in what I thought was the correct way. Obviously not, because now VB.Net complains that they're not there. I uninstalled VB.Net, the .Net Framework AND IIS, then reinstalled...more >>

Is MSI 2.0 installed w/ IE5 and/or .NET Framework? Plus other .NET install ramblings
Posted by jtilly99 NO[at]SPAM hotmail.com at 8/8/2003 12:36:19 PM
In the past I've used the excellent Inno Setup (http://www.innosetup.com/) to create installation packages. With .NET I've been messing around with VS2002's bundled package and deployment tool in order to get the download size down for an app I am working on. Creating a .msi file versus an Inno ...more >>

.NET runtime download
Posted by Jocelyn Kwok at 8/7/2003 8:22:55 AM
Hi all, I am wondering if anybody know whether Microsoft has any plan to package .NET runtime with its operating system? I have a .NET exe application need to download to internal client machine to do some processing via remoting. Right now, they have to install the runtime separately in...more >>

SQL Server does not exist or access denied.
Posted by gg at 8/7/2003 12:06:17 AM
hi group, i previously have a single machine development environment on server03 (w2K3, stand alone, SQL2K). i configured it so that my app is using "NT AUTHORITY\NETWORK SERVICE" to access to the database it and it worked just so fine. now, i am installing my asp.net app and database to a ...more >>

Setup requirements for Visual studio.net 2003 to run propplerly??
Posted by Rene Muench at 8/6/2003 3:36:33 PM
Hi everyone, Newbie is wondering after he has up graded to Visual studio.net 2003, if Visual studio.net 2003 requires a different setup?? Most of the test application aren't working anymore. I get very often error message stating that probably the required components are not installed on the lo...more >>

Service Pack User Interface
Posted by michala NO[at]SPAM nice.com at 8/5/2003 11:44:11 PM
How can I make a minor or a major upgrade with minimized user interface so it won't ask the user again where to install the files (Installation folder dialog). If I change only the version number without changing the product code - I get an error message when running the msi saying that the prod...more >>

have 2 'native images' System assemblies with same token?
Posted by Les Caudle at 8/5/2003 1:57:20 PM
I have 3 Global Assemblies for System (and a few others like mscorlib, etc.) that have identical Public Key tokenss and a Type of Native Image. I had VS.NET 2002 previously - but un-installed it and should now only have VS.NET 2003 and the 1.1 framework. I'm confused as I notice that other b...more >>

Problems Installing Framework 1.1
Posted by Santosh Benjamin at 8/5/2003 1:05:39 PM
Hi, I used to work with VS.NET and Framework 1.0. Now i have upgraded to VS.NET 2003. I tried installing Framework 1.1 redistributable, but it hangs at the final step "Registering System.EnterpriseServices.dll". The MSDTC.EXE process seems to run forever , tying up the CPU .. Does anyo...more >>

Problem After .NET 2003 Library Install
Posted by Wayne Wengert at 8/3/2003 8:11:30 PM
I installed VS.NET 2003 and it ran just fine. I then installed the MSDN Library for .NET 2003 and now, whenever I try to launch VS.NET I get a message that it is updating Help to reflect recent changes and after a few seconds I get the popup saying it crashed and asking if I want to send an erro...more >>

Installed .Net 2003 Upgrade Now Cannot Get ASP.Net Apps to run HELP!!
Posted by Dan Greenberg at 8/3/2003 1:27:18 PM
I think there is something wrong with IIS or ?? Problem Description: When I try to run one of my apps from IE - I get the following error Server Application Unavailable=20 The web application you are attempting to access on this web server is = currently unavailable. Please hit the "Refres...more >>

Creating MSI Packages
Posted by Heather at 8/3/2003 7:25:46 AM
Hi - I'm not sure if this is the right newsgroup. I have a question about setting up and deploying .NET applications. Is there a newsgroup dedicated to setup and deployment issues? I would like to create an MSI package exactly like the ASP.NET starter kits. This is not for end users, ...more >>


DevelopmentNow Blog