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

Q3 Docking not working in existing solution

1 Answer 63 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Tarun Yadav
Top achievements
Rank 1
Tarun Yadav asked on 05 Nov 2009, 07:35 PM
Hi,

I am in process of migrating code from Telerik DLLs (2009.2.1009.1030) to (2009.3.1019.1030).
My code works for a new solution however with the existing project Docking doesnt seem to work. The exception I am getting is:
An exception has occurred while trying to add a view to region 'MainRegion'.   
    - The most likely causing exception was was: 'System.IO.FileLoadException: Could not load file or assembly 'Telerik.Windows.Controls.Docking, Version=2009.3.1019.1030, Culture=neutralPublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The requested assembly version conflicts with what is already bound in the app domain or specified in the manifest. (Exception from HRESULT: 0x80131053)  
File name: 'Telerik.Windows.Controls.Docking, Version=2009.3.1019.1030, Culture=neutralPublicKeyToken=5803cfa389c90ce7'  
   at UI.Modules.TimeSlice.Views.TimeSliceView.InitializeComponent()  
   at UI.Modules.TimeSlice.Views.TimeSliceView..ctor()  
   at BuildUp_UI.Modules.TimeSlice.Views.TimeSliceView(IBuilderContext )  
   at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context)  
   at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context)  
   at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context)'.  
    But also check the InnerExceptions for more detail or call .GetRootException().  
 

I see that Manifest has the right version (2009.3.1019.1030) of DLL and all telerik dlls being used have the same version.
Other thing is that RADSlider and ProgressBar controls seem to work fine, only the Docking is not working. Does anyone have some idea what could be the problem? 

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 06 Nov 2009, 08:31 AM
Hi Tarun Yadav,

Please accept our apologies. You can download our latest Q3 release version and check if the problem is still appearing. (Version of the new assemblies - 2009.3 1103).

Sincerely yours,
Kaloyan
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
Docking
Asked by
Tarun Yadav
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or