I 'am new to umbraco and forgive me if my problem is simple, I 'am just getting started to learn umbraco I did follow this tutorial https://our.umbraco.org/documentation/Tutorials/Creating-Basic-Site/
I'm using VS Ultimate 2012 and Install umbraco using nuget after that I Create a document types with some properties Homepage, ContactPage, Articles, LoginPage, RegisterPage the root is Homepage, Note I 'am just following the tutorial when I hit debug at first its fine there is no errors showing, after the debug I included some folder that have been hidden
and in the second time when I hit debug It shows a bunch of errors that I do not know.
The error is pointing at App_Data/Models/all.generated.cs This is out of my knowledge about umbraco what did I do wrong?
Novice Problem please help
Hi,
I 'am new to umbraco and forgive me if my problem is simple, I 'am just getting started to learn umbraco I did follow this tutorial https://our.umbraco.org/documentation/Tutorials/Creating-Basic-Site/ I'm using VS Ultimate 2012 and Install umbraco using nuget after that I Create a document types with some properties Homepage, ContactPage, Articles, LoginPage, RegisterPage the root is Homepage, Note I 'am just following the tutorial when I hit debug at first its fine there is no errors showing, after the debug I included some folder that have been hidden and in the second time when I hit debug It shows a bunch of errors that I do not know.
The error is pointing at App_Data/Models/all.generated.cs This is out of my knowledge about umbraco what did I do wrong?
Hi Glen.
Try to Exclude this folder from your solution: /App_Data/Models/.
Best of luck!
Hi Dennis,
Thanks for the quick response It work.
Great news Glen! Im glad it worked out for you, thank you for the feedback.
Welcome to Umbraco! :)
Take care!
is working on a reply...