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

System.ServiceModel.DomainServices.Client.Entity

2 Answers 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aydın Kara
Top achievements
Rank 1
Aydın Kara asked on 04 Mar 2011, 09:37 AM
Hi,
I got the following error on line 
this.treeListView2.AddHandler(RadDragAndDropManager.DropInfoEvent,
                 new EventHandler<DragDropEventArgs>(treeList_OnDropInfo), true);


The type 'System.ServiceModel.DomainServices.Client.Entity' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.ServiceModel.DomainServices.Client, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. C:\Users\yaydos\Desktop\SilverlightApplication1\SilverlightApplication1\SilverlightApplication1\MainPage.xaml.cs 32 13 SilverlightApplication1

 What is your advice?

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Mar 2011, 09:49 AM
Hi,

I believe that this is not related to the posted code. Have you tried to add reference to this assembly as suggested?

Regards,
Vlad
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Aydın Kara
Top achievements
Rank 1
answered on 04 Mar 2011, 09:54 AM
I strongly agree with you, But I could not resolve the issue. Yes I had added the reference but it did not work
Tags
General Discussions
Asked by
Aydın Kara
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Aydın Kara
Top achievements
Rank 1
Share this question
or