Hello,
I am using VS.NET 2005 and work with CuteEditor and when I want to debug any page
it first takes so long and second I always get over 22 Warnings like:
Warning 1 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference.
http://go.microsoft.com/fwlink/?linkid=14202' C:\wwwroot\myProject\CuteSoft_Client\Dialogs\Safari_InsertFlash.aspx 15
Warning 2 Unreachable code detected C:\wwwroot\myProject\CuteSoft_Client\Dialogs\Gecko_InsertTemplate.Frame.aspx 171
Warning 3 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference.
http://go.microsoft.com/fwlink/?linkid=14202' C:\wwwroot\myProject\CuteSoft_Client\Dialogs\Gecko_InsertTemplate.Frame.aspx 12
Warning 4 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference.
http://go.microsoft.com/fwlink/?linkid=14202' C:\wwwroot\myProject\CuteSoft_Client\Dialogs\InsertImage.Frame.aspx 18
Warning 5 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference.
http://go.microsoft.com/fwlink/?linkid=14202' C:\wwwroot\myProject\CuteSoft_Client\Dialogs\InsertMedia.Frame.aspx 12
Can this problem of warnings and slowlyness get solved?
Regards,
J.Bauer