This question is locked. New answers and comments are not allowed.
Hi,
I've installed the last build of Telerik Controls for Silverlight (2013.3.1016.1050) and now when I build my solution I get the error:
in my GenericHtmlEditor.g.i.cs file.
In effect this file contains the following:
I tried to perform both a solution clean command and a manual removal of the project's bin and obj folder. Unfortunately, when I rebuild, the same error is always shown.
Have you any suggestion?
I've installed the last build of Telerik Controls for Silverlight (2013.3.1016.1050) and now when I build my solution I get the error:
The type or namespace name 'RadRichTextBox' could not be found (are you missing a using directive or an assembly reference?)
in my GenericHtmlEditor.g.i.cs file.
In effect this file contains the following:
... internal Telerik.Windows.Controls.RadWindow radEditor; internal System.Windows.Controls.Grid LayoutRoot; internal Telerik.Windows.Documents.FormatProviders.Html.HtmlDataProvider htmlDataProvider; internal RadRichTextBoxRibbonUI radRichTextBoxRibbonUI; internal Telerik.Windows.Controls.RadRibbonTab HomeTab; internal RadRichTextBox editor; internal Telerik.Windows.Controls.RadButton confirm; internal Telerik.Windows.Controls.RadButton cancel;...I tried to perform both a solution clean command and a manual removal of the project's bin and obj folder. Unfortunately, when I rebuild, the same error is always shown.
Have you any suggestion?