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...
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?
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)?
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.
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...
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
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...
Odd indeed. 'Cos with the new version, I'm back to the same issue ;-(
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!
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.
is working on a reply...