I just installed Visual Studio 2015 Professional and installed it correctly. But, starting to work on the Silverlight project, I had a problem with the RIA Services proxy server in my solution (silverlight project, which refers to the RIA server server). The project is built and works successfully, but it shows errors "cannot find links" wherever I refer to classes from my server project, for example, it does not recognize the generated .g.cs file, so I cannot work with my RIA Services classes on customer. Did anyone have this problem too?
source share