error when running Silverlight project that connects to web service
-
Wednesday, November 16, 2011 10:16 AM
i got an error when i try to run a solution that contains silverlight project and web serivce project from the visual studio, and the error is :
The Silverlight project you are about to debug uses web services. Calls to web service will fail unless the silverlight project it hosted in and lunched from the same web project that contains the web services.
what is this and how can i fix it ? .. the Silverlight and the web services are in the same solution !
All Replies
-
Wednesday, November 16, 2011 2:11 PM
Same solution is not neccessary same project. According to the error, your Silverlight container web page is not in the same project as the web services.
-
Thursday, November 17, 2011 1:02 AM

