I tried to connect to an existing sharepoint application using a console application in visual studio. I've got the error below :
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.
This error occures if the target plateform of build (in the properties of the project) is x86.
I just turned it to Any Type and the error diappears :)
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.
This error occures if the target plateform of build (in the properties of the project) is x86.
I just turned it to Any Type and the error diappears :)
Comments
Post a Comment