From Silverlight 3 to Silverlight 4 + WCF RIA Services migration issue -
i have had 2 projects: 1 silverlight 3 application , other .net 3.5 web application wcf services. have changed type of silverlight 3 app silverlight 4 , specified web application wcf ria service link in silverlight 4 app.
and when build projects error:
the type or namespace name 'domainservices' not exist in namespace system.servicemodel' (are missing assembly reference?)
how can resolve problem?
i expect see if did not add references ria services libraries on server. typically 2 want are.
- system.servicemodel.domainservices.hosting.dll
- system.servicemodel.domainservices.server.dll
also, easy way ria pieces set create new default domainservice using item template. right click on web project, add new item, select new domainservice, use default options, , select ok. add assembly references make few web.config changes necessary ria running.
Comments
Post a Comment