Compiler warning from full rebuild of Visual Studio project

  •  03-14-2008, 12:48 PM

    Compiler warning from full rebuild of Visual Studio project

    Something to pass on to your developers...
     
    Whenever I do  full rebuild of my ASP .Net 2.0 AJAX project in Visual Studio 2005, I get this warning about something in Cute Editor's code from the compiler:
     
    C:\Dev\wsajax\CuteSoft_Client\CuteEditor\Dialogs\InsertTemplate.aspx(28,49): warning CS0618: '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'
     
    I just thought you'd like to know.
View Complete Thread