SilverLight namespace errors

Discussion in 'Web Development' started by ERUM, Oct 9, 2010.

  1. ERUM

    ERUM New Member

    Joined:
    Sep 26, 2007
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    0
    i have an error

    Error 3 The type or namespace name 'CheckSurveyExistCompletedEventArgs' does not exist in the namespace 'VotingPanel2.ServiceReference3' (are you missing an assembly reference?) C:\Users\Iram\Documents\Visual Studio 2008\Projects\VotingPanel2\VotingPanel2\CreateSurveyForm.xaml.cs 37 93 VotingPanel2


    Code:
    void client_CheckSurveyExistCompleted(object sender, VotingPanel2.ServiceReference3.CheckSurveyExistCompletedEventArgs e) 
    { 
    int a; 
    a = e.Result; 
    
    }
    please help me

    i add reference too
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice