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

Missing References

2 Answers 150 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 28 Sep 2011, 03:04 PM
I have a project that I am now working on and I have a bunch of references that I don't have access too:
Telerik.Silverlight.Controls.Test.Common
Telerik.Windows.Controls
Telerik.Windows.Controls.Charting
Telerik.Windows.Controls.Data
Telerik.Windows.Controls.DataServices
Telerik.Windows.Controls.DataVisualization
Telerik.Windows.Controls.Docking
Telerik.Windows.ControlsDomainServices
Telerik.Windows.Controls.Editor
Telerik.Windows.Controls.Expressions
Telerik.Windows.Controls.Gauge
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.ImageEditor
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.MediaPlayer
Telerik.Windows.Controls.Navigation
Telerik.Windows.Controls.RibbonBar
Telerik.Windows.Controls.RibbonView
Telerik.Windows.Controls.RichTextBoxUI
Telerik.Windows.Controls.Scheduler
Telerik.Windows.Controls.ScheduleView
Telerik.Windows.Data
Telerik.Windows.Documents
Telerik.Windows.Documents.FormatProviders.Html
Telerik.Windows.Documents.FormatProviders.MsRichTextBoxXaml
Telerik.Windows.Documents.FormatProviders.OpenXml
Telerik.Windows.Documents.FormatProviders.Pdf
Telerik.Windows.Documents.FormatProviders.Rtf
Telerik.Windows.Documents.FormatProviders.Xaml
Telerik.Windows.Documents.Proofing
Telerik.Windows.Documents.Proofing.DataGrid
Telerik.Windows.Documents.Proofing,Dictionaries.En-US
Telerik.Windows.Documents.Proofing.RadGridView
Telerik.Windows.Zip

This is a new project that I'm walking into and I have everything installed...but these references are not working.
PLEASE, PLEASE HELP ME!!!

2 Answers, 1 is accepted

Sort by
0
k f
Top achievements
Rank 1
answered on 03 Oct 2011, 02:16 PM
Michael,

If you are walking into this project I'm are you using TFS?  Can you explain how many silverlight projects are in your solution?
If just one, then is there a TFS folder that contains all the assemblies you listed?

If not, then where ever these files reside on your machine, copy the directory path.  i.e. c:\telerik\SharedAssemblies\

Then right click on the silverlight project where these references are added but are not resolving for you and click Properties.

Click the Reference Paths tab on the left.

Paste the directory path to your assemblies and then click the Add Folder button.

If all the assemblies you need are in the directory you used, when you click the save button the references should resolve.

You just need to make sure the directory contains the same version of assemblies that were added as references.

If you aren't sure, then you can open the references folder, then click on a reference and see it's version #.  You can set Specific Version = false if you don't want VS to do a version check.  However, doing this you need to make sure the assembly you're using has the features being used in the application.




0
k f
Top achievements
Rank 1
answered on 03 Oct 2011, 02:43 PM
Also, I just had this happen to me if you have mismatched versions of dlls.  Make sure the version on all your telerik DLL's are the same.
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
k f
Top achievements
Rank 1
Share this question
or