星期四, 12月 05, 2013

[Debug]Crystal Reports 找不到 crdb_adoplus.dll

環境: win7 32位元, VS 2012, .net 4.5 , Crystal Report 2012

開啟報表的時候會出現下列的錯誤:

中文版 :
無法載入檔案或組件 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll

英文版 :
FileName : file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll

星期二, 12月 03, 2013

[Debug]Enterprise Library Exception about TextExceptionFormatter

環境: WinFrom base on .net 4.5 & Enterprise Librayr 5.0 

Error :
The type 'Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling' cannot be resolved. Please verify the spelling is correct or that the full type name is provided.

這個問題本來出現的時候,
原來是一直會跳CustomExceptionFormatter的錯,
錯誤內容跟上面看到的是一樣的,
後來改成了EL自身的TextExceptionFormatter仍然跳出來時...
就...放棄了一陣子... (爆

星期一, 12月 02, 2013

[Debug]Remoting遇上轉型不能

環境: WinFrom base on .net 4.5 & Enterprise Librayr 5.0 & Remoting

Remoting的程式在執行的時候遇到了這樣子的錯誤。
"Specified cast is not valid"
說是轉型的時候遇到了失敗,
到底是怎麼發生的呢? 具體來說我也是不太清楚XD