Click here to Skip to main content
15,890,043 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Populate word with data Pin
Richard Deeming4-Feb-16 1:31
mveRichard Deeming4-Feb-16 1:31 
GeneralRe: Populate word with data Pin
Nathan Minier4-Feb-16 3:21
professionalNathan Minier4-Feb-16 3:21 
QuestionProblem with Post request in my ASP.NET Web API + jQuery Pin
Farhad Eft2-Feb-16 12:18
Farhad Eft2-Feb-16 12:18 
AnswerRe: Problem with Post request in my ASP.NET Web API + jQuery Pin
F-ES Sitecore2-Feb-16 23:10
professionalF-ES Sitecore2-Feb-16 23:10 
QuestionLinq to Sql: How to Fetch specific row using store procedure and display columns data into textboxes Pin
Ahmer Ali Ahsan Sheikh2-Feb-16 7:38
Ahmer Ali Ahsan Sheikh2-Feb-16 7:38 
QuestionAll my Telterik Control became disabled Pin
indian1431-Feb-16 10:42
indian1431-Feb-16 10:42 
AnswerRe: All my Telterik Control became disabled Pin
ZurdoDev2-Feb-16 8:41
professionalZurdoDev2-Feb-16 8:41 
QuestionI am getting following Telerik errors when Compiling the Application Pin
indian1431-Feb-16 7:31
indian1431-Feb-16 7:31 
Hi,

I am new to the Telerik, I have big story to ask, first I installed the Version=2016.1.113.35 on my Local machine, and started using the application everything was working good, before that I had different Version=2015.2.623.45 of Telerik on the same machine on top of it I installed the current Version=2016.1.113.35. But when I deployed it on the Server, and server has the older version= 2015.2.623.45 that I had on my machine. And on the Server Telerik controls stopped working like RadEditor was completely disabled.

Then I did some crazy mistake, I tried to manually copy the dlls of the same Version from Server and added them in to References thinking that this will work as backward compatibility would exist. Now it started giving me different Compilation errors. I am little frustrated can somebody please help me in this regards.

My errors are as below:
Unable to resolve type 'Telerik.Web.UI.RadAjaxLoadingPanel, Telerik.Web.UI, Version=2016.1.113.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'

Unable to resolve type 'Telerik.Web.UI.RadTextBox, Telerik.Web.UI, Version=2016.1.113.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'
Unable to resolve type 'Telerik.Web.UI.RadMaskedTextBox, Telerik.Web.UI, Version=2016.1.113.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'
Unable to resolve type 'Telerik.Web.UI.RadAutoCompleteBox, Telerik.Web.UI, Version=2016.1.113.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'
Unable to resolve type 'Telerik.Web.UI.RadAjaxManager, Telerik.Web.UI, Version=2016.1.113.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4'

And my Web Config is as below any help please?
<remove name="Telerik_Web_UI_SpellCheckHandler_axd" />
<remove name="Telerik_Web_UI_DialogHandler_aspx" />
<remove name="Telerik_RadUploadProgressHandler_ashx" />
<remove name="Telerik_Web_UI_WebResource_axd" /><add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
<add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
<add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
<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="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />
<add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" />

Any help would be very very helpful a link, a code snippet or even a suggestion would be very very helpful, thanks in advance.
Thanks,

Abdul Aleem

"There is already enough hatred in the world lets spread love, compassion and affection."

AnswerRe: I am getting following Telerik errors when Compiling the Application Pin
Brisingr Aerowing1-Feb-16 9:09
professionalBrisingr Aerowing1-Feb-16 9:09 
GeneralSource code project for complex event processing Pin
Member 1185956231-Jan-16 19:55
Member 1185956231-Jan-16 19:55 
SuggestionRe: Source code project for complex event processing Pin
Richard MacCutchan31-Jan-16 21:25
mveRichard MacCutchan31-Jan-16 21:25 
GeneralRe: Source code project for complex event processing Pin
JHizzle31-Jan-16 22:37
JHizzle31-Jan-16 22:37 
GeneralRe: Source code project for complex event processing Pin
Brisingr Aerowing1-Feb-16 9:13
professionalBrisingr Aerowing1-Feb-16 9:13 
QuestionI am getting the Pin
indian14328-Jan-16 21:45
indian14328-Jan-16 21:45 
AnswerRe: I am getting the Pin
F-ES Sitecore28-Jan-16 21:59
professionalF-ES Sitecore28-Jan-16 21:59 
SuggestionRe: I am getting the Pin
Richard Deeming29-Jan-16 5:07
mveRichard Deeming29-Jan-16 5:07 
GeneralRe: I am getting the Pin
indian14329-Jan-16 6:47
indian14329-Jan-16 6:47 
GeneralRe: I am getting the Pin
Richard Deeming29-Jan-16 6:56
mveRichard Deeming29-Jan-16 6:56 
GeneralRe: I am getting the Pin
indian14329-Jan-16 8:17
indian14329-Jan-16 8:17 
GeneralRe: I am getting the Pin
F-ES Sitecore31-Jan-16 22:13
professionalF-ES Sitecore31-Jan-16 22:13 
GeneralRe: I am getting the Pin
indian1431-Feb-16 8:02
indian1431-Feb-16 8:02 
AnswerRe: I am getting the Pin
Nathan Minier29-Jan-16 2:12
professionalNathan Minier29-Jan-16 2:12 
GeneralRe: I am getting the Pin
indian14329-Jan-16 6:49
indian14329-Jan-16 6:49 
AnswerRe: I am getting the Pin
ZurdoDev2-Feb-16 8:43
professionalZurdoDev2-Feb-16 8:43 
QuestionNumber Format Pin
Imran Developer28-Jan-16 17:00
Imran Developer28-Jan-16 17:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.