我正在尝试在Visual Studio中为一个全新的asp.net核心项目搭建我的dbcontext中的Razor页面,我以前也这样做过,没有任何问题。我刚刚买了一台新的笔记本电脑,并重新加载了我所有的应用程序,包括Visual Studio。我有我的项目的所有必要的包,这是镜像另一个成功的项目..当我在我的文件夹上右击VStudio以保存脚手架CRUD页面时,然后选择add并选择new scaffolded item,然后选择"Razor pages using Entity Framework (CRUD)“,添加我的模型类,添加我的数据上下文类,然后单击add it proces
FrameWork:.Net Framework4.7.2.
Web 项目:从git中提取代码(在不同的本地机器上工作和编译),然后尝试构建,得到:
**The type or namespace name 'ApiController' could not be found (are you missing a using directive or an assembly reference?)**
对于所有apiController继承的类属性和关键字:ApiController、HttpPost、FromBody等),
using System;
using System
我打算启动一个包含以下许可证的github项目:
Copyright (c) 2013 Michel Nemnom
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights