FluentKnockoutHelpers icon indicating copy to clipboard operation
FluentKnockoutHelpers copied to clipboard

Getting this to work with asp.net MVC

Open joshua1 opened this issue 12 years ago • 1 comments

Hi John, I am having issues getting this library to work with asp.net MVC, i have looked very well at the sample, added the core and Mvc libraries, changed my viewengine extension to cshtml, added the webconfig file to the views folder in my durandal app folder etc, etc. yet it still gives me a 404 thats says it cant find my .html files like shell.html. what do i do differently. Thanks, Joshua

joshua1 avatar Sep 18 '13 14:09 joshua1

Hi joshua1,

Have you configured Durandal to use CSHTML for views?

Take a look at:

https://github.com/johnculviner/FluentKnockoutHelpers/blob/master/demo/SurveyApp.Web/App/main.js

Line 23

johnculviner avatar Sep 25 '13 16:09 johnculviner