Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When adding
@using System.Globalization
to your scripts, you will get this error
'Calendar' is an ambiguous reference between 'System.Globalization.Calendar' and 'KS.Umbraco7.Calendar.Core.Calendar'
Is there a workaround for this?
The work around is to use to full name for one of the collections. Eg. System.Globalization.CultureInfo, then you don't need the using.
Of course... Thanks... :-)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Can this not be used with System.Globalization?
When adding
to your scripts, you will get this error
Is there a workaround for this?
The work around is to use to full name for one of the collections. Eg. System.Globalization.CultureInfo, then you don't need the using.
Of course... Thanks... :-)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.