Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stephen 767 posts 2273 karma points c-trib
    Jan 20, 2011 @ 15:37
    Stephen
    0

    WebResource bug?

    This most probably has nothing to do with your component, but...

    With the DLL dropped in /bin (checked) when I go to the Data Type editor, the "add" button does nothing, because the WebResource.axd that is supposed to get the dragsort jquery ressource fails (404). All other WebResource.axd work fine. No idea what's happening...

  • Sascha Wolter 615 posts 1101 karma points
    Jan 20, 2011 @ 16:40
    Sascha Wolter
    0

    Hm, odd. I've just uploaded a new version with a couple of minor bugfixes and a new function 'showLabel', it would be fantastic if you could have a look if the error persists?

    Thanks a lot! :)

    Sascha

  • Stephen 767 posts 2273 karma points c-trib
    Jan 20, 2011 @ 16:53
    Stephen
    0

    Odd indeed. 'Cos now it works. Go figure.

    Will test the new version! I'm eager to replace Repeatable Custom Control by something more "up-to-date" and (hopefully) maintainable.

    Would be interested in source code, too...

  • Stephen 767 posts 2273 karma points c-trib
    Jan 20, 2011 @ 16:58
    Stephen
    0

    Odd indeed. 'Cos with the new version, I'm back to the same issue ;-(

  • Sascha Wolter 615 posts 1101 karma points
    Jan 20, 2011 @ 23:58
    Sascha Wolter
    0

    Hi Stephen,

    I'll see if I can recreate that. I had initially some trouble with embedding the JS file however got it working after a while. Can you please let me know which configuration you are using (Umbraco, server)?

    Thanks!

     

  • Stephen 767 posts 2273 karma points c-trib
    Jan 21, 2011 @ 09:41
    Stephen
    0

    That was with Umbraco 4.6.1 built from latest sources, on Windows Server 2003 R2 32 bits, IIS 6, .NET framework 4.

    I don't think it has anything to do with Umbraco. Just create a sample web application, unzip your DLL from the package into the bin directory, create a sample page that references the web resource... and you get the 404 error. Change the date of the DLL (I use a Windows port of Unix 'touch') to a date in the past... and then it works.

    In the past, you'd get a 500 error with the following message, but now that the "oracle stuff" patch has been applied, you just get a 404 error.

    Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
    Parameter name: utcDate

    If you Google for webresource + build + future + assembly + utcdate, you'll find pages that mention this error.

    Maybe when you install the package the normal way, the DLL date is set to "now" when it is unzipped. I assume this only happens because I manually unzip packages instead of using the installer.

     

Please Sign in or register to post replies

Write your reply to:

Draft