Loading ...

silverlight error

Who is online?  0 guests and 0 members
home  »  forums   »  general topics   »  suggestions / feedback    » silverlight error

silverlight error

Posts under the topic: silverlight error

Posted: 10/31/2011

Lurker 15  points  Lurker
  • Joined on: 10/31/2011
  • Posts: 3
void Welcome_Loaded(object sender, RoutedEventArgs e) 

     Srvc.MyServiceClient proxy = new SL_SessionMgmt.Srvc.MyServiceClient(); 
     proxy.ReturnUserCompleted += new EventHandler<SL_SessionMgmt.Srvc.ReturnUserCompletedEventArgs>(proxy_ReturnUserCompleted); 
     proxy.ReturnUserAsync(); 
}
i'm getting an error in this code at "Srvc" and "SL_SessionMgmt" saying that there is no such type or namespace found....

Page 1 of 1 (1 items)