all groups > dotnet setup > march 2004 > threads for march 22 - 28, 2004
Filter by week: 1 2 3 4 5
Adding .NET 1.1 to Setup Project
Posted by damianm NO[at]SPAM webaware.com.au at 3/28/2004 6:30:21 PM
Hi !
I want to add .NET Framwork 1.1 to my Setup project. I have installed
the bootstrapper app and have set the Bootstrapper property to Windows
Installer Bootstrapper. MSDN then says that the .NET Framework launch
condition must also be enabled. I check the launch conditions and cant
see a... more >>
.NET applications not portable ?
Posted by Chris at 3/28/2004 12:41:28 PM
Hi,
I've seen the following being explained about .NET applications in a C#
Microsoft Course :
"An assembly executable (exe) contains a small amount of unmanaged code,
known as the stub, which is used to load the .NET CLR and start execution of
the application. The reason this is unmanaged ... more >>
401 Error opening trying to open new project
Posted by (lkinnett NO[at]SPAM nnex.net) at 3/27/2004 11:29:52 AM
I have been trying to fix this problem for days and searching for a solution and came across this posting from March 14 which describes my problem exactly but with no replies.
"I am getting multiple errors when I try to open an existing or creating a new project. When I try to open an existing p... more >>
How to upgrade an existing installation
Posted by Asif at 3/26/2004 12:39:08 PM
Hi,
I have created a setup project using .NET setup framework. Now i want to
upgrade my existing
installation.
The problem is that when setup is started on a system which already has an
installation of it ,it shows only two options, one to repair the existing
installation and another one t... more >>
Add Reference in VS.net
Posted by Michael Morse at 3/24/2004 12:31:12 PM
After strong naming and installing my Assembly to the GAC how come when i'm in a VS project and I select add reference I cannot see my assembly listed there?
Is there something else I must do to have it show up here.... more >>
[$ComponentName] =4 ?????
Posted by Senthil at 3/24/2004 12:23:43 PM
hi all
i am trying to use conditional statements for my installation process....
i checked with the condition statemenst for uninstall with [?ComponentName]
= 3 and [$ComponentName] =4 , but i get errros when i use these conditions..
see in my setup project when i run it , i give the user th... more >>
Error - Server is not running ASP.NET version 1.1. You will be unable to run ASP
Posted by Lekshmi at 3/23/2004 10:41:11 PM
I am trying to install VS 2003 on an 2000 advanced server
box. When I try to open an existing solution it errors
saying that the specified Web Server is not running
ASP.NET 1.1. I found this error message when I searched
Microsoft sites. They said that it is related to a
setting in IIS 6... more >>
installation & ComRegisterFunctionAttribute
Posted by Lauren Hines at 3/23/2004 5:54:47 PM
Hello,
I have created an Internet Explorer toolbar dll in c# and I am now trying to
create an installation program for it. For testing purposes, I ran gacutil
and regasm in order for the toolbar to show up in IE, and everything worked
fine.
I am currently using Microsoft's 'setup project' tem... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Change Application Folder
Posted by Stefan at 3/23/2004 3:15:30 PM
Hi NG!
I've to change the application folder so that the
setup project uses the current directory to put all files in.
any ideas?
tnx
stefan
... more >>
Setup...doubt??
Posted by smita at 3/22/2004 5:15:10 PM
Hello,
I have a Web Application developed using Visual Studio.Net
2003. I want to prepare a setup to deploy it on the Server.
I want to use the Visual studio web setup project. But also
need to customize it. I need to accept from the user some input like the
hostnam... more >>
need to remove projects from 'Start Page'
Posted by Robert Linder at 3/22/2004 4:04:28 PM
I need to remove projects from 'Start Page'. These projects are from
school, I do not need them anymore, but I do not want to remove them
from the hard drive.
Robert... more >>
|