Visual Studio 2015 Silverlight Ria Services Project Recommendations

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?

+5
source share
2 answers

Yes, there is the same problem. I filed a playback error on the Microsoft Connect website: types in referenced RIA silverlight projects are not recognized in VS 2015

+1
source

I have this problem,

  • clear all projects
  • go to the soulation folder and delete these folders ==> "obj" & "bin"
  • remove all extensions and web links from the silverlight project,
  • add all refrence agian
  • rebuild project
0
source

All Articles