Hello everybody,
I am getting some trouble around SharePoint Object model. I was intended to write a console or windows application that will connect two SharePoint site (One is SharePoint 2003 and the other is SharePoint 2007) and will move/copy documents from one to another. I have tried to connect to the SharePoint 2007 first and it was connecting fine. (I was running my application into the same machine where the SharePoint 2007 is installed). The application was retrieving the Document from the SharePoint 2007 as expected but the trouble raised when it was trying to connect with the SharePoint 2003.
The error was
The Web Application at could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
Then I was running the application from the machine where the SharePoint 2003 installed and here it was connecting to WSS 2003 fine but failed to connect to WSS 2007. Here the error is different then the earlier.
The server instance specified was not found. Please specify the server's address and port.
I have searched the web for this error and found a support article in MSDN. But I have not found any good by following the approach that the article specified.
Can any body help me to get rid of this trouble
One more thing, Can you help me to find out the answer for the following question,
Is it possible to connect to a SharePoint site and retrieve a document from a machine where the SharePoint is not installed by using the SharePoint object model
Advance Thanks for all kind of suggestions