Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 Silverlight Ria Services project references

I just installed Visual Studio 2015 Professional, and it installed correctly. But starting to work on a Silverlight project, I had a problem with the RIA Services proxy project in my solution (the silverlight project that references the RIA servies server project). The project builds and runs successfully, but it shows 'cannot find reference' errors everywhere I reference classes from my server project, like it doesn't recognize the generated file .g.cs, so I can't work on my RIA Services classes on the client. Anyone had this problem too ??

like image 560
h_djebli Avatar asked Nov 10 '22 08:11

h_djebli


1 Answers

Yes, have the same problem. I filed a bug with repro at Microsoft's Connect site: types in referenced RIA silverlight projects are not recognized in VS 2015

like image 169
yowl00 Avatar answered Nov 14 '22 21:11

yowl00