.net - How to make NHaml work with Asp.net MVC 6 -


i'm trying use nhaml viewengine in asp.net mvc 6 project. i'm running project on osx system via mono. nhaml documentation https://code.google.com/p/nhaml/wiki/configuration says use .xml config file. looks mvc 6 doesn't support xml config more

'iconfigurationsourceroot' not contain definition 'addxmlfile'  , no extension method 'addxmlfile' accepting first argument  of type 'iconfigurationsourceroot' found (are missing using directive or assembly reference?) 

how can transfer config json syntax or make config right in code? question maybe confusing, due limited experience .net.

well still didn't run, think moved step forward because know how make addxmlfile() work again, adding line project.json:

 "microsoft.framework.configurationmodel.xml": "1.0.0-beta4", 

Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -