- PR -

Enterprise Library 3.0のExceptionHandlingについて

1
投稿者投稿内容
ren
会議室デビュー日: 2007/08/24
投稿数: 3
投稿日時: 2007-08-28 09:49
件名の機能を現在使用しているのですが、昨日から突然下記のようなエラーが出るようになりました。

VB.NETにて記述しており下記の「※」部分でエラーが発生しております。
Dim rethrow As Boolean = ExceptionPolicy.HandleException(ex, "Exception Policy") …※
If rethrow Then
Throw ex
End If

The type 'Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler, Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' cannot be resolved. Please verify the spelling is correct or that the full type name is provided.

何が原因でこのエラーが出るようになったのかも分かりません。
情報が少ないのですが、どのように対処すればいいのかご教授願えませんでしょうか。
ren
会議室デビュー日: 2007/08/24
投稿数: 3
投稿日時: 2007-08-28 10:02
自己完結しました。

下記のサイトに対処方法がありました。
http://geekswithblogs.net/TimH/archive/2007/08/27/114986.aspx

お騒がせしました
1

スキルアップ/キャリアアップ(JOB@IT)