I am trying to import SharePoint list data into Project Server via the instructions and code here: https://msdn.microsoft.com/en-us/library/ee460779(v=office.12).aspx
I have built out all of the projects and classes but I am missing a service reference to WssInteropSvc. I’ve tried to add it but it’s not showing up when I try to find it in the add service reference or add web reference dialog boxes:
It also does not show up when I try to browse to the location. I get a message in my browser stating, “The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults
(either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.”
However, I can see that it is present in the IIS Manager and I have double checked to make sure that the service is started.
I’ve been looking into the problem on my own, and I’m stuck. Any help would be very much appreciated.
Thanks!