Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, August 16, 2015 12:05 PM
hi,
When I try to uninstall vs2012,error comes and log says :
Error 0x80131902: Failed to create the managed bootstrapper application.
Error 0x80131902: Failed to create UX.
Error 0x80131902: Failed to load UX.
Error 0x80131902: Failed while running.
......
Error 0x80131902: Failed to run per-user mode.
Here is the story. vs2012 was running good untill today I deleted C:/Windows/Microsoft.NET folder by mistake(click wrong button). I tried to fix it,but it was not easy. I used cleanup_tool.exe to uninstall .NET(4.6), after that install it(4.5) again. I tried to run vs but failed with: The domain manager specified by the host could not be instantiated. I tried to uninstall vs2012,error cames mentioned above. It seams .NET was something not right. I tried to fix this problem.
1.check .NET is running in right way. I use netfx_setupverifier.exe tool, and everything seems right.
2.use Windows Update to make sure I have all required updates installed, but it failed.
3.turn off Microsoft .NET Framework 3.5.1, it failed too. I can't turn it off, something is not right.
I don't know if there is other ways I can try. I really appreciate if anyone can give me an idea.
All replies (7)
Monday, August 17, 2015 3:05 AM
Hi huiminHP,
What's your OS verison?
The error code 0x80131902, means that the .NET Framework could not be loaded (more specifically, an AppDomain could not be created).
>> check .NET is running in right way. I use netfx_setupverifier.exe tool, and everything seems right.
Do you go to %TEMP% folder to check the exit code is 0?
If you don't, please first go to temp folder to check it.
If .NET 3.5 fails to verify, please refer to this page to fix http://blogs.msdn.com/b/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx
If .NET 4 fails to verify, please use this tool to fix http://support.microsoft.com/kb/2698555
Besides, please go to COntrol Panel to repair your visual studio 2012.
If you have any questions, please feel free to let me know.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Monday, August 17, 2015 4:01 PM
Hi, Jiayi Li
I use windows 7 Ultimate with server pack 1.
*netfx_setupverifier.exe *exit with return 0:Verification succeeded for product .NET Framework 4.5 SetupVerifier exiting with return value 0.
I tried to repair vs2012, after it started, vs icon just flashed and disapeared. checking %temp% , I found :Error 0x80131902: Failed to create the managed bootstrapper application. again.
how can I do with this case? Is there any way to fix it? Thank you.
Tuesday, August 18, 2015 8:27 AM
Hi huiminHP,
>>turn off Microsoft .NET Framework 3.5.1, it failed too. I can't turn it off, something is not right.
It seems that the .NET 3.5.1 is corrupted, please try to run the command: SFC /scannow, System File Checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files. Refer to: https://support.microsoft.com/en-us/kb/929833
After running the command, please use previous visual studio 2012 package to repair your visual studio 2012.
If none of the above helps, please use Process Monitor
It can list all files/registries related to a process. So you need to do the following:
1. Run process monitor
2. Repair Visual Studio and try reproduce your problem.
3. Store process monitor, save logs
4. Filter logs by using processes, keep devenv process
5. Check for the time when you repair visual studio and check the file/registry access error.
You will find Visual Studio may trying to look for something in registry or some folders, I suspect we may need to manually modify something in order to make it works.
If you don't know which key to modify, you can send the process monitor log here and tell us when you click to reproduce the problem. We can help you check it.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Wednesday, August 19, 2015 6:00 AM
Hi, Jiayi Li
I used command:SFC /scannow, but it help less. I used process moniter , and get Logfile.PML. I see something that seems not right but I'm not sure how to fix it. It may come to more complex if I modify something in wrong way. Please help me to check it, thanks. By the way, I did not see devenv.exe process.here is Logfile.PML, and pass word is 44dd. I tried to repaire vs in 13:39. Thank you.
Wednesday, August 19, 2015 8:43 AM
Hi huiminHP,
I found many file and registry key not found from your procrss monitor file, see the picture below:
To fix these issues will cost you much time and it is hard to fix, I suggest you consider to reinstall your system, it would be much better than fixing these issues. Since you deleted the C:/Windows/Microsoft.NET folder.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Wednesday, August 19, 2015 4:22 PM
Hi, Jiayi Li
It seems there is no better choices. thank you.
Thursday, August 20, 2015 8:53 AM
Hi huiminHP,
Please remember to send the feedback to me if you reinstall your OS.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.