随笔分类 -  Error

摘要:原因:引用的dll只支持x64编译导致 解决方案:将编译环境从AnyCPU修改为x64即可 参考:https://www.cnblogs.com/qqhfeng/p/6649150.html 阅读全文
posted @ 2023-10-24 09:44 xiaoyinxxy 阅读(2) 评论(0) 推荐(0) 编辑
摘要:Newtonsoft.Json 反序列化时报错,原因为:字符串中存在特殊字符导致 解决方案:将\\替换成/ 阅读全文
posted @ 2023-10-24 09:40 xiaoyinxxy 阅读(274) 评论(0) 推荐(0) 编辑
摘要:Error - BadImageFormatExceptionSolution :Select a solution, Right Click and select Property | Configuration Properties | Configuration, update the pla... 阅读全文
posted @ 2015-09-11 08:46 xiaoyinxxy 阅读(123) 评论(0) 推荐(0) 编辑
摘要:Error : An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x8... 阅读全文
posted @ 2014-07-22 09:39 xiaoyinxxy 阅读(563) 评论(0) 推荐(0) 编辑
摘要:Type : System.ArgumentExceptionSource: mscorlibMethod: NormalizePathError: The path is not of a legal form.Reason: Dim attachment as new System.Net.Mail.Attachment(" ") will cause the error.空白字符串作为文件路径导致。 阅读全文
posted @ 2014-03-12 17:02 xiaoyinxxy 阅读(1366) 评论(0) 推荐(0) 编辑
摘要:Environment :WIN7VB6Crystal report fileDescription :Run-time error '1003'Unable to locate formula 'tax' on reportReason :Report or the sub report lack of formula called 'tax' cause the issue. 阅读全文
posted @ 2014-02-28 14:55 xiaoyinxxy 阅读(151) 评论(0) 推荐(0) 编辑
摘要:系统环境:Win7VB.NET详细信息System.Runtime.InteropServices.InvalidComObjectException:COM object that has been separated from its underlying RCW cannot be used.原因: COM 对象被dispose之后使用,如给COM对象的属性赋值。 阅读全文
posted @ 2014-02-24 11:25 xiaoyinxxy 阅读(980) 评论(0) 推荐(0) 编辑
摘要:系统环境Win7VB.NET详细信息System.Data.SqlClient.SqlException (0x80131904): Procedure or function 'procedureName' expects parameter '@paramater', which was not supplied.原因procedureName缺少参数@paramater 在代码中的Value被赋值为nothing导致,应该为DBNull.Value 阅读全文
posted @ 2014-02-24 11:23 xiaoyinxxy 阅读(412) 评论(0) 推荐(0) 编辑
摘要:系统信息操作系统 : Win7Office 版本: 2010错误详细信息The application has failed to start because the side-by-side configuration is incorrect. Please see the application event log for more details.事件详细信息Activation context generation failed for "C:\Program Files\Microsoft Office\Office14\bcssync.exe".Error i 阅读全文
posted @ 2014-02-24 11:22 xiaoyinxxy 阅读(452) 评论(0) 推荐(0) 编辑
摘要:系统环境Win7VB.NetVS2012详细信息 Unable to open module file 'D:\Project\…\CommonAssemblyInfo.vb': System Error &H80041feb&Solution: 删除文件CommonAssemblyInfo.vb中的所有内容。 阅读全文
posted @ 2013-10-23 11:14 xiaoyinxxy 阅读(491) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示