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

[Solved] Project Upgrade Bug

3 Answers 120 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
dani
Top achievements
Rank 1
dani asked on 17 Mar 2011, 07:34 AM
I've Upgraded my project to your latest version using the automatic upgrade.
It isn't really a bug, but since you removed the old Telerik directory, and since I've changed the way jquery-1.4.4 was referenced in the project, it made a little mess.

I think you should look for any reference of the telerik old folder name, and have them appear in the upgrade log as a warning.
I've fixed my references to the new jquery=1.5.1. manually.
Thanks,
Dani

3 Answers, 1 is accepted

Sort by
0
Biliana Ficheva
Telerik team
answered on 17 Mar 2011, 09:55 AM
Hi Dani,

Could you please give us more detailed information on how exactly have you changed the way jquery 1.4.4 is referenced in your project? It will be useful also if you share with us which Visual Studio and MVC (1, 2 or 3) are you using?

Kind regards,
Biliana
the Telerik team
0
dani
Top achievements
Rank 1
answered on 17 Mar 2011, 10:26 AM
I've used this line of code:
<%= Html.Telerik().ScriptRegistrar().jQuery(false).DefaultGroup(group => group.Combined(true).Compress(true)) %>
to enable me to load the jquery in a diffrent place (I don't event recall why)

and then I've used
    <script src="../../Scripts/2011.1.315/jquery-1.5.1.min.js" type="text/javascript"></script>
to load it, but it was with the old path of your product.
nothing serious,
but after upgrade everything compiled.. and took me a while to understand why grids are acting strange....
I'm using MVC2 DLL.

Dani
0
Biliana Ficheva
Telerik team
answered on 17 Mar 2011, 01:22 PM
Hello dani,

I got it now.
The reason is that we refrain from changing custom files/project setups, because we cannot evaluate if a change would be wanted.
We will definitely consider your suggestion for the warning in the upgrade log.
Thank you very much for the feedback.

Best wishes,
Biliana
the Telerik team
Tags
Installer and VS Extensions
Asked by
dani
Top achievements
Rank 1
Answers by
Biliana Ficheva
Telerik team
dani
Top achievements
Rank 1
Share this question
or