[CLOSED] Error after update coolite from SVN

  1. #1

    [CLOSED] Error after update coolite from SVN

    Hi,

    I got the error that I am attaching after updating coolite from SVN.

  2. #2

    RE: [CLOSED] Error after update coolite from SVN

    Hi,

    The information is not enough. Please provide test project which raises that error
  3. #3

    RE: [CLOSED] Error after update coolite from SVN



    Here is the code:

    
    
    
    
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="ChampWeb.WebForm1" %>
    
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    
    <html xmlns="http://www.w3.org/1999/xhtml" >
    
    
    <head runat="server">
    
    
    <title>Untitled Page</title>
    
    
    <script runat="server">
    
    
    protected void btnClick(object sender, DirectEventArgs e)
    
    
    {
    
    
    this.imageButtonNextDisable.Disabled = false; 
    
    
    } 
    
    
    
    
    
    </script>
    
    
    </head>
    
    
    <body>
    
    
    <form id="form1" runat="server">
    
    
    <ext:ResourceManager ID="ResourceManager1" runat="server">
    
    
    </ext:ResourceManager>
    
    
    
    
    
    <ext:ImageButton ID="imageButtonNextDisable" 
    
    
    runat="server" Disabled="true"
    
    
    ImageUrl="App_Themes/ChampWeb/Images/imaBtnStandar_Next_Out.png">
    
    
    </ext:ImageButton>
    
    
    <ext:ImageButton ID="ImageButtonNext" runat="server" Hidden="true"
    
    
    ImageUrl="App_Themes/ChampWeb/Images/imaBtnStandar_Next_Out.png">
    
    
    <DirectEvents>
    
    
    <Click OnEvent="btnClick">
    
    
    </Click>
    
    
    </DirectEvents> 
    
    
    </ext:ImageButton> 
    
    
    
    
    
    
    </form>
    
    
    </body>
    
    
    </html>
  4. #4

    RE: [CLOSED] Error after update coolite from SVN

    Hi,

    Your sample doesn't reproduce the problem. Please create test project (may be problem is related with some else, for example web.config)
  5. #5

    RE: [CLOSED] Error after update coolite from SVN

    Hi Flor,

    Are you still getting a JavaScript error? If yes, please post a code sample which demonstrates how to reproduce the problem.


    Geoffrey McGill
    Founder
  6. #6

    RE: [CLOSED] Error after update coolite from SVN

    Hi,

    I already fixed that error removing coolite from the resources files.

    After updating coolite from SVN it was a conflict with the version generated in those files.

    It will be good if check that. I got that problem because I have resources for translation.

Similar Threads

  1. [CLOSED] Update a non coolite control with ajax.
    By fquintero in forum 1.x Help
    Replies: 11
    Last Post: Feb 05, 2010, 11:05 PM
  2. [CLOSED] Coolite Update Error
    By majestic in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Nov 13, 2009, 5:49 AM
  3. [CLOSED] Cannot run my coolite pages after SVN update...
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 21, 2009, 1:51 PM
  4. Replies: 4
    Last Post: Dec 16, 2008, 3:55 PM
  5. [CLOSED] Update coolite v6.0 to 7.0
    By heysol in forum 1.x Help
    Replies: 6
    Last Post: Nov 25, 2008, 2:25 PM

Posting Permissions