已答覆 PSI Programming

  • Wednesday, June 23, 2010 10:22 PM
     
     

    Dear All,

    I am creating Service reference( Project.svc)  from my development machine to a Project server which is in a deffrent domain than my development machine and I am able see the Methods of Project.svc in the Add reference Window as mentioned in the SDK.

    I created the WCFHelloProject when I buld the project I go the error in the following  section

    using PSLibrary = Microsoft.Office.Project.Server.Library;
    using backendProject = WCFHelloProject.SvcProject;

    The error is

    The type or namespace name 'SvcProject' does not exist in the namespace 'WCFHelloProject' (are you missing an assembly reference?) 

    Please help me what could be the reason.

    Saju

All Replies

  • Thursday, June 24, 2010 9:08 AM
     
     Answered

    Hello Saju,

    You need to resolve your references.  Either pull the dlls from project/sharepoint server to your development envirnoment, or build the program on a test project/sharepoint server and resolve reference.

    Cheers

    Michael Wharton, MBA, PMP, MCT


    Sincerely, Michael Wharton, MBA, PMP, MCT, MCSD, MCSE+I, MCDBA www.WhartonComputer.com
    • Marked As Answer by SAJUKA Saturday, July 03, 2010 1:02 PM
    •  
  • Friday, June 25, 2010 1:01 AM
    Moderator
     
     

    Hi Saju,

    Probably a stupid question, but have you added the generated proxy to the project?

    Thanks,

    Boaz Lev

    MSFT

  • Friday, June 25, 2010 9:53 AM
     
     Answered
    • Marked As Answer by SAJUKA Saturday, July 03, 2010 1:02 PM
    •