0
我收到以下錯誤Infragistics的:對象不能轉換爲類型「Sys.Component」
JavaScript runtime error: Sys.ArgumentTypeException: Object of type 'Infragistics.Web.UI.SlideFadeAnimation' cannot be converted to type 'Sys.Component'. Parameter name: component
錯誤源的eval代碼的Infragistics.Web.UI。 CalendarListAnimationStoppedEventArgs事件。
function Sys$_Application$removeComponent(component) {
/// <summary locid="M:J#Sys.Application.removeComponent" />
/// <param name="component" type="Sys.Component"></param>
var e = Function._validateParams(arguments, [
{name: "component", type: Sys.Component}
]);
if (e) throw e;
var id = component.get_id();
if (id) delete this._components[id];
}
嘗試:我搜索過Infragistics.Web.UI.SlideFadeAnimation在整個解決方案,並有它的一個參考。
任何建議來解決這個問題非常感謝。謝謝。
我將用我的代碼編輯問題並添加其他信息。感謝您的迴應。 – Prosper
好的,謝謝 –