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

EditingContextTypeToBoolConverte missing resourse

5 Answers 60 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 1
Kenneth asked on 12 Aug 2014, 04:06 PM
VS2010, VB.NET

After dragging RadRichTextBoxRibbonUI onto design surface, running gives error in InitializeComponent cannot find resource.  How can I locate code and manually add this to my project (and any others that may be missing)?

5 Answers, 1 is accepted

Sort by
0
Kenneth
Top achievements
Rank 1
answered on 12 Aug 2014, 05:24 PM
I am referencing Telerik.windows.controls.richtextboxui and all other required dll's.  In the sample project from github for the richtextbox texteditor the project runs fine.  I compared all the references between the two projects (mine that does not work and github that does) and they are all ref the same dlls form the same location.

I tried to delete and re add the reference, clean and re-build, still not working.


0
Kenneth
Top achievements
Rank 2
Iron
answered on 12 Aug 2014, 07:38 PM
upgraded to 2014 Q2.  Now when I drop the RadRichTextboxRibbonUI on he designer I get this error:

"Method not found: System.delegate.system.reflectionmethodinfo.createdelegate(system.type, system.object)"



0
Svetoslav
Telerik team
answered on 15 Aug 2014, 02:57 PM
Hello Kenneth,

Thank you for contacting us.
 
We have tried to reproduce the issue on Windows 7 and Windows 8 with VisualStudio 2010 but our attempts to reproduce it were not successful. That is why I kindly ask you to send us a video with steps to reproduce. Once we are able to reproduce it we will do our best to assist you.

Looking forward to hearing from you.

Regards,
Svetoslav
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Kenneth
Top achievements
Rank 2
Iron
answered on 27 Aug 2014, 08:43 PM
After upgrading to Q2 2014 I still get the design time error:

Error 1 Method not found: 'System.Delegate System.Reflection.MethodInfo.CreateDelegate(System.Type, System.Object)'. C:\Documents and Settings\Ken\my documents\visual studio 2010\Projects\LetterTest2\LetterTest2\MainPage.xaml 197 37 LetterTest2

but the project compiles and runs normally so I just ignore the error.

That being the case I can live with it.
0
Aylin
Telerik team
answered on 01 Sep 2014, 08:11 AM
Hi Kenneth,

As we stated in our previous support thread communication, the issue is observed when .NET 4.5 framework is not installed on the machine as MethodInfo.CreateDelegate() method is available only in .NET 4.5. The issue could be resolved after installing .NET 4.5 if applicable for the operating system. We already have this issue logged in our product backlog for further research and prioritization.

Regards,
Aylin
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
RichTextBox
Asked by
Kenneth
Top achievements
Rank 1
Answers by
Kenneth
Top achievements
Rank 1
Kenneth
Top achievements
Rank 2
Iron
Svetoslav
Telerik team
Aylin
Telerik team
Share this question
or