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

Teleric components don't permission to run my program

1 Answer 60 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Mamad
Top achievements
Rank 1
Mamad asked on 10 Jul 2017, 11:25 AM

Hi

I added a radCalendar to my winform an when i want to run my program i get this error:

SeverityCodeDescriptionProjectFileLine
ErrorAssembly 'Telerik.WinControls.UI' with identity 'Telerik.WinControls.UI, Version=2017.2.502.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' uses 'Telerik.WinControls, Version=2017.2.502.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' which has a higher version than referenced assembly 'Telerik.WinControls' with identity 'Telerik.WinControls, Version=2017.2.502.20, Culture=neutral, PublicKeyToken=5bb2a467cbec794e'Clinic AppE:\4-Clinic App V1.5\Clinic App\Clinic App\CSC

1 Answer, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 10 Jul 2017, 12:11 PM
Hello ,

Thank you for writing.

Our assemblies are built NET 2.0 NET 4.0. In order to successfully compile one the Telerik WinForms assemblies need to have the same version. The error message on your end suggests that you are referencing the Telerik.WinControls with version 2017.2.502.20, meaning .NET 2.0 while the other assemblies of your project are .40

Please check, remove the old reference and add Telerik.WinControls.dll with version 2017.2.502.40.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Mamad
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or