Dear core team,
I have read WAP by Shaun Walker and Developing a C# WAP Module in DNN by Mitchel Sellers, and I want to develop my module using WAP model.
After I add wap project by using C# Compiled Module Template, I can build WAP project normaly. In this case, I build TestModule successfully.
But when I try to add any 3rd party usercontrol (Ajax Update Panel, Fckeditor or Telerik radcontrols.) to ascx in WAP module I have just create, It always has "Control cannot be created ...." error. I tried adding by many ways but still not ok.
But when I try to add the same controls to ascx in DesktopModule in DotNetNuke website, It is ok.
And when I switch in to ascx in WAP module, the control I have just added still not work. I can't use this control in code file (*.cs) to programing . It's always has "Unknow server tags ..." error.
So, how can i use or add 3rd control in wap module? Have you got any idea for this bug. Please notice that i still add default controls ie textbox, label... normaly.
My system: Windows Server 2003 Standard SP2, Visual Studio 2005 SP1, SQL Server 2005.