[FIXED] [2.3.1] ResourceManager.RegisterClientScriptInclude(Type type,string resourceName) bug

  1. #1

    [FIXED] [2.3.1] ResourceManager.RegisterClientScriptInclude(Type type,string resourceName) bug

    I have a internal dll with embed resource, some file like js, css, png etc. when I use ext.net 2.2, I can use ResourceManager.RegisterClientScriptInclude(Type type,string resourceName) to add some script include into page. but when I upgrade to 2.3, script file use this method build a Url give me http 404 error, I guess this method not use param Type to GetWebResourceUrl, because if I use ResourceManager.RegisterClientScriptInclude(string key,string url) method, It's work fine, but I need GetWebResourceUrl by myself. so I think It's a bug
    Last edited by Daniil; Oct 22, 2013 at 7:42 PM. Reason: [FIXED] [2.3.1]
  2. #2
    Thanks for the report, we will investigate it
  3. #3
    Thanks for the report, fixed in SVN

Similar Threads

  1. Replies: 7
    Last Post: Oct 02, 2012, 8:05 PM
  2. Replies: 0
    Last Post: May 08, 2012, 6:15 AM
  3. Change input type based on data type
    By bjones in forum 1.x Help
    Replies: 5
    Last Post: Jan 06, 2012, 9:54 AM
  4. Replies: 1
    Last Post: Feb 28, 2011, 8:13 AM
  5. Replies: 4
    Last Post: Feb 01, 2011, 11:54 AM

Tags for this Thread

Posting Permissions