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

[Solved] Version 2007.3 1425 broken (?)

3 Answers 156 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peter Zolja
Top achievements
Rank 1
Peter Zolja asked on 12 Mar 2008, 10:50 PM
Hi guys,

I downloaded the latest version (1425) and after I copied the dlls to my solution things started to break. RadEditor would not work anymore ('Telerik' is undefined JS error in IE); the tree would render text only with similar JS error. My guess was that I did something wrong, but everything in web.config was as it should. So I downloaded the manual installation for both 1425 and 1314 and ran them in VS2005 (VS2008 fails to convert the project btw). I have nothing in GAC, so there should be no cross contamination. The live demos sample (for v1425) behaved the same as in my solution (i.e. broken) while v1314 worked fine.

Did I do something wrong or is it really broken?

Thanks.
(Windows 2003, .NET 2.0 project with VS2005 and VS2008, always using manual installation -- i.e. copy dlls)

3 Answers, 1 is accepted

Sort by
0
Accepted
Helen
Telerik team
answered on 13 Mar 2008, 04:39 PM
Hi Peter,

We received similar complaints before. Could you please take a look at the following forum thread and see if it helps:
http://www.telerik.com/community/forums/thread/b311D-hcgdb.aspx

Regards,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Peter Zolja
Top achievements
Rank 1
answered on 13 Mar 2008, 05:15 PM
Hi Helen,

I saw that post and that's not it. I was running the LiveDemos solution from Telerik (without any changes).

The problem was that my computer's clock was set to something prior to Feb 25 when the latest package was released. We need to change the clock because we're testing different components that are time-sensitive.

I'm not sure if this is a Telerik issue or just how VS or browsers work. I was able to reproduce the problem, so now we're aware of it and know how to navigate around. For what it's worth here's how to reproduce:

1. Change the date to something prior to Feb 25 2008, let's say Feb 1st 2008.
2. Close VS (VS2005, it crashes when opening with VS2008).
3. Empty the browser's cache (we deleted everything).
4. Open VS2005 and re-run the LiveDemos solution and go to the editor's page.

Thanks.
0
Helen
Telerik team
answered on 14 Mar 2008, 09:38 AM
Hello Peter,

Thank you for the provided details. Actually this is the expected behavior of the framework - you cannot use assemblies that are built in the future. To avoid it you may use the following command line tool(touch.exe) to change the date of the Telerik.Web.UI.dll to some previous date. Official site is http://unxutils.sourceforge.net/.
Using this syntax you may change the date of the Telerik.Web.UI.dll to 2005/01/01.
"touch --date=2005/01/01 Telerik.Web.UI.dll"

I'm attaching the tool to this support thread and hope it will be helpful.

Regards,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Peter Zolja
Top achievements
Rank 1
Answers by
Helen
Telerik team
Peter Zolja
Top achievements
Rank 1
Share this question
or