Multiple client projects to one server project w/ Silverlight & RIA Services Beta
Posted
by Dale Halliwell
on Stack Overflow
See other posts from Stack Overflow
or by Dale Halliwell
Published on 2010-02-04T00:55:32Z
Indexed on
2010/06/18
11:33 UTC
Read the original article
Hit count: 514
The type or namespace name 'Resources' does not exist in the namespace 'MyWebProject.Web' (are you missing an assembly reference?) C:\Users\...\MySecondProject\Generated_Code\MyWebProject.Web.g.cs
I am having some problems trying to add a second SL client project to my (Ria services) SL Business Application. It has to do with the way the shared Resources files on the Web project are linked to from my new SL client project (the SL client project that was generated by the Business App template works fine). The same problem was brought up in the SL forums but copying the Web folder from my existing SL client doesn't seem to work.
How can I add a second SL client project using RIA services to the solution of an existing SL Business Application without these problems over shared resources? Should I avoid the Business Application solution template for solutions with multiple SL clients since it seems to presume only a single client app will be sharing the resource files?
© Stack Overflow or respective owner