2011-11-10 76 views
0

我有一個使用ComponentArt的TreeView控件的頁面。ScriptSharp似乎與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參考,或者我設置爲「可見=假」的它不會給出任何錯誤。

我不確定我會繼續使用ScriptSharp,因爲它已經失敗了很多次了。

但我仍然想告訴社區關於這一點,看看是否有修復。

ComponentArt,我用的是2008_1_1085_35

的版本,我用ScriptSharp 0.7.4

回答

1

我想你問有關腳本#和asp.net更新面板爲好。這是在相同的領域/相同的基礎問題。

它可能是組件組件也依賴於msajax(它不再是給定jQuery的asp.net中的首選框架)不適用於腳本#。

相關問題