all groups > dotnet setup > october 2005
Where is the ASP.NET tab in IIS manager?
Posted by James at 10/31/2005 11:25:38 PM
I have an application I am trying to deploy to an Windows 2003 server web
edition.
When I try to upload my app to the web server i get a message which says
something like ... the web server needs to be configured for asp.net 2.0...
On the webserver i have a website with fpse installed. I hav... more >>
Distributing IE with .Net Windows Forms app.
Posted by David C at 10/31/2005 3:52:02 PM
Hi All,
I'm sure that this is has been asked a million times but I'm having problems
finding a definitive answer. Is it possible to install IE as part of a
standard deployment package in a safe and reliable way that will work on all
Windows versions from 98 onwards and does not require admi... more >>
Removing vs2005 rc
Posted by John at 10/27/2005 12:00:00 AM
Hi
I currently have vs2005 team system rc and need to install vs2005
professional final. Is there a recommended procedure for this such as
uninstalling previous components etc?
Thanks
Regards
... more >>
Conditional installation of shortcuts?
Posted by David Hay at 10/26/2005 12:00:00 AM
Hi
In an earlier post, news:epshSwWuFHA.3548@tk2msftngp13.phx.gbl... Rolf had a
question about conditional installation of shortcuts. He said:
> The intended workflow is:
>
> 1.) Creating the shortcuts and placing them within Desktop- and Start
> Menu - Folder
> 2.) Adding a checkbox-dia... more >>
Windows 98, .Net Framework Install, Windows Installer
Posted by JonTurlington at 10/25/2005 9:49:33 AM
Dear Anyone Who Can Help,
I am having a problem getting .Net Framework to install silently on
Windows 98 because a standard load of Window 98 requires Windows
Installer 2.0 in order to install the Framework. So when I run a silent
install it does not work. Is there a flag(parameter) to have it... more >>
Installing dlls in GAC
Posted by Vlad at 10/23/2005 1:33:41 PM
Hi all.
How can I make my setup project to install dlls in Global Assembly Cache? I
know, it's a bad idea in general, but my project is a BandObject for IE
which requires GAC. I have a .bat file which my main project runs on every
build and which contains commands for gacutil.exe and also r... more >>
adding Visual Studio's ToolBox item by code problem
Posted by Slawek Piotrowski at 10/21/2005 5:48:06 AM
Hello,
I'm writing C# code and executing it using InstallUtilLib.dll from custom
action during an installation process. It works fine.
I've written some code to add an item (component) to Visual Studio .NET 2003
toolbox and I've got some serious problems with it.
Problem looks like th... more >>
HowTo: Develop on Production Server ?
Posted by JeffP-> at 10/21/2005 3:06:02 AM
Win2K Server .Net 1.1x framework, devenv.exe is not installed.
I copied my entire project to a web folder.Dev on the production server and
added the production webconfig
When I tried to start debug the web app from my local machine, I got the msg
that something isn't setup correctly to debug... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Still trying to get F1 to work....
Posted by George Hardy at 10/19/2005 2:05:01 PM
knowlegeable people:
i uninstalled msdn completely, and also deleted every registry value i could
find for msdn, and also deleted the directory in c:\program files\msdn.
this should give me a clean install, right? no. F1 help still does not
work. I found a knowlegebase article that says... more >>
Whether PHP 4.0 support vb.net dll com
Posted by (logapurushoth NO[at]SPAM yahoo.co.in) at 10/18/2005 10:57:31 PM
I had completed my setup and projects succesufully but after installation while i try to display web page it will show the COM registerstion not supported Error.
Having .NET \Framework and php4.0 apache
Why it is not get register
i set the property vbdrfCOM for all dll,even it is get registe... more >>
Uninstall icon on Start Menu
Posted by Ste M at 10/18/2005 11:23:43 AM
Hi all,
i'd like to add the uninstall icon on the Start-Programs-Appl menu.
How can i do it, please ?
Thanks, regards
--
SM
... more >>
Executing code during setup
Posted by Bala Nagarajan at 10/18/2005 9:26:37 AM
Hello,
Is it possible to execute a c# code(like writing some contents to a
new file and deleting a existing file) during the set up? If yes can you
please elucidate on this?
Thanks
-Bala
... more >>
deployment project doesn't checks previous versions installed
Posted by khamael NO[at]SPAM gmail.com at 10/18/2005 7:20:08 AM
Hi to you all.
I've create an Windows Form application with C# (actualy an Outlook
add-in). I'm having problems with upgrade installations of the
application. That is:
1) I install Version1
2) I change the Version1 setup, with the same UpgradeCode and different
ProductCode. I als... more >>
Delete generated file on uninstalling
Posted by Ste M at 10/18/2005 12:00:00 AM
Hi all,
uninstall my application i need to delete a file generated by the appl.
How can i do it ?
Now the uninstall process does NOT delete the file and then the application
folder....
Thanks !
--
SM
... more >>
assemblies removed in uninstall
Posted by joel at 10/15/2005 12:40:02 PM
in our PowerPoint add-in setup we install certain assemblies in the
Global Assembly Cache (pias - primary interop assemblies) and these are
automatically removed during uninstallation. This creates a problem for
computers that have already installed these assemblies for other
purposes - it remov... more >>
IIS Files missing
Posted by Mr Cerevisia at 10/12/2005 2:21:03 AM
I'm installing Visual Studio. The prerequisites are asking to install IIS.
If I do so, IIS is missing several files. I can't locate those files
anywhere. Not even on my original WIndows XP Media Center CD-rom.
Does anyone know why and has anyone got a solution. I want to develop a
ASP.NET w... more >>
'HTTP/1.1 401 Access Denied'. when creating web project
Posted by Rote Rote at 10/12/2005 1:53:10 AM
After trying to create a project on a remote server using VS.NET 2003 i
get the
error
'http://localhost/webapplication1' ,'HTTP/1.1 401 Access Denied'.
I think someone must have deleted the neccesary accts..
Any ideas how to get around this.
Its says VS.NET could not identify the version... more >>
Server control setup - aspnet_client directory location.
Posted by Jim at 10/9/2005 3:32:02 PM
Hi, I have created a server control for ASP.NET, which uses files under the
'aspnet_client' directory under wwwroot.
So of course, in order to install the control on other machines I need to
copy my files to a directory under aspnet_client.
On most machines it's
c:\inetput\wwwroot\aspnet_... more >>
Create .TLB from VS 2003 Deployment Project
Posted by Zdenek Drlik at 10/7/2005 9:46:06 AM
Hi all,
I have problem with creating type library for assembly in VS 2003. When
I register my assembly with
regasm /tlb /codebase MyAssembly.dll
the MyAssembly.tlb is created and registered and client can use the COM.
But I am not able to achieve the same functionality with deployment
pr... more >>
specified Web server is not running ASP.NET version 1.1
Posted by jonefer at 10/6/2005 4:28:01 PM
Help. I'm just beginning setting up an ASP.NET web application, and get this
error every once in awhile.
It happens when I first try to create a new Web application.
I receive the error:
The specified Web server is not running ASP.NET version 1.1. You will be
unable to run ASP.NET Web a... more >>
Not A Valid Win32 Application error while installing Windows Servi
Posted by rb531 at 10/3/2005 4:49:01 PM
Hi,
I added a Set Up project to my .NET windows Service project. Built it.
Installed it. I can see the service in the list of services in Computer
management console. But when I try to start it, I get this error in the Event
Logs.
Can anybody help?
Thank you,
Ramu.... more >>
Where is machine.config on my workstation
Posted by Chris Davoli at 10/3/2005 9:29:06 AM
I don't have a machine.config file on my machine. Why is this? I installed
VS.NET.
--
Chris Davoli
... more >>
"Everyone" instead of "Just for me" installations by default?
Posted by Francisco Garcia Gomez at 10/3/2005 12:00:00 AM
Hi,
Do anyone out there know how to make "Everyone" the default option in the
Installation Folder User Interface Dialog Box (it is "Just for me" by
default)?
Thanks in advance,
... more >>
|