Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
Unable to open jquery ASP.NET MVC samples in vs2010
posted

I am unable to open ASP.NET MVC samples in VS2010. I am receiving the error this

The project file 'F:\NetAdvantage 2012.1\jQuery\Samples\MVC\Infragistics.Web.Mvc.Samples.csproj' cannot be opened.

The project type is not supported by this installation.

Please let me know on how to configure the solution.

Parents
No Data
Reply
  • 6279
    Suggested Answer
    posted

    Hi,

    The problem you've encountered is most probably caused by the fact that our solution is an MVC3 one - it contains both MVC2 and MVC3 samples so the most probable reason for the error you're getting is that you do not have ASP.NET MVC3 installed.

    You can install it from here: http://www.asp.net/mvc/mvc3

    Please give it a go and let us know if you run into any trouble.

    All the best,
    Borislav 

Children