This question is locked. New answers and comments are not allowed.
Hi there,
Beginner's pains - any help appreciated.
I followed the instructions towards creating a sample project with a GridView (Pg. 725; RadControlsSilverlightCourseware.PDF"
Got stuck on point #7 - creating the context object.
I did put a reference <using SilverlightApplication1.Web;>
Problem is - when I declare
"
You can see the attached screen-shot.
Indeed I am not using the names as mentioned in the PDF but otherwise I did follow the instructions.
I seem to be missing something really simple in my environment.
Any help is appreciated
Best to all
Beginner's pains - any help appreciated.
I followed the instructions towards creating a sample project with a GridView (Pg. 725; RadControlsSilverlightCourseware.PDF"
Got stuck on point #7 - creating the context object.
I did put a reference <using SilverlightApplication1.Web;>
Problem is - when I declare
DomainService1Context context =
new DomainService1Context();
I can see intellisense picking the name of the domain service context object but after compilation I get "Error 1 The type or namespace name 'DomainService1Context' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tempdev\documents\visual studio 2010\Projects\SilverlightApplication1\SilverlightApplication1\MainPage.xaml.cs 22 13 SilverlightApplication1
"
You can see the attached screen-shot.
Indeed I am not using the names as mentioned in the PDF but otherwise I did follow the instructions.
I seem to be missing something really simple in my environment.
Any help is appreciated
Best to all