Reminder mit NavigationURI
Hey zusammen
Ich probiere gerade etwas mit der neuen Reminderfunktion rum. Nun wollte ich eine navigationUri. Leider kommt bei mir beim ausführen immer folgenden Fehlermeldung:
"Specified argument was out of the range of valid values.
Parameter name: NavigationUri"
Bei folgendem Code:
Code:
[FONT=Consolas][FONT=Consolas][FONT=Consolas]
Uri[/FONT][/FONT][/FONT][FONT=Consolas][FONT=Consolas] navigationUri = [/FONT][/FONT][FONT=Consolas][FONT=Consolas][FONT=Consolas]new[/FONT][/FONT][/FONT][FONT=Consolas][FONT=Consolas][FONT=Consolas]Uri[/FONT][/FONT][/FONT][FONT=Consolas][FONT=Consolas]([/FONT][/FONT][FONT=Consolas][FONT=Consolas][FONT=Consolas]"/EinnahmeBestätigen.xaml"[/FONT][/FONT][/FONT][FONT=Consolas][FONT=Consolas], [/FONT][/FONT][FONT=Consolas][FONT=Consolas][FONT=Consolas]UriKind[/FONT][/FONT][/FONT][FONT=Consolas][FONT=Consolas].Relative);[/FONT][/FONT]
[FONT=Consolas][FONT=Consolas]
reminder.NavigationUri = navigationUri;
[/FONT] [/FONT]
[FONT=Consolas][FONT=Consolas][FONT=Consolas]ScheduledActionService[/FONT][/FONT][/FONT][FONT=Consolas][FONT=Consolas].Add(reminder);[/FONT][/FONT]
Der Code steht so in einem Code Sample, jedoch noch mit zusätzlichen Parametern.
Hat irgendwer eine Idee dazu?
Gruss Nemoc
AW: Reminder mit NavigationURI
Kann es sein dass es an dem Umlaut ("ä") in deiner URI liegt ?
Grüsse
Veux
AW: Reminder mit NavigationURI
Also am Umlaut liegt es nicht, hab es geade ausprobiert
AW: Reminder mit NavigationURI
echt? interessant bei mir gings damit :P