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

SL 4 - Telerik.Windows.Controls

2 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Larry
Top achievements
Rank 1
Iron
Iron
Veteran
Larry asked on 17 Dec 2009, 05:25 AM
Maybe it is me...

I have VS2010 Beta 2, Silverlight 4, and the new Telerik CTP for Silverlight 4.

I have a small application that is running fine and I want to add a Telerik TileView to it.

I can add references to Telerik.Windows.Controls and Telerik.Windows.Controls.Navigation and everything compiles fine.  However, if I simply add this line:
xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"  

 

 

and do nothing else (i.e., don't even add a control), I get the following compile error:
Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.

What am I doing wrong?

Thanks,

-ldl-

2 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 17 Dec 2009, 10:22 AM
Hello Larry,

 You could please take a look at the solution that is mentioned in this forum thread. It might work for your case as well. 


Kind regards,
Milan
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.
0
Larry
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 18 Dec 2009, 06:08 AM
Thanks.  It did get me on the right track.  I ran gacutil -i on the following two files and got things working.

c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\system.core.dll
and
c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\system.windows.dll

-ldl-
Tags
General Discussions
Asked by
Larry
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Milan
Telerik team
Larry
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or