0

Ajax TabContainerを使用してWebページで作業しており、DB2データベースクエリの結果を表示しようとしています。次のエラーメッセージが表示されましたが、これが何を意味するのか、またはトラブルシューティングの方法がわかりません。デバッグ元のVisualStudioにAjaxが正常にインストールされています。データを入力できるところまでページが読み込まれているので、タブコンテナが正常に機能していることもわかります。どんな助けでもいただければ幸いです。

No Source Available
The source code cannot be displayed.

コールスタックの場所:

AjaxControlToolkit.DLL!AjaxToolkit.ScriptControlBase.OnPreRender(System.EventArgs e) Line 271

Locating source for 'c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs'. Checksum: MD5 {96 b3 2 f1 ca 17 5a 39 6e 7 1f c6 68 2f e2 bf}
The file 'c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs' does not exist.
Looking in script documents for 'c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs'...
Looking in the projects for 'c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs'.
The file was not found in a project.
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\crt\src\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\src\mfc\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\src\atl\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include\'...
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs.
The debugger could not locate the source file 'c:\Users\Stephen\Documents\Repos\Superexpert\AjaxControlToolkit\Server\AjaxControlToolkit\ExtenderBase\ScriptControlBase.cs'.
4

1 に答える 1

0

何が原因だったのかはわかりませんが、Ajax Control ToolKit を再インストールする必要がありました。これで問題は解決しました。

于 2012-09-24T14:44:15.257 に答える