DNN8 MVC module template
Last Post 01/12/2016 11:10 AM by Scippy. 1 Replies.
Author Messages
Scippy
Nuker
Nuker
Posts:13


--
01/12/2016 9:48 AM  
I'm tring to build my first MVC module starting from jbrinkman/DNN8Templates (https://github.com/jbrinkman/DNN8Templates)
I've succesfull installed the template on VS2015. I'm able to compile, install the compiled package on DNN and then to debug the source code. The problem is that when I open for example Edit.cshtml file, Razor code give me a lot of errors like CS0246, CS0518, CS0103
How I can fix this issue?
VeryThanks for your help!
Scippy
Nuker
Nuker
Posts:13


--
01/12/2016 11:10 AM  
I've fixed!
Look here: https://github.com/jbrinkman/DNN8Templates/issues/3

But...why @model give me this problem?
Anyone have tested this? Anyone know the reason?


---