2011-11-10 4 views
0

ComponentArt의 TreeView 컨트롤을 사용하는 페이지가 있습니다. 내가 해당 페이지에 mscorelib.debug.js에 대한 참조를 추가하는 경우ScriptSharp가 ComponentArt Treeview와 호환되지 않는 것 같습니다. 해결 방법은 무엇입니까?

는이 오류를 얻을 : 나는 mscorelib.js 참조를 벗고, 또는 나는에 "눈에 보이는 = false"를 설정하면

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 

treeview 오류를주지 않는다.

ScriptSharp가 나에게 너무 자주 실패 했으므로 앞으로도 계속 진행할 지 확신하지 못합니다.

하지만 여전히 커뮤니티에 알려서 문제가 있는지 확인하고 싶었습니다.

내가 2008_1_1085_35

이다 사용 ComponentArt의 버전 그리고 난 당신뿐만 아니라 스크립트 # 및 asp.net 업데이트 패널에 대해 질문했다 생각

답변

1

ScriptSharp 0.7.4 사용합니다. 이것은 동일한 영역/동일한 근본적인 문제에 있습니다.

아마도 componentart 구성 요소가 msjax (더 이상 asp.net에서 주어진 jQuery의 기본 프레임 워크가 아닙니다)가 스크립트 #에서 작동하지 않을 가능성이 높습니다.

관련 문제