I think this is some kind of bug, I have come across it on many umbraco setups, however, strangely I haven't found any forums posts / codeplex bugs about it.
It crashes with Object reference not set to an instance of an Object.
Controls to replicate this include:
Imagebuttons (with a defined image)
Logon Control
I believe this is to do with the re-writer, and the home node, if one goes to http://mysite/home.aspx (still the same page, only now not the "default / root") everything works fine.
Other than avoiding controls and code which calls this function, does anybody have any suggestions as to how to fix it, or perhaps it could be fixed in a later version of Umbraco (not sure how though - haven't got that far!
ResolveClientUrl on Home Page Bug?
Hi,
I think this is some kind of bug, I have come across it on many umbraco setups, however, strangely I haven't found any forums posts / codeplex bugs about it.
When using umbracoUseDirectoryUrls and having a template and a home page, so that going to http://mysite/ displays the top node (lets say it was called "home" - in this setup any .NET control which calls "ResolveClientUrl" [http://msdn.microsoft.com/en-us/library/system.web.ui.control.resolveclienturl.aspx] will crash the page!
It crashes with Object reference not set to an instance of an Object.
Controls to replicate this include:
I believe this is to do with the re-writer, and the home node, if one goes to http://mysite/home.aspx (still the same page, only now not the "default / root") everything works fine.
Other than avoiding controls and code which calls this function, does anybody have any suggestions as to how to fix it, or perhaps it could be fixed in a later version of Umbraco (not sure how though - haven't got that far!
Has anyone else had similar issues?
Cheers,
Ian
is working on a reply...