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

Problem migrating project

12 Answers 124 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ABS
Top achievements
Rank 1
ABS asked on 04 Jan 2011, 07:25 PM

To whom it may concern

I cannot migrate my project that used version Telerik Q2 2010 914 to Telerik Q3 2010 1215.

I have used the Upgrade Wizard, Manual Method and Utility Project Update Utility.
All my references and assemblies are changed to the latest release and I still having troubles when I execute/run it.

I have attached an image where the problem is shown, the assemblies that I have and the references of the project.

Thanks and Regards,
ABS S.A. de C.V.

12 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 04 Jan 2011, 08:54 PM
Hola ABS,

It looks like the same issue as the one that was answred in this forum post.
Simply remove the assemblies that are still at the old version, and re-run the upgrade wizard as detailed in the forum thread.

Let me know if you need further help

Regards,
Richard
0
Richard Slade
Top achievements
Rank 2
answered on 06 Jan 2011, 02:01 PM
Hello, 

Did this help? 
If so please remember to mark as answer. If you need more assistance, please let me know. 
Thanks
Richard
0
ABS
Top achievements
Rank 1
answered on 10 Jan 2011, 06:09 PM
Hello everyone,

I detect that my problem comes from the RadMenu, when I remove the RadMenu Control from my Project everything works fine.
When I add it back, appears the exception "Cannot find assembly Telerik.WinControls.UI, Version=2010.2.10.914, Culture=neutral....".

Anyone knows how to solve it?.

Thanks and Regards,
ABS S.A. de C.V.
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 10 Jan 2011, 06:16 PM
Hello,

Ensure that you have imported the reference to the Telerik.WinControl.UI assembly (the latest and correct version) into your project, and that you have the Using or Imports statement
VB
Imports Telerik.WinControls.UI
C#
using Telerik.WinControls.UI;

I suspect that you still have the old assemblies before upgrading on your PC, and you are still referencing the older assembly, and not the new one that you have upgraded to.
Richard
0
ABS
Top achievements
Rank 1
answered on 10 Jan 2011, 06:32 PM
Hello Richard Slade,

I have added the line to the code of my Form, but it still the same problem.

I have all my references as the image that I have attached in my first post of this topic.

Here is the Upgrade Wizard log:
Title Details Result
Created Upgrade Log     C:\Users\JesusM\Desktop\SIIF Modules\Caja Gral Integrado\Caja Gral\Forms_Report.htm   Success

Thanks and Regards,
ABS S.A. de C.V.
0
Richard Slade
Top achievements
Rank 2
answered on 10 Jan 2011, 06:37 PM
Hello,

As you can see from your error, the assembly that it requires is to an older version than the one that you have installed. Please can you also make sure that you have reset your Visual Studio Toolbox, and that you have dragged onto the designer the correct version of the RadMenu.
Thanks
Richard
0
ABS
Top achievements
Rank 1
answered on 10 Jan 2011, 06:41 PM
Hello Richard Slade,

The title of the toolbox says: RadControls for WinForms Q3 2010

Also I have attached an Screenshot of the Toolbox Configuration.

Thanks and Regards,
ABS S.A. de C.V.

0
Richard Slade
Top achievements
Rank 2
answered on 10 Jan 2011, 06:43 PM
Hello,

Please also ensure that you have no instances of the old RadControls references left in either the GAC, or the installation folder.
remove the radMenu and re-add from the toolbox
Hope that helps
Richard
0
ABS
Top achievements
Rank 1
answered on 10 Jan 2011, 07:00 PM
Hello Richard Slade,

I have deleted my RadControls for WinForms Q3 2010 toolbox and I tried to add it again and I cant.

Never mind, I  used the Reset ToolBox option and I have them again.

I have attached an Screenshot of my GAC and Installation Forlder.

Thanks and Regards,
ABS S.A. de C.V.

0
Richard Slade
Top achievements
Rank 2
answered on 10 Jan 2011, 08:33 PM
Hello,

Ok, now that you have reset your toolbox, please remove your RadMenu, restart Visual Studio and re-add the RadMenu.
Hope this helps
Richard
0
ABS
Top achievements
Rank 1
answered on 10 Jan 2011, 08:59 PM
Hello Richard Slade,

I think I have solved my problem, a dll was referencing to the older version.

Thanks for following my questions.

Regards,
ABS S.A. de C.V.

0
Richard Slade
Top achievements
Rank 2
answered on 10 Jan 2011, 09:11 PM
You're welcome. Glad that you have this fixed.
Richard
Tags
General Discussions
Asked by
ABS
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
ABS
Top achievements
Rank 1
Share this question
or