Seems like a bug that should be reported in here http://issues.umbraco.org/issues/U4 - Please share the link to the bug report in here so others who come across this post can go and vote it up.
If you are still on 6.0.6 and cannot or don't care to upgrade...I was able to work around this by going to \Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx file directly in a text editor and changing any instance of this line..
Error when editing stylesheet v6.0
I've installed v6.0.6 but am getting an error when I try to edit a style.
CS0103: The name 'UmbracoUser' does not exist in the current context
Source Error:
Line 11: <tr> Line 12: <th width="30%"> Line 13: <%=umbraco.ui.Text("name", UmbracoUser)%>: Line 14: </th> Line 15: <td class="propertyContent">
Can anyone help fix this?
Hi Suzyb
Seems like a bug that should be reported in here http://issues.umbraco.org/issues/U4 - Please share the link to the bug report in here so others who come across this post can go and vote it up.
Cheers,
Jan
SAme issue here. Worked ok with earlier versions (6.05)
Hi Guys
Maybe this has been fixed with the release of 6.0.7 - could be worh trying to upgrade.
/Jan
Same issue here... and again, another "vote" to abandond the "vote it up" system, as it is clearly useless...
Not only that, but I had to find this post via google search, as the intenral search did not yield relevant results in several attempts.
Same problem
The name 'UmbracoUser' does not exist in the current context
Umbraco v6.0.6 (Assembly version: 1.0.4898.16909)
Whats the easiest way to upgrade from 6.06 to latest version?
Same issue for me on 6.0.6
Is there any fix? I'd prefer not to upgrade at this time.
If you are still on 6.0.6 and cannot or don't care to upgrade...I was able to work around this by going to \Umbraco\Settings\Stylesheet\Property\EditStyleSheetProperty.aspx file directly in a text editor and changing any instance of this line..
%=umbraco.ui.Text("preview", UmbracoUser)%
to this..
%=umbraco.ui.Text("styles", base.getUser())%
Hope this helps someone.
Thank you Roger - this was very helpfull.
Yes, thank you Roger, that worked a treat.
Oh how I wish I could upgrade...
is working on a reply...