ComponentArt の TreeView コントロールを使用するページがあります。
mscorelib.debug.js への参照をそのページに追加すると、次のエラーが発生します。
Uncaught TypeError: Cannot call method 'apply' of undefined Type
$initializeBase mscorlib.debug.js:1177
ComponentArt_TreeViewNode ScriptResource.axd:1
ComponentArt_TreeView.GetItemFromStorage ScriptResource.axd:1
ComponentArt_TreeView.Nodes ScriptResource.axd:1
ComponentArt_TreeView.Render ScriptResource.axd:1
ComponentArt_TreeView.Initialize ScriptResource.axd:1
window.ComponentArt_Init_ctl00_Menu1_TreeView MyPage:197
(anonymous function) MyPage:201
mscorelib.js 参照を外すか、ツリービューに "Visible = false" を設定すると、エラーは発生しません。
ScriptSharp は何度も失敗してきたため、このまま使い続けるかどうかはわかりません。
それでも、コミュニティにこのことを伝えて、修正があるかどうかを確認したかったのです。
私が使用しているComponentArtのバージョンは2008_1_1085_35です
そして、私はScriptSharp 0.7.4を使用しています