顯示具有 enterprise library 標籤的文章。 顯示所有文章
顯示具有 enterprise library 標籤的文章。 顯示所有文章

星期二, 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