[CLOSED] My application is not working any more after updating from svs

  1. #1

    [CLOSED] My application is not working any more after updating from svs

    Hi,

    Due to fixing issue of regex, I've updated the source from SVN. However, my application is not working any more when calling a direct method because of changing in your source code in file ResourceManager.cs at line 3197.

    My application architecture is that using one aspx page to load user web control dynamically. After loaded, firing a direct method of that user web control but in the .NET event flow, it is saying that the control is not found.

    Working Revision: 3527
    ctrl = ControlUtils.FindControlByClientID(this.Page, controlID, true, null);
    Not working Revision: 3531
    ctrl = ResourceManager.FindControlByConfigID(this.Page, controlID, true, null);
    Revision: 3531
    Author: vladimir
    Date: 9:27:09 PM, Wednesday, April 20, 2011
    Message:
    [FIX] ResourceManager cannot find control if Namespace is used
    ----
    Modified : /trunk/Ext.Net/Core/ResourceManager/ResourceManager.cs
    
    Revision: 3527
    Author: geoffrey.mcgill
    Date: 3:51:30 AM, Wednesday, April 20, 2011
    Message:
    [REVISED] Changed "Predictable" IDMode option to concat .ClientID instead of .ID. 
    ----
    Modified : /trunk/Ext.Net/Core/ResourceManager/ResourceManager.cs
    Modified : /trunk/Ext.Net/Core/XControl/XControl.cs
    Modified : /trunk/Ext.Net/Enums/IDMode.cs
    Modified : /trunk/Ext.Net/Utility/ScriptBuilders/BaseScriptBuilder.cs
    Modified : /trunk/Ext.Net/Utility/ScriptBuilders/ContentScriptBuilder.cs
    Modified : /trunk/Ext.Net/Utility/ScriptBuilders/DefaultScriptBuilder.cs
    Could you please investigate it?
    Last edited by geoffrey.mcgill; Apr 28, 2011 at 4:02 AM. Reason: [CLOSED]
  2. #2
    Any chance you can post a code sample demonstrating how we can reproduce the issue?
    Geoffrey McGill
    Founder
  3. #3
    Hi,

    One more thing, the problem happens when I call a direct method of a user web control.
    Attached Files
  4. #4
    Hi,

    Please update from SVN and retest
  5. #5
    Hi Vladimir,

    It's now working. Thanks for your support. You can mark it CLOSED.

Similar Threads

  1. [CLOSED] updating a grid's cell not working
    By Fahd in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 23, 2012, 9:09 PM
  2. Application stops working after some time
    By mercede75 in forum 1.x Help
    Replies: 0
    Last Post: May 18, 2012, 6:47 AM
  3. Replies: 2
    Last Post: Dec 07, 2011, 4:37 AM
  4. Replies: 2
    Last Post: Jul 11, 2011, 6:16 PM
  5. [CLOSED] MVC - Progress bar not updating
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 12, 2011, 3:27 PM

Posting Permissions