[CLOSED] Bug in RegisterClientScriptInclude version 2.3.0

  1. #1

    [CLOSED] Bug in RegisterClientScriptInclude version 2.3.0

    Last Ext.net version (2.3.0) has a bug in ResourceManager.RegisterClientScriptInclude

    public void RegisterClientScriptInclude(Type type, string resourceName)
    Current implementation don't uses the parameter Type.

    Thanks
    Last edited by Daniil; Oct 15, 2013 at 4:17 AM. Reason: [CLOSED]
  2. #2
    Thanks for the report, fixed in SVN
  3. #3
    Quote Originally Posted by Vladimir View Post
    Thanks for the report, fixed in SVN
    I can't create a custom build to solve this problem. Exists any roundtrip?

    Thanks,
  4. #4
    I can't create a custom build to solve this problem.
    Why? What exactly problems do you have with it?
    Just download code from SVN trunk, open solution in VS and rebuild assemblies
  5. #5
    Quote Originally Posted by Vladimir View Post
    Why? What exactly problems do you have with it?
    Is a internal company problem (quality rules) not a problem with ext.net (compile from svn is easy).

    Thanks
  6. #6
    What about to register script manually using
    this.Page.ClientScript.GetWebResourceUrl(type, resourceName)

Similar Threads

  1. Replies: 2
    Last Post: Oct 14, 2013, 5:46 PM
  2. Replies: 0
    Last Post: May 08, 2012, 6:15 AM
  3. Replies: 1
    Last Post: Mar 12, 2012, 9:31 PM
  4. [CLOSED] RegisterClientScriptInclude in custom control inside gridpanel
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 14, 2010, 10:12 PM
  5. Replies: 2
    Last Post: May 13, 2009, 9:35 AM

Posting Permissions