启动应用程序时出现CLR20r3错误 [英] CLR20r3 error when launching application

查看:834
本文介绍了启动应用程序时出现CLR20r3错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我用vb.net 2010创建了一个windows应用程序,mysql作为我的后端。现在已经完成但是当我尝试将它发送到另一台计算机进行测试和生产时,它给了我一个错误,并在下面说我的应用程序停止工作检查解决方案在线下面是错误的详细信息。请帮助!!!



问题签名:
问题事件名称:CLR20r3
问题签名01:tmshd v.4.1.exe
问题签名02:1.0.0.0
问题签名03:51a53e19
问题签名04:TMSHD v.4.1
问题签名05:1.0.0.0
问题签名06:51a53e19
问题签名07:17
问题签名08:e9
问题签名09:System.InvalidOperationException
操作系统版本:
区域设置ID:

在线阅读我们的隐私声明:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

解决方案

在我的情况下,当我使用框架的库比我用来编译项目的框架少时会出现这个错误。



您在窗体表格中使用的som对象来自netframework 2库,例如Microsoft.VisualBasic.PowerPacks.Vs,它们没有as类似于框架4.



如何解决问题?



转到项目

扩展引用

检查框架的属性,通常列表的倒数第二个是这个版本文件比用于编译的框架更改在同一属性列表中的'local copy'to true

重新编译和应用程序工作


不可能只是被给予那样说。但是这里有一篇文章可以帮助您找到问题的根源:

http://blogs.msdn.com/b/oanapl/archive/2009/01/30/windows-error-reporting-wer-and -clr-integration.aspx [ ^ ]

http://naveensrinivasan.com/2010/11/16/clr20r3/ [ ^ ]

使用这些,您应该能够至少弄清楚它在代码中的位置,并从那里开始工作。

经过多少次试验和错误,我终于找到了解决方案。我刚刚发布了我制作的应用程序并尝试安装它们。在安装或运行应用程序之前,Windows会告诉您需求..谢谢大家......


Hi Guys,

I created a windows application using vb.net 2010 with mysql as my backend. And now its done but when i try to launch it to another computer for testing and production it gives me an error and says "My application stop working check for solution online" below are the details of the error. Please help!!!

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: tmshd v.4.1.exe
  Problem Signature 02: 1.0.0.0
  Problem Signature 03: 51a53e19
  Problem Signature 04: TMSHD v.4.1
  Problem Signature 05: 1.0.0.0
  Problem Signature 06: 51a53e19
  Problem Signature 07: 17
  Problem Signature 08: e9
  Problem Signature 09: System.InvalidOperationException
  OS Version:  
  Locale ID: 
  
Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

解决方案

Hi, in my case this error happens when I use librarys of a Framework less than the framework that I use to compile the project.

There are som object that you use in your window form that from a Library of netframework 2 for example Microsoft.VisualBasic.PowerPacks.Vs that don't has a similar in Framework 4.

How to solve the problem?

Go to the project
expand the reference
Inspect the property of framework, usually the penultimate of the list is this version les than the framework use to compile change in the same property list the 'local copy´to true
Recompile and the application works


Impossible to say from just being given that. But here are some an article that may help you find the source of the problem:
http://blogs.msdn.com/b/oanapl/archive/2009/01/30/windows-error-reporting-wer-and-clr-integration.aspx[^]
http://naveensrinivasan.com/2010/11/16/clr20r3/[^]
Using those, you should be able to at least figure out where it was thrown in your code, and work from there.


Hi, after how many trial and error i found the solution at last. I just published the application i made and try to install them. and the windows will tell you the requirements before you can install or run the application.. Thanks guys..


这篇关于启动应用程序时出现CLR20r3错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆