ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
HtmlHelper does not contain a definition for 'Awe'
Title:
B
I
{code}
?
we are getting the following error: Compiler Error Message: CS1061: 'HtmlHelper<SettingsInput>' does not contain a definition for 'Awe' and no extension method 'Awe' accepting a first argument of type 'HtmlHelper<SettingsInput>' could be found (are you missing a using directive or an assembly reference?) The error appears in this line at the `@Html.Awe.` @Html.Awe().Odropdown("chPopupMod", o => o.InLabel("Popup: ")).DataFunc("utils.getItems(popups)").Value(Model.SelectedPopup) This is happening in the views of my project, when I try to use controls This is my web.config settings: <system.web.webPages.razor> <add namespace="Omu.Awem.Helpers" /> <add namespace="MyProj.Helpers" /> <add namespace="MyProj.Helpers.Awesome" /> <add namespace="MyProj.Utils" /> <add namespace="MyProj.Controllers" /> </system.web.webPages.razor>
Save Changes
Cancel
Juan Equiz
asked at 19 Apr 2016
you also need to add namespace `Omu.AwesomeMvc` https://www.aspnetawesome.com/learn/mvc/Installation
at 19 Apr 2016
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK