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

Getting and error when we tried to deploy our web application

1 Answer 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Carlos
Top achievements
Rank 1
Carlos asked on 08 Mar 2013, 11:04 PM
We are getting an error when we try to deploy our web application, 
Could not load file or assembly 'Telerik.Web.UI, Version=2012.2.815.40, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxx'

From what I have read in some other places there is supposed to be something in the web.config that we change. BUT in our web.config we don't see anything with the Telerik.Web.UI that states a version number?  

We just have these in our httpHandlers 
add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false"/>
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false"/>
      <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false"/>
      <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false"/>
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>

And this in our <controls>
<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>

Where else would the version number be stated. We published and deployed our web app using Visual Studio 2012.
Another version of our web app worked and had the version 2012.2.815.40.dll in the bin.  But the version we are pushing out we are using 2011.1.519.40.  

So it seems we need to add the newer version of the DLL to our recently pushed project. BUT when we put the 2012.2.815.40.dll
back in the /bin folder, we get a different error saying we need to reference the 2011.1.519.40.  

What is our problem?  Where else, other than the web.config, would the version number be for our Telerik references????????

Thanks in advance.

 



1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 Mar 2013, 12:26 PM
Hi Carlos,

You can refer to the forum thread below which elaborates on similar problem and see if it helps:
http://www.telerik.com/community/forums/aspnet-ajax/mvc/373770.aspx

Kind regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Carlos
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or