Jun 30, 2012, 9:26 AM
[2.0 rc1] Control with type 'Ext.Net.XScript' cannot be handled by layout
from http://forums.ext.net/showthread.php...in-usercontrol
This error appears in the following situation in Test1.aspx
main.master
--Ext.Panel Layout="FitLayout"
----Content
------ContentPlaceHolder id="cp"
Test1.aspx
--Content ContentPlaceHolderID="cp"
----ext:XScript
------script
Test2.aspx
--Content ContentPlaceHolderID="cp"
----script
Test2.aspx works. Test1 gives the error in the title.
This error appears in the following situation in Test1.aspx
main.master
--Ext.Panel Layout="FitLayout"
----Content
------ContentPlaceHolder id="cp"
Test1.aspx
--Content ContentPlaceHolderID="cp"
----ext:XScript
------script
Test2.aspx
--Content ContentPlaceHolderID="cp"
----script
Test2.aspx works. Test1 gives the error in the title.
Last edited by michaeld; Jul 02, 2012 at 2:30 AM.