All seems to match. Is there a way to debug, say to confirm that your code is being called? If I pass something via the config file will I get a response?
You are more than welcome to download the source from Codeplex (http://documentsorter.codeplex.com) and drop some breakpoints in the code to see 1) if the code is being called, and 2) where the problem area is.
If you do manage to narrow it down, do let me know.
Umbraco is ignoring my breakpoints. I know portions of your code are being called, for instance if I rename the config file, I get an error it cannot be found. However, I am not able to see if any other portions are triggered.
I've just run and debugged on my demo instance of Umbraco 4.5.1 with the same setup as yourself and everything is running and sorting correctly, so I'm really not sure what else I can suggest for you.
Have you compiled the source from codeplex and copied the dlls over? I'm sure the Zip is the latested version, but always worth a try.
I'm not sure what's happening. I'm running into the same thing, no errors, but not sorting. I'll try to download the source and add my input as well so we can try and nail down what's happening. Even when I remove my <add> tag for it to sort on everything, nothing's happening so perhaps there is a conjunction with some of the customizations I've had to do in my other configs that are colliding with this one. But I guess we'll try and see!
Just for kicks I also tested on a 4.5.1 install using the setting you specified in your original post and it seems to be working properly. Any other thoughts on what might be different in your scenario? Otherwise if breakpoints aren't working to debug you could try adding some Log entries at various points in the code to find out where its failing
No errors but not sorting
I just installed this package under v.4.5.1 and saw no errors. I edited the .config file adding:
I edited an existing event, no sorting change. I added a new event, again, no errors but no change in sort order either. Is there a step I missed?
Hi Connie,
Have you tried reloading the node tree? It's doesn't currently update the order of the tree view unitll it is refreshed.
Matt
Did that, no change.
Hmmmm, Ok, I'll look into it further and get back to you shortly.
Matt
Matt, any clues? If it helps, the date I am sorting on is a date picker.
Hi Connie,
My appogies, I've not had chance to look into it.
Quick quggestion would be to double check the docTypeAlias and field attributes and make sure these match, as they are case sensitive.
If that doesn't help, I'll try and find the time to replicate the issue.
Many thanks
Matt
Matt,
All seems to match. Is there a way to debug, say to confirm that your code is being called? If I pass something via the config file will I get a response?
Hi Connie,
You are more than welcome to download the source from Codeplex (http://documentsorter.codeplex.com) and drop some breakpoints in the code to see 1) if the code is being called, and 2) where the problem area is.
If you do manage to narrow it down, do let me know.
Many thanks
Matt
Umbraco is ignoring my breakpoints. I know portions of your code are being called, for instance if I rename the config file, I get an error it cannot be found. However, I am not able to see if any other portions are triggered.
Matt, can I assume you have not had time to fix?
Hi Connie,
I've just run and debugged on my demo instance of Umbraco 4.5.1 with the same setup as yourself and everything is running and sorting correctly, so I'm really not sure what else I can suggest for you.
Have you compiled the source from codeplex and copied the dlls over? I'm sure the Zip is the latested version, but always worth a try.
Matt
Hey guys,
I'm not sure what's happening. I'm running into the same thing, no errors, but not sorting. I'll try to download the source and add my input as well so we can try and nail down what's happening. Even when I remove my <add> tag for it to sort on everything, nothing's happening so perhaps there is a conjunction with some of the customizations I've had to do in my other configs that are colliding with this one. But I guess we'll try and see!
Uninstalled and reinstalled the package, trying once again, but no joy. This package just refuses to work.
Nicole, have you had any luck?
Hi Connie,
Just for kicks I also tested on a 4.5.1 install using the setting you specified in your original post and it seems to be working properly. Any other thoughts on what might be different in your scenario? Otherwise if breakpoints aren't working to debug you could try adding some Log entries at various points in the code to find out where its failing
-Tom
is working on a reply...