This is a migrated thread and some comments may be shown as answers.

InvalidOperationException

1 Answer 51 Views
RateApplicationReminder
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Wayde
Top achievements
Rank 1
Wayde asked on 20 Dec 2012, 08:00 PM
Hi

I have put the following code into the loaded event of my main page:
            var rateReminder = new RadRateApplicationReminder
                                   {
                                       RecurrencePerTimePeriod = TimeSpan.FromDays(2),
                                       AllowUsersToSkipFurtherReminders = true
                                   };
            rateReminder.Notify();

However this throws an InvalidOperationException saying that the ApplicationRuntimeHelper class should be intialized before using this component. Have you seen this before?

1 Answer, 1 is accepted

Sort by
0
Wayde
Top achievements
Rank 1
answered on 20 Dec 2012, 08:03 PM
Hi, please discard this question, I have found the answer here: http://www.telerik.com/help/windows-phone/rateapplicationreminder-gettingstarted.html
Tags
RateApplicationReminder
Asked by
Wayde
Top achievements
Rank 1
Answers by
Wayde
Top achievements
Rank 1
Share this question
or