I have developed my application using trial verstion, My company bought the license for the telerik suit.
What are the tags I need to add to my web.config file to make sure controls are reigstered?
How will you sending the product Key (will this be shipped in a mail along with order ? or with download pack of controls).
Thanks inadvance.
Thank you,
Sreedhar
7 Answers, 1 is accepted
Please refer to this help article for details on the matter.
Sincerely yours,
Paul
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Do I need to add any entries in WEB.Config?
Thanks for your help.
Thank you,
Sreedhar
Could not load file or assembly 'Telerik.Web.UI, Version=2008.3.1125.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Telerik.Web.UI, Version=2008.3.1125.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I have added in Web.Config as below:
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated" />
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<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"/>
</handlers>
I have referrence to new DLL, but i am getting above error. Please help us on this.
It seems your application still references version 2008.3.1125 of the assembly. Please make a global search in your application for this version. In addition, you may try to delete Temporary ASP.NET Files usually located under C:\Windows\Microsoft.NET\Framework\v2.0.50727.
Sincerely yours,
Paul
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Thanks
Warning 5 E:\Work\Contracts\dcr\dcr.aspx: ASP.NET runtime error: Could not load file or assembly 'Telerik.Web.UI, Version=2009.2.826.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (E:\Work\Contracts\web.config line 80) E:\Work\Contracts\dcr\dcr.aspx 1 1 E:\Work\Contracts\
I downloaded a trial version of Q2009 and publish a test control over the internet....
I would like to know when the trial version will be expired.....Because I plan to use the trial version for a period in a project till I prepear financially to buy the full version...
Another Question is the trial version has the full features or not??
Your answer will be highly appreciated
TRIAL version does not expire and there are no functional differences between our DEV and TRIAL versions.
Greetings,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
