Hey
I am trying to skin my Prometheus Editor but i can't get it to work.
This works:
<telerik:RadEditor ID="RadEditor1" runat="server" />
This does not:
<telerik:RadEditor ID="RadEditor1" runat="server" Skin="Vista" />
When i do not apply a skin-attribute, it seems like it loads some kind of default skin from the embedded resources in the dll, but whin i apply the skin attribute (Vista, Default, Office2007...) i get the System.NullReferenceException. I have tried both IIS 6.0 and IIS 7.0, tried to deploy the Editor in an existing solution, and tried to make a simple new solution with just one aspx-page with one editor. The errors are the same...
As I understand from your support pages, their should be some of the skins mentioned above available as embedded resourses in the dll, and therefore i suppose it should work without any references two directories with ressource files.
Have anyone experienced the same problems or does anybody have a solution?
Thanks in advance.
Anders
Denmark
I am trying to skin my Prometheus Editor but i can't get it to work.
This works:
<telerik:RadEditor ID="RadEditor1" runat="server" />
This does not:
<telerik:RadEditor ID="RadEditor1" runat="server" Skin="Vista" />
When i do not apply a skin-attribute, it seems like it loads some kind of default skin from the embedded resources in the dll, but whin i apply the skin attribute (Vista, Default, Office2007...) i get the System.NullReferenceException. I have tried both IIS 6.0 and IIS 7.0, tried to deploy the Editor in an existing solution, and tried to make a simple new solution with just one aspx-page with one editor. The errors are the same...
As I understand from your support pages, their should be some of the skins mentioned above available as embedded resourses in the dll, and therefore i suppose it should work without any references two directories with ressource files.
Have anyone experienced the same problems or does anybody have a solution?
Thanks in advance.
Anders
Denmark