陈锋-TechBlog

思考,实践,交流

转载 关于.net framework 2.0安装中出现的0x80131107错误的解决方案大全收藏

新一篇: C++ 学习练手 - 数组型队列的模板实现 | 旧一篇: 算法学习,单链表 C# 泛型实现

Please first try the workaround in this article: Assembly load failure installing the 2.0 Framework which described an issue similar to yours.

If this does not solve your problem, you can try using the following steps to solve this problem:

  1. Download the .NET Framework cleanup tool and choose to clean up the version of the .NET Framework that is causing problems on your system
  2. Download and install the version of the .NET Framework that you cleaned up in step 1 (such as the .NET Framework 1.0, .NET Framework 1.1 or .NET Framework 2.0)
  3. (optional) Download and run the .NET Framework verification tool to double-check that all .NET Framework files are correctly installed
  4. Download and install the desired .NET Framework service pack (such as .NET Framework 1.0 SP3 or .NET Framework 1.1 SP1) by running the setup package directly instead of using Windows Update.  Running it directly will allow the service pack setup to display error dialogs instead of having Windows Update suppress them

For more details, please visit What to do if other .NET Framework setup troubleshooting steps do not help.

 

发表于 @ 2007年10月30日 11:10:00|评论(loading...)|编辑

新一篇: C++ 学习练手 - 数组型队列的模板实现 | 旧一篇: 算法学习,单链表 C# 泛型实现

评论:没有评论。

发表评论  


登录
Csdn Blog version 3.1a
Copyright © 陈锋