摘要:
换行符:vbCrLf 阅读全文
摘要:
输入英镑:alt+0163,即£输入人民币:中文设置下shift+4,即¥输入欧元:alt + 0128, 即€ 阅读全文
摘要:
系统环境:Win7VB.NET详细信息System.Runtime.InteropServices.InvalidComObjectException:COM object that has been separated from its underlying RCW cannot be used.原因: COM 对象被dispose之后使用,如给COM对象的属性赋值。 阅读全文
摘要:
系统环境Win7VB.NET详细信息System.Data.SqlClient.SqlException (0x80131904): Procedure or function 'procedureName' expects parameter '@paramater', which was not supplied.原因procedureName缺少参数@paramater 在代码中的Value被赋值为nothing导致,应该为DBNull.Value 阅读全文
摘要:
系统信息操作系统 : 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 阅读全文