I created a project based on Craig Shoemaker MVC hello world example. I have no problems compiling. However, once I load the partial view with the WebGrid VS 2010 stops responding and needs to be restarted. I simply replaced an html grid that I was generating with code following Craig's example.
Just to make sure I did not miss anthing. I loaded the the hello world example app and updated it to use Infragistics35.Web.v9.2. I download and loaded it as a trial. The example hello world app runs fine under VS 2008 MVC 1.0. So after double checking everything this seems to be a VS 2010 issue.
Has anyone else solved or even seen this problem with MVC 2.0 Infragistics?
4.0 Framework.
Thanks
Robert
Robert:
I haven't tested it with MVC2/VS2010 yet. If you can send any screenshots or exception info to me I will share with either our engineers or the ASP.NET team where appropriate.
Thanks,
Craig
I was able to reproduce this error. I left out one difference between our app and the sample MVC app you wrote. In fact this is causing the issue. We are using JQuery Superload to load our partial views and when it tries to render the partial view with the WebGrid VS Stops working. It appears that there is a conflict between the Superload and Infragistics MVC script manager, I'm not sure. I have a sample project I can send you if needed.
If you could send it to cshoemaker@infragistics.com I will pass it around.
Thanks!