.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
Post a Comment