本文介绍了无法在asp.net5中生成脚手架控制器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I am getting below error when I try to run From :

c:\visual studio 2015\Projects\AppTest\src\AppTest

I am New to .Net and I am not able to figure it out. I tried updating webtools of VS2015 also still No luck. Any Suggestions?

What I have tried:

PM> dnx  gen controller -name BooksController --dataContext MyDBContext --model Book
Finding the generator 'controller'...
dnx : Could not load file or assembly 'AppTest' or one of its dependencies. General Exception (Exception from HRESULT: 0x80131500)

推荐答案


这篇关于无法在asp.net5中生成脚手架控制器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-17 06:52
查看更多