We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MVC 4

Is Mobile MVC compatible with MVC 4?
When using it intellisense dont work


1 Reply

TH Thivya Syncfusion Team February 17, 2012 09:01 AM UTC

Hi Christian Sandoy,

We have checked after upgrading to ASP.NET MVC4 but we didn't find any issues regarding intellisense. But for your reference we have provided you the details which are required to render our mobile mvc controls in MVC4 and also we have attached our sample hereby.

1. Install ASP.NET MVC4 upgrade.

2. Create a new sample Application as normal.

3. Now Refer System.Web.Mvc (Version 4) from GAC.

4. Then update the web.config file with referred version as mentioned below.

a. Refer the below code snippets to update the runtime tag.








publicKeyToken="31bf3856ad364e35" />








publicKeyToken="31bf3856ad364e35" />








publicKeyToken="31bf3856ad364e35" />









b. Under AppSettings add the following code snippets



<------------------------------------------ />







5. Goto the view page and render the necessary mobile control using the intellisense.

Please let us know if you have any queries.

Regards,
Thivya.




Sample_f187499.zip

Loader.
Live Chat Icon For mobile
Up arrow icon