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

[Solved] Product License registrtion in Web.config

7 Answers 374 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sree
Top achievements
Rank 1
sree asked on 22 Mar 2009, 01:49 AM
Hi,

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

Sort by
0
Paul
Telerik team
answered on 23 Mar 2009, 07:15 AM
Hello sree,

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.
0
sree
Top achievements
Rank 1
answered on 07 Apr 2009, 09:14 PM
I have received purchased DLL from my manager, Is it enough to replace that DLL with trial DLL ?

Do I need to add any entries in WEB.Config?

Thanks for your help.

Thank you,
Sreedhar
0
sree
Top achievements
Rank 1
answered on 07 Apr 2009, 09:50 PM
I am trying to upgrade from Trial to Licensed Production, when I replace the DLL I am getting below error:

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.

 

 

 

 

 

0
Paul
Telerik team
answered on 13 Apr 2009, 10:11 AM
Hi sree,

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.
0
DWAYNE ANDERS
Top achievements
Rank 1
answered on 01 Sep 2009, 05:14 PM
today I have the same error.  How can I fix this?

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\
0
Mick
Top achievements
Rank 1
answered on 01 Sep 2009, 11:53 PM

 

Hello...
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
0
Vlad
Telerik team
answered on 02 Sep 2009, 06:20 AM
Hi Mick,

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.
Tags
General Discussions
Asked by
sree
Top achievements
Rank 1
Answers by
Paul
Telerik team
sree
Top achievements
Rank 1
DWAYNE ANDERS
Top achievements
Rank 1
Mick
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or