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

2258 An Error Occured

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
balaji
Top achievements
Rank 1
balaji asked on 24 Feb 2010, 07:06 AM
Hi People,
Am Getting this Strange Error Suddenly.
As i dont knw whether ther dll is corrupted or donno what could be the real probs.
Am Getting this Error exactly in this
Line

try
            {
                NavigationService service = NavigationService.GetNavigationService();
                service.Target = Application.Current.RootVisual as Panel;
                service.Transition = new FadeTransition(new TimeSpan(0, 0, 0, 1));
                service.Navigate(new AdminModule());//Error Occurred here
            }
            catch (Exception ex)
            {
                System.Windows.MessageBox.Show(ex.Message.ToString());
            }
Strange thing is that when i try to pulbish this to iis i am ble to access this in my local sys without any problem .
However if i try to access this in another machine am getting this error if i click the Button tha is to navigate to another page.

a)What could be the Root cause of this error
b)Am sure that every coding works perfect
c)If Dll is corrupted how to overcome that problem.

Am really screwed up i cant get any head and tail out of it.
Pls help in this regard
Thanks
Regards
N.Balaji

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 24 Feb 2010, 07:18 AM
Hi Balaji,

There is a similar discussion here.
http://www.telerik.com/community/forums/silverlight/gauge/error-2258-at-run-time-setting-label-properties.aspx

Can you try pre-loading the page you are trying to load?

Also the RadNavigation framework is left only for bakward compatibility with older Telerik applications. It is recommended to use the navigation framework that is now available in the Silverlight framework.

Kind regards,
Valentin.Stoychev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
balaji
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or