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

What is the version number?

1 Answer 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stavros
Top achievements
Rank 1
Stavros asked on 20 Dec 2008, 10:42 PM
I have transfered my application from my old laptop which was running Version=2008.2.826.35
to my new laptop which is running the latest build.
At the old laptop I had to add this line in the web.config file :

<add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.2.826.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

Should I retain this line with the new version, should I delete it or should I alter the version number?
Thank you very much.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Dec 2008, 09:19 AM
Hi Stavros,

Generally, using references with fully qualified names guarantees that you will use the correct assembly version (if several are available, e.g. in the GAC).

On the other hand, not using fully qualified names makes upgrading RadControls more hasslefree.

You must keep this line in the web.config, but can remove the Version and PublicKeyToken:

<add name="Telerik.Web.UI.WebResource.axd_*" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI"  preCondition="integratedMode,runtimeVersionv2.0" />


Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Stavros
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or