| Pleas clarify - Server 2003 (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Is .net framework1.0 or 1.1 native in the default install of server 2003? thanks, Sherpa |
|
| Missing Asp.Net User Account (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi there: I just installed the .net framework 1.1. All is beautiful, except that I was expecting to see a new user account called asp.net. At least, that's what I read would happen. However, it seems I do not have an asp.net user account. Is this OK? Ted Zieglar |
|
| install a folder with subfolders with Visual Studio's Setup Project (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hello. I tried to install my folder with help files (generated with RoboHelp) with my Setup Project in Visual Studio .NET 2003. But i haven't found a way to copy a folder including subfolders to the target machine. Does anybody know how to install a whole folder without adding file by file? Please help, thanks! From: Thomas Zweifel Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id Ff3x... |
|
| how to see in the registry if Framework 1.1 SP1 is installed (9 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, How can I see in the registry if the .NET Framework 1.1 Service Pack 1 is isntalled? It seems to me that "SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1.4322\SP" should have the value "1" when it is isntalled? Am i right? Thanks, Pieter |
|
| newbie question: unattended install (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I apologize in advance for the lameness of this question, but I just cannot find documentation on how to do this. It seems like it should be so simple. I have a console application for which I want to create a Setup.Exe. When Setup runs, it must not display any UI, only accept command line arguments for the target location of the console app. I think the solution is to create a deployment project ... |
|
| A good resource for setup and deployment. (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| We are just getyting started with setup and deployment for our app. This group seems to have some info about setup issues mixed in with framework setup issues. Can somebody reccomend a good resource, book, newsgroup, msdn article on setup and deployment. I have gone through the walkthroughs but they seem very basic and we will quickly need to hit advanced topics such as upgrading, and SQL changes.... |
|
| Type 51 CA in patch (4 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi Phil, I am working on a patch. I'm not sure why I need to use the command line msiexec /p Mypatch.msp REINSTALL ALL REINSTALLMODE omus to install the patch. I double click the patch and it shows a UI as same as when I use the command line to apply it. Is there any difference? Also, I tried to add two Type 51 CAs for setting Reinstall and Reinstallmode. I didn't not see any difference before and... |
|
| .NET Bootstrap and its diffusion (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I have the problem to distribute a plugin for an application I developed, as simply as possible. The plugin aim is to detect if the user is behind NAT or a Firewall, and try to override that. The NAT traversal part is done, the Firewall bypassing is not yet ready (and we still need some experiments). The program itself (without the pugin) is about 1.4MB. Possible solutions would be. A rewr... |
|
| Problems after installing SP1 for framework 1.1 (5 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| After installation I got the following: 1 When opening a project from VS .NET I get a message box saying that the server deson't appear to be running .Net framework 1.1 2 All file associations to the ASP .NET Dll is removed from the IIS metabase 3 All requests to aspx pages give 403 error 4 On another machine all pages that have a submit button just turned dead, with no JS errors, just the page wo... |
|
| Can't install .Net Framework 1.0 SP3 (6 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, if i try to install .Net Framework 1.0 SP3 (German Language, on XP SP2), the following error message occurs: the software is not installed or the patch is wrong. For sure, .Net is installed (version: 1.0.3705.288, think with SP2). Where is my problem? Thanks for any hint. |
|
| .net Framework v2 (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Is it possible to have version 2 and version 1.1 installed on the same machine at the same time? I ask because I would like to try out Whidbey (spelling) on the same machine as I am using to work with my source for my current development project (dont ask why) and would think that VS.net 2003 will stop working as soon as the ..net framework gets upgraded to version 2. Thanks Barns |
|
| Cannot install .NET Framework 1.1 Service Pack 1 (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Using Windows Update or downloading and trying to install NDP1.1sp1 KB8670 X86.EXE when the installer is run I get an error message that says: SL4.tmp Common Language Runtime Debugging Services. Application has generated an exception that could not be handled. Process id 0xf2c (3884), Thread id 0xf8x (3980). Click OK to terminate the application. Click CANCEL to debug the application. I've tried b... |
|
| Cannot re-install or uninstall .NET 1.1 on Windows 2003 (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| I have upgraded a few servers from Windows 2000 Server to Windows 2003 and it shows the .NET Framework is installed but it will not run. I have tried to re install it hoping that it would fix the current problem but it just tells me that it is already installed. Since it is part of the OS it does not even give me the option to uninstall it so I am at a loss on how to get the .NET Framework to inst... |
|
| Can Visual Basic .Net be installed (and developed) on an XP box? (4 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Howdy! I'm a Visual Basic developer and moving into .NET work. I currently have XP at home and develop in Visual Basic with SQL Server on the backend. Will I be able to install and work with Visual Basic .NET on this one box? Thanks. V |
|
| How to reduce the size of the .net redistribute package? (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| i wrote a desktop application with C# on .net framwork.Basicly the application works as a GUI host and a web service client.When my end users want to install my application on their PC's,they get very angry for the sake of the big size of the setup package(you know,i have to include a dotnetfx.exe which sized at 20M in it). Now,here you know what i am asking for: Is there any way to customize the ... |
|
| Problem when remove a file from folder installed using setup proje (5 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| I created a folder called Configuration and added several files to this folder in a windows set up project. After install, I can see Configuration/myfile.xml, but when I tried to change the file extension to myfile.txt or remove myfile.xml, then tried to launch the application, I always get an info that ask me to install/reinstall the application. Is there any solution to this problem? Thanks in a... |
|
| Installation problems with .NET Framework 1.1 SP1 (5 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| When I attaempt to run the .NET Framework 1.1 SP1 nothing happens after I accept the EULA. The system doesn't hang, its just that the installation doesn't proceed at all at least after 90 minutes. Sorry, there's no error messages, no other indictaion that there's a problem, just no progrees in the installation. Anyone else experienced this problem? |
|
| when installing Framework SP1 on Developper pc and Client pc's? (5 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, I guess it's always a good thing to install a SP. So I would like to install the Framework 1.1 SP1 to my development pc, and also on my client's pc's. Although, I don't knwo if this would affect the software (VB.NET applications). and I'm not able to find any informationabout this : ( Can I install SP1 on my pc's, build VB.NEt applications, end deploy them on pc's without SP1? Can SP1 pc's run... |
|
| Disabling the "WinVerifyTrust" check for web setup project (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Dear all, I have a few questions related to "Web Setup Project". Please point to any related reference if you know that. Thanks in advance. 1, Is it true that if the setup project is created for web based. The ..msi file will be subjected to check with "WinVerifyTrust" ? (ref: http://msdn.microsoft.com/library/default.asp?url /library/en us/msi/setup/msistuff exe.asp, stated in the desription of o... |
|
| Unable to install .NET Framework 1.1 SP1 (8 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| I get the following error message when installing .NET Framework 1.1 SP1: Info 9002. Microsoft .NET Framework 1.1 Service Pack 1 (KB867460) cannot be installed because you have one or more hot fixes installed. Remove them and try again. What hot fixes exactly do I need to remove ? Best regards, Oleg Subachev subachev@ural.ru |
|
| Unable to build any Visual Studio .NET 2003 setup projects after installing .NET Framework 1.1 SP1 (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, I'am unable to build any of my .NET setup projects after installing .NET Framework 1.1 SP1 The error message is: 'Unrecoverable build error'. Anyone? Thanks, Filip |
|
| FW 1.1 SP1 Problem (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| I am trying to install SP1 for .Net Framework v. 1.1 using NDP1.1sp1 KB867460 X86. Just as it starts I get the following error message: "Error 1305. Error reading from file: C:\WINDOWS\Installer\826ce.msi. Verify that the file exists and that you can access it." I do not have a WINDOWS\Installer directory, nor do I have a file "826ce.msi" on my computer. I have search google and microsoft for this... |
|
| Framework 1.1. Install Issues (5 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Howdo all, Got a side by side installation of VS.Net EA 1.0 SP3 & VS.Net 1.1 EA. Installed Framework 1.1 SP1 from Windows Update. Did a quick check on mscorcfg.dll for Framework 1.1.4322. The file version being reported is still the same as that before applying SP1 i.e. .573. According to: http://support.microsoft.com/default.aspx?scid kb;en us;318785 should be reporting .2032 Install appeared to ... |
|
| Framework 1.1 SP1 (5 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Ok chaps/chapesses, Posted this a few days ago. Can any one of you who have installed 1.1 SP1 let me know what version mscorcfg.dll reports after install ? I installed from Windows Update apparently with no probs (side by side) with Framework 1.0. mscorcfg.dll still shows .573 when according to Q318785 it should be .2032. Can anyone please confirm ? Many TIA, G |
|
| asp.net pages not opening ? (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I have windows server 2003 installed at my end. IIS 6.0 got installed then. Then I installed visual studio .net and got a warning that exchange server 2000 does not work with IIS 6. But I installed VS.NET. Now I found that my ASPX pages were not opening. I found a post on net asking user to change a few values. I carried all steps, then also only one virtual directory is working. If I create say 2... |
|