MovieAngularJSApp icon indicating copy to clipboard operation
MovieAngularJSApp copied to clipboard

Configuration Error in startup.cs

Open mostafaasad opened this issue 10 years ago • 1 comments

Hi Stephen, In the sample (Module 4) I am having issue in configuring the config.json file and having the error attached. image

Could you please suggest how can I get rid of this.

Thanks and regards, Mostafa Asaduzzaman

mostafaasad avatar Jan 26 '15 02:01 mostafaasad

In my project.json I had to add the following line under the "dependencies", the joys of building on betas!

"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-beta3",

bvanskiver avatar Feb 26 '15 23:02 bvanskiver