.NET 2.0 Beta. OK to delete GetFileThumb.aspx?

  •  07-17-2005, 7:20 AM

    .NET 2.0 Beta. OK to delete GetFileThumb.aspx?

    Hi,
     
    I am having trouble pre-compiling my ASP.NET2.0 beta (latest 50215 build) web application containing the Cutesoft control.
     
    The error in the compiler is that it cannot find the "CuteEditor.Dialogs.GetFileThumb" type for the file "/CuteSoft_Client/CuteEditor/Dialogs/GetFileThumb.aspx."
     
    Im assuming since it cant find the type that the "GetFileThumb.aspx" page must be obselete.
     
    If I do delete it then the application compiles (albeit with some warnings), and *appears* to work ok.

    Is it OK to delete it, without causing some piece of functionality to fall off?

    Thanks
     
    Stuart
     
    PS. Here is the warnings I got from compiling the web project under .NET 2.0. They *may* be useful for you to have a look at:
     
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\Gecko_InsertDocument.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.
    GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'Use Clie
    ntScript.GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?link
    id=14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\Gecko_InsertFlash.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.Get
    PostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientS
    cript.GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=
    14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\Gecko_InsertImage.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.Get
    PostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientS
    cript.GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=
    14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\Gecko_InsertMedia.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.Get
    PostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientS
    cript.GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=
    14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\Gecko_InsertTemplate.Frame.aspx(142): warning CS0162: Unreachable code de
    tected
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\Gecko_InsertTemplate.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.
    GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'Use Clie
    ntScript.GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?link
    id=14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\InsertDocument.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.GetPos
    tBackEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientScri
    pt.GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=142
    02'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\InsertFlash.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.GetPostBa
    ckEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientScript.
    GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\InsertImage.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.GetPostBa
    ckEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientScript.
    GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\InsertMedia.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.GetPostBa
    ckEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientScript.
    GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\InsertTemplate.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.GetPos
    tBackEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientScri
    pt.GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=142
    02'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\SelectFile.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.GetPostBac
    kEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientScript.G
    etPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\SelectImage.Frame.aspx(11): warning CS0618: 'System.Web.UI.Page.GetPostBa
    ckEventReference(System.Web.UI.Control, string)' is obsolete: 'Use ClientScript.
    GetPostBackEventReference instead. http://go.microsoft.com/fwlink/?linkid=14202'
    c:\projects\website\CuteSoft_Client\CuteEditor\D
    ialogs\Tag.Frame.aspx(108): warning CS0168: The variable 'x' is declared but nev
    er used
    c:\projects\website\CuteSoft_Client\CuteEditor\S
    pellCheck.aspx(60): warning CS0618: 'System.Configuration.ConfigurationSettings.
    AppSettings' is obsolete: 'This method is obsolete, it has been replaced by Conf
    igurationManager.AppSettings'
View Complete Thread