asp.net mvc - Umbraco: How do I include the generated files after install? -



asp.net mvc - Umbraco: How do I include the generated files after install? -

i have installed umbraco via nuget empty project. ran project installation started.

after installation ran there lots of generated files have included them in project can utilize source control.

i ran project 1 time again , got error:

could not load file or assembly 'newtonsoft.json'

there dll file in bin folder , reference.

i think might because "packages" folder created nuget installation not included in project. not know how include this.

does know should do?

it turns out problem in newtonsoft.json file in nuget package. downloaded latest dll codeplex , fixed problem.

asp.net-mvc visual-studio-2010 umbraco umbraco7

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -