0
sqlに.NETアセンブリが組み込まれています。これは他のすべてのSQLサーバーで動作しますが、1つのシステムでこのエラーが発生します。Sqlアセンブリを実行しているときにエラーが発生しました
A .NET Framework error occurred during execution of user-defined routine or aggregate "GetCustomerData":
System.IO.FileLoadException: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException:
at System.Diagnostics.TraceSource.Initialize()
at System.Net.Logging.InitializeLogging()
at System.Net.Logging.get_On()
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at CustFromPhone.BaseFunctionClass.GetCustInfo(SqlString PhoneNo)
sqlserverを再起動してアセンブリを再作成しても機能します。 もう一度このエラーが発生した場合に備えて、このエラーの意味を知りたいので、質問を削除しません... – Ezi