voila j'ai mon applic silverlight avec le non app1
mais dans le code Mainpage.cs quand je fais
il me signal une erreur sur le web ????
Code : Sélectionner tout - Visualiser dans une fenêtre à part using app1.Web;
voila j'ai mon applic silverlight avec le non app1
mais dans le code Mainpage.cs quand je fais
il me signal une erreur sur le web ????
Code : Sélectionner tout - Visualiser dans une fenêtre à part using app1.Web;
ok j'ai trouvé la solution sur le site
http://social.msdn.microsoft.com/For...8-823c02bba076
First, Check if your Silverlight Project enable the WCF RIA Service. Please check like this:
Right click your Silverlight project -> Properties -> Select the Silverlight Tab -> Check if the WCF RIA Services link (on the bottom) is <No project Set>.
if so, Change it to YourProjectName.Web.
Partager