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

error in deign page of xaml whiling calling theme

1 Answer 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
kumar p
Top achievements
Rank 1
kumar p asked on 10 Jun 2010, 03:44 PM
hi,
 i just followed the above article. http://www.telerik.com/help/wpf/common-styling-and-appearance-creating-custom-theme.html. to create  custom theme

here  you can see the  my  screen shoot of  the error and teh way i have  created my theme and the structure
image   

mytheme code

 

 

public class MyTheme : Theme

 

{

 

 

public MyTheme()

 

{

 

 

this.Source = new Uri("/MyAssembly;component/Themes/Generic.xaml", UriKind.Relative);

 

 

 

// this.Source = new Uri("/MyAssembly;component/Themes/Telerik.Windows.Controls.GridView.xaml", UriKind.Relative);

 

}

}


 i am getting this  error.
Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))  in silverlight.
 just going mad not  able  to  fgure  outthe issue.  plz let me know  where i am  going  wrong
 any help  would be greatly appreciated

 thanks
 p kumar

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 15 Jun 2010, 06:39 AM
Hello,

 Can you try to close the Visual Studio and open the project again to see what will be the result?

Greetings,
Vlad
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
GridView
Asked by
kumar p
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or