Answered by:
Installation of .Net 1.1 on Vista

Question
-
I am facing issues while installing .Net 1.1 on vista OS 5372 or 5384.
Following are the errors
I am not able to attach the error message so below is the text
Regsvcs.exe - Common language runtime debugging services
------------------------------------------------------------------------------------------
Application has generated an exception which could not be handled
Process id = 0xeac(3756) Thread id = 0xe34(3636)
Click Ok to terminate the application
-----------------------------------------------------------------------------------------
Please suggest if someone else have seen the same issue and pointers for resolution.
Tuesday, August 22, 2006 9:44 AM
Answers
-
Thanks for taking the time to reply.
They were applications that needed .NET1.1 to work and it was a matter of running the programs as an administrator, right clicking the executable and ticking the box "Run Program as an Administrator" to get them up and running as UAC was giving the obscure error and not reporting that the programs didnt have the necessary credantials to run. All the 1.1 apps that I was asked to test out on Vista worked after doing this. Running in Win XP compatibilty mode didnt help.
The dual administrator way of doing things is a bit confusing really. As the installation shortcuts created we of the lesser administrator rigths and so any of the processes that were run from these didnt have the correct credentials and had to be changed manually.
Monday, October 23, 2006 10:50 AM
All replies
-
I am facing a similar issue , has anyone got a solution yet?Wednesday, August 30, 2006 10:26 AM
-
I get the similar error when installing thru prerequisite CD (.Net 1.1) on Windows Vista Build 5536
"Application has generated an exception that could not be handled.
Process id=0x918 (2328), Thread id=0xf24 (3876)."
Saturday, September 2, 2006 8:28 AM -
I am currently testing some legacy apps that run on .NET 1.1 and am getting this same error when running them.
I have installed .NET 1.1, SP1 and am currently using RC1 (5600).
I have four apps to test and the only one that works is one that doesnt have any custom dll's, the ones that fail with this error are the ones that have custom dll's that dont have a signed public key tokens.
Will this conflict with the new Vista security model???
Will their have to additions to the code for elevating certain processes???
Am a bit lost with what needs to be done to get them to work. Running them in Windows XP compatability mode doesn't help.Thursday, October 12, 2006 4:33 PM -
Windows Vista has .NET v3.0 so there is no need to install .NET 1.0 or .NET 1.1 or .NET 2.0. I'm unsure if the current builds of Vista do actually have .NET 3.0 but will most certainly be shipped with it.
you should be able to run the applications straight away without installing any .NET Framework, but do not quote me on this. If you still cannot run the application on its own (without the .NET Framework being installed by yourselves) then try installing .NET 2.0.
Thursday, October 12, 2006 4:37 PM -
Thanks for taking the time to reply.
They were applications that needed .NET1.1 to work and it was a matter of running the programs as an administrator, right clicking the executable and ticking the box "Run Program as an Administrator" to get them up and running as UAC was giving the obscure error and not reporting that the programs didnt have the necessary credantials to run. All the 1.1 apps that I was asked to test out on Vista worked after doing this. Running in Win XP compatibilty mode didnt help.
The dual administrator way of doing things is a bit confusing really. As the installation shortcuts created we of the lesser administrator rigths and so any of the processes that were run from these didnt have the correct credentials and had to be changed manually.
Monday, October 23, 2006 10:50 AM -
Moved thread to ".NET Framework Setup" forum.Monday, October 23, 2006 6:38 PM
-
All version of the .NET framework are installed on Windows Vista. .NET versions are designed to be installed side by side. If you have an application that requires a particular version of the .NET framework than you can use an application configuration file to specify the version of the .NET framework that the application should use. - GregSaturday, November 18, 2006 1:22 AM
-
In the Windows Vista unlimited Edition v6.0 i saw only .Net Framework 1 and 2. There was no .Net Framework 1.1 or 3. Also all the attempts to install .Net Framework 1.1 on this version of Vista failed.
When i try to run ACT 5.0 i get a prompt to install .NEt 1.1 and then the system is not allowing .NET 1.1 in getting installed. Can anyone help me in solving this problem?
One useful link is http://blogs.msdn.com/astebner/archive/2006/07/06/658484.aspx but that failed to help.
Friday, November 24, 2006 7:22 AM -
I am also facing the same problem , when i am going to test .Net 1.1 framework compatible .Net Application.
Problem occurs when .Net Framework 1.1 installation is going on suddenly the above said problem occurs.
Regsvcs.exe Common Language Runtime Debugging Service, Application has Generated Exception
I tried all the solution i found on the net like
1)Run as Administrator,
2)set permissions in registry under Software\Classes\Interface \
Still problem is there and i am searching for solution.
Tuesday, November 28, 2006 6:31 AM -
I am also facing the same problem , when i am going to test .Net 1.1 framework compatible .Net Application.
Problem occurs when .Net Framework 1.1 installation is going on suddenly the above said problem occurs.
Regsvcs.exe Common Language Runtime Debugging Service, Application has Generated Exception
I tried all the solution i found on the net like
1)Run as Administrator,
2)set permissions in registry under Software\Classes\Interface \ http://blogs.msdn.com/astebner/archive/2006/07/06/658484.aspx
Still problem is there and i am searching for solution.
Tuesday, November 28, 2006 6:31 AM -
I tried to install VS.NET 2003 on Vista, when come to the prerequisites, which install the .NET 1.1 framework, I can't get it through, is that mean VS.NET 2003 no longer supported on Vista?Thursday, November 30, 2006 2:35 AM
-
Hi,
I am facing the same problem during installing .NET 1.1 framework on Vista (Ultimate).
RegScvs.exe - CLR debugging.
I am getting same problem during installation of VS2005.
How we can convey this problem to Microsoft???Sunday, January 14, 2007 6:01 AM -
Hi all,
I want to clarify one thing - one of the posts on this thread states that all versions of the .NET Framework are included in Windows Vista. That is not true - only the .NET Framework 2.0 and 3.0 are included in Windows Vista. For applications that specifically require the .NET Framework 1.0 or 1.1, you will have to install the redistributable setup package.
For folks running into an issue with regsvcs.exe on Windows Vista, I suggest trying the following workarounds (in the order listed - I put them in order of what I think the likelihood is that they'll be helpful):
1. If you are installing on a pre-RC1 build of Windows Vista (builds less than 5600) - http://blogs.msdn.com/astebner/archive/2006/07/06/658484.aspx (this is a bug in earlier builds of Windows Vista that was fixed in RC1, so skip this step if you already have RC1, RC2 or RTM because it won't help)
2. Try to disable non-essential system services and installing afterwards - http://blogs.msdn.com/astebner/archive/2006/11/25/disabling-services-with-msconfig-to-work-around-setup-failures.aspx
3. Try to disable the MSDTC service - http://blogs.msdn.com/astebner/archive/2006/01/08/510677.aspx
4. Try to disable Data Execution Protection and install afterwards - http://blogs.msdn.com/astebner/archive/2005/07/27/444085.aspx
5. Check OS locale settings (will only affect some newer OS locales introduced in XP SP2 or later) - http://blogs.msdn.com/astebner/archive/2005/07/24/442747.aspx
6. Set a breakpoint to workaround timing issues during setup - http://blogs.msdn.com/astebner/archive/2006/05/17/workaround-for-possible-timing-issue-that-can-cause-net-framework-setup-failures.aspx
Hopefully one of the above will be useful in these scenarios. If they are not, I suggest contacting Microsoft technical support for further assistance. You can find contact information at http://support.microsoft.com (choose the Developer Tools option in the menu when calling), and you should receive a free support case for setup-related issues such as this.
Thanks! Aaron
Tuesday, January 16, 2007 5:56 PM -
hi
i think this will help u out to slove...
http://www.mydigitallife.info/2007/12/27/install-microsoft-net-framework-11-on-windows-vista-fix-regsvcsexe-fails-error/
sudhan- Proposed as answer by ashwinbagla Friday, July 18, 2008 7:40 AM
Monday, June 9, 2008 8:15 PM -
awesome ... the step by step instructions were a great help ... thankx a ton for the post ... u saved me a lot of time n effort ... cheers !Friday, July 18, 2008 7:40 AM
-
Hi Sudan.R
The step by step instruction provided in the website worked like a charm
Thanks a lot!!
Monday, August 25, 2008 8:05 AM -
I am aggree, but then microsoft should put some flags or somthing else to update installor that i have .NET framework so that installor can run properly.
Software EngineerTuesday, September 23, 2008 5:58 PM