CLR20r3 错误 解决案例之一

Problem signature:
  Problem Event Name:    CLR20r3
  Problem Signature 01:    zq.main.wpf.exe
  Problem Signature 02:    1.0.0.5
  Problem Signature 03:    54bf751e
  Problem Signature 04:    System.Xml
  Problem Signature 05:    4.0.0.0
  Problem Signature 06:    4ba1dfec
  Problem Signature 07:    73b
  Problem Signature 08:    0
  Problem Signature 09:    IOIBMURHYNRXKW0ZXKYRVFN0BOYYUFOW
  OS Version:    6.1.7601.2.1.0.256.48
  Locale ID:    1028
  Additional Information 1:    2a39
  Additional Information 2:    2a3956b61d7d9a8912ffd92ea889fc5c
  Additional Information 3:    002c
  Additional Information 4:    002cd34bb5d065ae0b5c7167047a987c

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

产生错误的原因可能不止一种。

我的案例的解决过程是:

c# 开发的wpf程序,在【项目右键菜单】-【属性】-【设置】中,设定了一些参数,这些将会保存到客户端电脑目录下。

当删除 目录 C:\Users\[username]\AppData\Local\[app] 下的文件后,问题解决了。

时间: 2024-10-11 14:22:49

CLR20r3 错误 解决案例之一的相关文章

SSH 错误解决案例1:Read from socket failed: Connection reset by peer

今天早上天天连接的开发机突然报出连接错误. 这个错误是SSH最常见错误,造成的原因也是千奇百怪(具体可goole),下面描述我的server的问题: 客户端报错 [[email protected]]# ssh 192.168.1.22 Read from socket failed: Connection reset by peer 换个机器连接也不行,尝试重启server端的sshd,thanks god, 报错了 [[email protected] ssh]# service sshd

ORA-600 kdsgrp1错误解决案例

当日早上某数据库发现ORA-600错误Thu Feb 14 09:00:32 2019Errors in file /u01/app/oracle/diag/rdbms/xxxxdb/xxxxdb/trace/xxxxdb_ora_90063.trc (incident=880729):ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], [], [], [], [], []Incident d

SQL Server一致性错误修复案例总结

今天遇到了一个关于数据库一致性错误的案例.海外工厂的一台SQL Server 2005(9.00.5069.00 Standard Edition)数据库在做DBCC CHECKDB的时候出现了一致性错误,下面总结一下处理过程.具体的一致性错误信息如下所示: Msg 8992, Level 16, State 1, Line 1 Check Catalog Msg 3853, State 1: Attribute (referenced_major_id=248841561,referenced

This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery' 错误解决

原因是内层select语句带有limit子句. 原: update stu_score_childen A  set  A.fScore='-1' where  A.fID in (select B.fID from stu_score_childen B limit 0,50 ) 更改后的 update stu_score_childen A  set  A.fScore='-1' where  A.fID in (select C.fID from (select B.fID from st

【Oracle】ora-12541错误解决

ORA-12541: TNS无监听程序错误 1.在oracle安装目录下查找listener.ora和tnsnames.ora文件,然后打开 2.将host改为机器名 3.执行命令:lsnrctl stop,再执行lsnrctl start. [Oracle]ora-12541错误解决,布布扣,bubuko.com

Out of resources when opening file 错误解决

mysqldump: Got error: 23: Out of resources when opening file './mydb/tax_calculation_rate_title.MYD' (Errcode: 24) when using LOCK TABLES 看到这个后,我比较奇怪,备份时锁定表却出错,关键是这个数据库现在也没被使用啊 后来到网上查查找到了原因 在mysql配置文件 my.cnf 中 找到 open_files_limit 增加它的值就行了 我的原来是 open_

阿里云Windows server 2008服务器搭建VPN 图文教程,购买境外服务器自建vpn,Win8/win10 连接VPN被阻止,出现812错误解决方法

阿里云Windows server 2008服务器搭建VPN 图文教程(超详细) 第一步:购买阿里云服务器,本文使用的是Windows Server 2008 R2 企业版64位中文版 IP地址:47.88.151.129,所属节点:亚太(新加坡) 服务器配置:2核,4GB,带宽10Mbps 第二步: 打开服务器管理器,点击添加角色,如下图: 本帖隐藏的内容然后弹出如下图所示,点击下一步: 点击后,如下图,勾选网络策略和网络服务,然后点击下一步: 接着继续点击下一步,直到弹出如下图所示的页面,勾

no module named win32com.client 错误解决

no module named win32com.client错误解决 一.错误描述 运行import win32com.client 的时候发现有import Error  no module named win32com.client这个提示,表明该模块未安装. 二.下载模块 从  https://sourceforge.net/projects/pywin32/files/pywin32/  下载相应Python版本的模块.安装后问题即解决. pywin32-220.win-amd64-p

mysql Access denied for user [email protected]错误解决方法总结(转)

mysql Access denied for user [email protected]错误解决方法总结(转) mysql Access denied for user \'root\'@\'localhost\'”解决办法总结,下面我们对常见的出现的一些错误代码进行分析并给出解决办法,有需要的朋友可参考一下. 错误代码 1045 Access denied for user 'root'@'localhost' (using password:YES) 解决办法是重新设置root用户密码,