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

Assembly not found. Please help!

1 Answer 188 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Willem
Top achievements
Rank 1
Willem asked on 15 Jul 2008, 01:13 PM
Monday morning my project doesnt compile any longer. Does anyone has an idea? The mentioned message is below. Version number mentioned here is exat the same as in web.config

I have already uninstalled the Telerik tools and downloaded latest version and reloaded the controls and recompiled but no succes.

I also reregistered the assembly by copying the /bin35/Telerik.Web.UI.dll to the /WINDOWS/assembly directory.

I am lost.


Error in: http://pc165/login/LoginDialog.aspx
Error Message: Kan bestand of assembly Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4 of een van de afhankelijkheden hiervan niet laden. De manifestdefinitie van de gevonden assembly komt niet overeen met de assembly-verwijzing. (Uitzondering van HRESULT: 0x80131040)
Stack Trace:
bij System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) bij System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) bij System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) bij System.Type.GetType(String typeName) bij Telerik.Web.UI.WebResource.Exists(String path, String applicationPath) bij Telerik.Web.UI.RadScriptManager.OnPreRender(EventArgs e) bij System.Web.UI.Control.PreRenderRecursiveInternal() bij System.Web.UI.Control.PreRenderRecursiveInternal() bij System.Web.UI.Control.PreRenderRecursiveInternal() bij System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 15 Jul 2008, 01:27 PM
Hello Willem,

You will need to change the version in the web.config for Telerik.Web.UI.WebResource.axd handler:

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


Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Willem
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or