Adding User Controls that uses MVC inside Siteinifty

Posted by Community Admin on 05-Aug-2018 00:37

Adding User Controls that uses MVC inside Siteinifty

All Replies

Posted by Community Admin on 09-Jun-2011 00:00

Hi,

I'm trying to display user control that build using ASP.net MVC inside Sitefinity 4.0 but i always got this error,

_appstart.cshtml" does not exist.
Parameter name: virtualPath


basically this happen once i added the following namespaces to the web.config

<add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>


So is there any steps i should to to achieve this integration.

Thanks,
Peter Bahaa Youssef
Technical Solution Architect (Integrant)

Posted by Community Admin on 13-Jun-2011 00:00

Hello Peter,

Officially we do not support direct integration with Sitefinity and we have not tested this scenario. From the error it looks like that there is issue with the location of the initialization code you use.

Greetings,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed