Hello everyones,
I face a problem since days now, I'm trying to get a valid solution in Visual Studio 2013 with MVC5 + Silverlight (not only Silverlight but RIA Services BusinessApp that will come back from OpenRIA this week-end).
When you create a new Silverlight solution, VS create a first SL project (with XAML files) and another web ASP.Net project.
My goal is to have MVC5 instead ASP.Net Web, and select the SL Application as a View (in the design Model, View, Controller).
I tried to remove the Web original project and create a MVC Project inside the solution. Inside MVC project, I went to Project Properties, Silverlight tab, and added the SL Project in it.
Problem is there are many errors, most from unfound assemblies.
Any help could be great here, Thanks anyway.