0

サーバーで問題が発生しています。System.Windows.dll が見つからないというメッセージが表示されます。初回実行時は例外がスローされますが、ページを更新した後は正常に動作しています。

これは ScriptManager が原因で発生していることがわかりました。ページに ScriptManager があります。以下のエラーを参照してください。

Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.

Source Error: 


Line 148:        <img src="../../Images/loading.gif" width="500" />
Line 149:    </div>
Line 150:    <asp:ScriptManager ID="ScriptManager1" runat="server">
Line 151:    </asp:ScriptManager>
Line 152:    <table border="0" cellspacing="0" cellpadding="0" width="100%">


Source File: d:\xyz\CRM\Reports\zyz.aspx    Line: 150 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
4

1 に答える 1