Umbraco 4.6.1 - could not load control /umbraco/dashboard...
Just completed a fresh install of umbraco and I'm presented with these errors. The files being referenced do exist, although the casing of the names is different (but I don't think IIS worries about that).
I had this exact same issue, it's because the addresses to files in the Dashboard.config file (inside /config) need changing to be from the root. example below:
Look for all the address references in the dashboard.config file, they look like this:
/umbraco/dashboard/settingsdashboardintro.ascx
Obviously this won't find the file, so you need to add an ~ onto the beginning of each one to make it the correct address:
Umbraco 4.6.1 - could not load control /umbraco/dashboard...
Just completed a fresh install of umbraco and I'm presented with these errors. The files being referenced do exist, although the casing of the names is different (but I don't think IIS worries about that).
Can anyone please advise?
Thanks
Rich
I should add that the files aren't at /umbraco/dashboard... but rather /umbraco/umbraco/dashboard...
Is this an IIS config issue?
I had this exact same issue, it's because the addresses to files in the Dashboard.config file (inside /config) need changing to be from the root. example below:
Look for all the address references in the dashboard.config file, they look like this:
/umbraco/dashboard/settingsdashboardintro.ascx
Obviously this won't find the file, so you need to add an ~ onto the beginning of each one to make it the correct address:
~/umbraco/dashboard/settingsdashboardintro.ascx
Hope this helps,
Cheers,
Russell
Hi Russell,
Just wanted to mention that I had the same problem and your suggestion fixed it. Thanks so much! :)
Tracey
is working on a reply...