Hi Guys
I was using the Q2 without service pack, and I just upgraded to SP1.
Now I am getting
error.
I don't have Telerik.Web.UI in my GAC, because I never installed them.
I just use the dll rather than installing. I was working before, but now it stopped working. As you can see it is trying to access version 918, not 1010.
I have done every thing that I can think of. How do I rectify this? :-)
Cheers
Shane
I was using the Q2 without service pack, and I just upgraded to SP1.
Now I am getting
| Could not load file or assembly 'Telerik.Web.UI, Version=2007.2.918.0, 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) |
error.
I don't have Telerik.Web.UI in my GAC, because I never installed them.
I just use the dll rather than installing. I was working before, but now it stopped working. As you can see it is trying to access version 918, not 1010.
I have done every thing that I can think of. How do I rectify this? :-)
Cheers
Shane
10 Answers, 1 is accepted
0
Hello Shane,
The problem you experience is most probably due to the fact that somewhere in your code you reference the .dll with the full qualified name which includes the version and you have not updated it to the new one. Check the assembly references in your pages and the Web.config file.
Greetings,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
The problem you experience is most probably due to the fact that somewhere in your code you reference the .dll with the full qualified name which includes the version and you have not updated it to the new one. Check the assembly references in your pages and the Web.config file.
Greetings,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Shane
Top achievements
Rank 1
answered on 12 Oct 2007, 09:19 AM
Hi Petya
I don't have any entry for Telerik.Web.UI except on the <page><controls>
<add ....> tag.
I am accessing rad control in project using Telerik.Web.UI.... Will that be causing this issue?
Cheers
Shane
I don't have any entry for Telerik.Web.UI except on the <page><controls>
<add ....> tag.
I am accessing rad control in project using Telerik.Web.UI.... Will that be causing this issue?
Cheers
Shane
0
Hi Shane,
If you are using a Web Application Project then you need to recompile it. If not and you are absolutely sure that nowhere in your code you use the fully qualified assembly name with the wrong version number, then we suggest that you open a support ticket, zip your project and send it to us so we can find the cause of the issue. This error is typically given either when a version number does not match the one of the assembly present in the bin folder or when some assembly reference was not updated.
Greetings,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
If you are using a Web Application Project then you need to recompile it. If not and you are absolutely sure that nowhere in your code you use the fully qualified assembly name with the wrong version number, then we suggest that you open a support ticket, zip your project and send it to us so we can find the cause of the issue. This error is typically given either when a version number does not match the one of the assembly present in the bin folder or when some assembly reference was not updated.
Greetings,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Shane
Top achievements
Rank 1
answered on 12 Oct 2007, 10:21 PM
Hi Petya
Yes, I am using Web Application Project, and I have even tried cleaning the solution. Still wouldn't work. I am not referencing the old dll anywhere.
Cheers
Shane
Yes, I am using Web Application Project, and I have even tried cleaning the solution. Still wouldn't work. I am not referencing the old dll anywhere.
Cheers
Shane
0
Shane
Top achievements
Rank 1
answered on 15 Oct 2007, 12:23 AM
Hi Patya
I have remove all the telerik reference in my project. Then cleaned the solution, rebuilt the solution. Then I add the dll to the project, but still getting the error!!!
Please advise!
Cheers
Shane
I have remove all the telerik reference in my project. Then cleaned the solution, rebuilt the solution. Then I add the dll to the project, but still getting the error!!!
Please advise!
Cheers
Shane
0
Hello Shane,
After you delete the references to Telerik.Web.UI, you need to add reference to Teleri.Web.UI.dll anew without copying the dll to the bin folder or any other place. You simply have to clean all existing project references to the dll and then add them again with right click on your project and then Add Reference. I am attaching a movie demonstrating how I first add reference to an older dll and then delete this reference to add reference to a newer dll. Hope this helps.
Best wishes,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
After you delete the references to Telerik.Web.UI, you need to add reference to Teleri.Web.UI.dll anew without copying the dll to the bin folder or any other place. You simply have to clean all existing project references to the dll and then add them again with right click on your project and then Add Reference. I am attaching a movie demonstrating how I first add reference to an older dll and then delete this reference to add reference to a newer dll. Hope this helps.
Best wishes,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Shane
Top achievements
Rank 1
answered on 16 Oct 2007, 12:45 AM
Hi Petya
Thanks for that demo. It works when I do exactly what you have done in the demo, but when I add the editor like
it throwing the error. Please advise me!!!
Cheers
Shane
Thanks for that demo. It works when I do exactly what you have done in the demo, but when I add the editor like
| <telerik:RadEditor ID="editor" runat="server"></telerik:RadEditor> |
it throwing the error. Please advise me!!!
Cheers
Shane
0
Shane
Top achievements
Rank 1
answered on 16 Oct 2007, 01:42 AM
Hi Petya
I found the problem. There is an http handler (Dialog) entry in web config which was causing this problem. Please accept my apology for any inconvenience caused. It is my bad and I am very sorry for my mistake.
0
Hi Shane,
I am glad that you have managed to discover the cause of the problem. About your Globalization question - I am not sure what exactly you want to achieve. Globalization is the process of designing and developing applications that function for multiple cultures and ASP.NET provides convenient ways for achieving this. So, it is not very clear to us what you try to achieve and exactly how it affects RadEditor Prometheus. We would appreciate some more details on this matter.
All the best,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I am glad that you have managed to discover the cause of the problem. About your Globalization question - I am not sure what exactly you want to achieve. Globalization is the process of designing and developing applications that function for multiple cultures and ASP.NET provides convenient ways for achieving this. So, it is not very clear to us what you try to achieve and exactly how it affects RadEditor Prometheus. We would appreciate some more details on this matter.
All the best,
Petya
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Shane
Top achievements
Rank 1
answered on 16 Oct 2007, 07:44 AM
Hi Petya
I know little bit about Globalization, but i don't want enable that option in my application. How do I do that?
Because I don't want to create extra directories for Globalization. Is this possible?
It is not very important, so it is ok even if it cannot be achievable.
Cheers
Shane
I know little bit about Globalization, but i don't want enable that option in my application. How do I do that?
Because I don't want to create extra directories for Globalization. Is this possible?
It is not very important, so it is ok even if it cannot be achievable.
Cheers
Shane