This question is locked. New answers and comments are not allowed.
I have used the RadSpellChecker in a Silverlight 5 application and it works great in debug but when I move it to a development server for testing I get an Isolated Storage error.
Operation not permitted.
at System.IO.IsolatedStorage.IsolatedStorageSecurityState.EnsureState()
at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForSite()
at Telerik.Windows.Documents.Proofing.RadIsolatedStorageCustomDictionary..ctor(IsolatedStorageScope storageScope, String customDictionaryName)
at Telerik.Windows.Documents.Proofing.ControlSpellCheckerBase.get_SpellChecker()
at Telerik.Windows.Documents.Proofing.RadRichTextBoxSpellChecker.MoveToNextError()
at Telerik.Windows.Controls.RadSpellChecker.ShowWindowForNextError(IControlSpellChecker spellChecker)
at Telerik.Windows.Controls.RadSpellChecker.CheckWordByWord(Control controlToCheck)
at Telerik.Windows.Controls.RadSpellChecker.Check(Control controlToCheck, SpellCheckingMode spellCheckingMode)
at ChildCare.ActionNote_Desc_ViewModel.SpellCheck(Object parameter)
at ChildCare.RelayCommand.Execute(Object parameter)
at Telerik.Windows.Controls.RadButton.ExecuteCommand()
at Telerik.Windows.Controls.RadButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
I cannot find any help with this.
I was able to remove the add to dictionary button, is there a way you can run the RadSpellChecker without using a custom dictionary?
Operation not permitted.
at System.IO.IsolatedStorage.IsolatedStorageSecurityState.EnsureState()
at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForSite()
at Telerik.Windows.Documents.Proofing.RadIsolatedStorageCustomDictionary..ctor(IsolatedStorageScope storageScope, String customDictionaryName)
at Telerik.Windows.Documents.Proofing.ControlSpellCheckerBase.get_SpellChecker()
at Telerik.Windows.Documents.Proofing.RadRichTextBoxSpellChecker.MoveToNextError()
at Telerik.Windows.Controls.RadSpellChecker.ShowWindowForNextError(IControlSpellChecker spellChecker)
at Telerik.Windows.Controls.RadSpellChecker.CheckWordByWord(Control controlToCheck)
at Telerik.Windows.Controls.RadSpellChecker.Check(Control controlToCheck, SpellCheckingMode spellCheckingMode)
at ChildCare.ActionNote_Desc_ViewModel.SpellCheck(Object parameter)
at ChildCare.RelayCommand.Execute(Object parameter)
at Telerik.Windows.Controls.RadButton.ExecuteCommand()
at Telerik.Windows.Controls.RadButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
I cannot find any help with this.
I was able to remove the add to dictionary button, is there a way you can run the RadSpellChecker without using a custom dictionary?