This question is locked. New answers and comments are not allowed.
I got several warning (no compilation error and the application work well) telling my that he "fail to load types from assembly 'Telerik.windows.Controls.Navigation'. I starting receive this when i start to add some telerik control on one of my silverlight 4 page.
Warning 1 Failed to load types from assembly 'Telerik.Windows.Controls.Navigation, Version=2010.1.309.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' so the assembly will be ignored.
Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified. GestionMembre
Warning 2 Assembly 'Telerik.Windows.Controls.Input, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' could not be loaded and will be ignored.
Could not load file or assembly 'Telerik.Windows.Controls.Input, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The system cannot find the file specified. GestionMembre
Warning 3 Failed to load types from assembly 'Telerik.Windows.Controls.GridView, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' so the assembly will be ignored.
Cannot resolve dependency to assembly 'Telerik.Windows.Controls.Input, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. GestionMembre
and so on! But the telerik assembly are there.
By the way, I try to copy my projet to another computer that have VS2010 and telerik radcontrol for silverlight. All work good except the design time rendering of all page containing telerik control. If I add a new silverlight page and try to add a RadGridView I got a 'expected' error. If I add several random telerik control (like radslider, rad input, ... ) then i can add the radGridview without problem and the desing time rendering problem are gone on the other telerik page.
I think these 2 problems are linked!
any suggestion?
Warning 1 Failed to load types from assembly 'Telerik.Windows.Controls.Navigation, Version=2010.1.309.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' so the assembly will be ignored.
Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified. GestionMembre
Warning 2 Assembly 'Telerik.Windows.Controls.Input, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' could not be loaded and will be ignored.
Could not load file or assembly 'Telerik.Windows.Controls.Input, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The system cannot find the file specified. GestionMembre
Warning 3 Failed to load types from assembly 'Telerik.Windows.Controls.GridView, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' so the assembly will be ignored.
Cannot resolve dependency to assembly 'Telerik.Windows.Controls.Input, Version=2010.1.422.1030, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. GestionMembre
and so on! But the telerik assembly are there.
By the way, I try to copy my projet to another computer that have VS2010 and telerik radcontrol for silverlight. All work good except the design time rendering of all page containing telerik control. If I add a new silverlight page and try to add a RadGridView I got a 'expected' error. If I add several random telerik control (like radslider, rad input, ... ) then i can add the radGridview without problem and the desing time rendering problem are gone on the other telerik page.
I think these 2 problems are linked!
any suggestion?