Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > april 2006

Visual Studio 2005 MSM Bug?, Directory Table Problem
Posted by chrpai at 4/27/2006 2:51:29 PM
If create a VDPROJ in VS2003 I see the Directory table looks like: DIRECTORYNAME | TARGETDIR | .:MODULE~1|Module Retargetable Folder On VS2005 it's: DIRECTORYNAME | TARGETDIR | MODULE~1|Module Retargetable Folder Notice the .: is missing. This seems badly broken to me? When I consume th...more >>


Create Shortcut for Deployment
Posted by MSDN Newsgroups at 4/27/2006 2:31:19 PM
I'm creating a windows app using VS 2005 in Visual Basic.I've created a deployment package that does everything right but creating a working shortcut in the Users Program Directory. The package creates a shortcut that opens the Program Directory but does not execute the program. When creat...more >>

Problem converting from 1.1 to 2.0 & VS 2003 to VS 2005.
Posted by Blasting Cap at 4/26/2006 12:51:53 PM
I had a copy of a project that was working in Visual Studio 2003 and Framework 1.1. After a computer crash, I was given VS 2005 and am having more than a little difficulty getting things to open in VS 2005. At first, I tried converting the project. That failed (it brought in all the jun...more >>

using 1.1 AND 2.0 framework
Posted by Nikos at 4/24/2006 7:05:39 PM
Hi all. Let's say that I am making a new application with VS2005 (.NET 2.0) and I am using some components (compiled assemblies) already built with VS2003 (.NET 1.1). On a "clean" PC (I mean without any framework installations) do I have to install both .NET frameworks 1.1 and 2.0? Thanks in ...more >>

Deployment: Add file to all users Application Data folder
Posted by robertblixt NO[at]SPAM gmail.com at 4/24/2006 12:40:35 AM
Hello, How is it possible to add a file to all existing users application data\myApp\someFile.zzz. I am using an ordinary setup project. I can add to the "User's Application Data Folder", in the File View. But I can't seem to find a special folder for all users. Is this possible?? ...more >>

Can setup project output just msi without setup.exe?
Posted by Leonid Raiz at 4/22/2006 10:09:31 PM
I created a setup project in VS2005. When build it outputs product.msi and setup.exe Is it possible to force everything to be in just msi file? Is creation of setup.exe caused by listing of Framework 2.0 as a prerequisite? Thanks. ...more >>

microsoft.public.dotnet.framework.setup
Posted by JAYAKUMAR NATARAJAN at 4/18/2006 11:40:02 PM
Hi all, I want to include vjredist.exe in my setup bootstrapper exe? How i can make this thanking you JAYAKUMAR NATARAJAN...more >>

Problems migrating to new machine
Posted by bh at 4/18/2006 10:51:53 AM
I had a machine with VS2003 & Win2K adv. server, which crashed. I have a new one with WinXP, and I loaded VS2003 (Dev Ed) and some existing projects... When I tried to open any projects, at first I got the message that my current server was not running the framework 1.1 I have both 1.1 & ...more >>



Create a patch
Posted by Thomas Dallmeier at 4/18/2006 12:00:00 AM
Hello, is it possible to create a patch file? Does anybody know good resources (tutorials) for creating setup projects in VS 2005? Thanks for your help Thomas ...more >>

Missing files on .Net 2.0 (redistributable?)
Posted by LuDean Marvin at 4/15/2006 1:55:21 PM
When Norton Utilities does it's periodic system checkup, it finds 10 "missing" files: AppLaunch.exe aspnet_regiis.exe aspnet_state.exe asp_wp.exe csc.exe cvtres.exe ilasm.exe mscorsvw.exe ngen.exe vbc.exe They appear to be assocated with .Net Framework 2.0. Attempts by Norton to ...more >>

GUI for 2.0 framework config?
Posted by Pavel A. at 4/11/2006 4:36:02 AM
Sorry for a stupid question... hoping somebody can help me out - Where is the GUI for .NET 2.0 configuration? After installing 2.0 runtime on XP SP2 that already has 1.1 framework, I can not find the 2.0 versions of mscorcfg.msc or other GUI config tools. The 1.1 stuff still available and wo...more >>

How can I distribute windows installer 3.1 as a prerequisite?
Posted by Helen B at 4/6/2006 12:00:00 AM
Hi I'm not using click-once to deploy my app, I'm using a standard MSI created via a setup and deployment project in visual studio.net 2005. Can I specify windows installer 3.1 as a prerequisite or launch condition, and package it with my msi. At the moment, when my msi launches, it che...more >>

Pb setting OverwriteAsNeeded for an event log
Posted by Bragadiru at 4/6/2006 12:00:00 AM
Hi, In my setup project I want to create an event log on and set it to Overwrite as needed. I'm using this custom action : [RunInstaller(true)] public class ClientEventLogInstaller : System.Configuration.Install.Installer { private EventLogInstaller myEventLogInstaller = new EventL...more >>

Add a key in the registry from setup project
Posted by Marcus at 4/5/2006 6:20:25 AM
Hi I want to be able to install a registry key from the setup project at the following location: HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Run/ I do this today in my source code. This registry key does not (of course) get deleted when the user chooses to uninstall the appli...more >>

custom message box appears behind main dialog box
Posted by Oleg at 4/5/2006 5:49:02 AM
Hi, Trying to implemnet a password with custom c-style dll. as mentioned in : http://support.microsoft.com/default.aspx?scid=kb;en-us;253683 and http://www.devasp.net/net/search/redirect.asp?sid=34282 Everything is working except when verification fails by dll, dialog box appears at th...more >>

Version problem with Interop dlls?
Posted by Farrukh at 4/5/2006 12:00:00 AM
Hi We have a build process which builds our projects (VS 6 and VS.Net) while setting the build numbering same and as a result, we get the compiled binaries with same bulid number schemes. However, the Interop dll files generated by .Net projects for our COM objects doesn't follow the same...more >>

ActiveX Control written in .NET - installation and deployment in IE
Posted by ewolfman at 4/3/2006 8:23:05 AM
Hi, We have an ActiveX Control which was written in .NET 2003. Works great on the local machine, and our issue is deployment. Based on the thread (http://tinyurl.com/ovc9x) and (http://tinyurl.com/jzq85), we've signed the dll, and written an INF file encapsulated in a CAB which contains dir...more >>

SupportedRuntimes property
Posted by Marcus at 4/2/2006 11:40:14 PM
Is it possible to put an wildcard in the SupportedRuntime property to support all current and future releases of the CLR? Or is it atleast possible to put like 1;2 in it to support all subversions of version 1 and version 2? thanks ...more >>


DevelopmentNow Blog