Getting Started With ASP.NET Core And Angular 4 Using WEB API in visual studio 2015

女生的网名这么多〃 提交于 2019-12-20 05:41:07

问题


Below is the tutorial link i followed to build the project in Microsoft Visual Studio Professional 2015 Version 14.0.25431.01 Update 3 with Core Extension DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe Installed. it throws some errors when i run the command 'dotnet run'.

Error is:

C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\selenium-webdriver\lib\test\data\Page.aspx.cs(4,36): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?)

C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\webdriver-js-extender\node_modules\selenium-webdriver\lib\test\data\Page.aspx.cs(4,36): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?)

C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\webdriver-js-extender\node_modules\selenium-webdriver\lib\test\data\Page.aspx.cs(6,20): error CS0111: Type 'Page' already defines a member called 'Page_Load' with the same parameter types

C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\webdriver-js-extender\node_modules\selenium-webdriver\lib\test\data\Redirect.aspx.cs(5,24): error CS0111: Type 'Redirect' already defines a member called 'Page_Load' with the same parameter types

https://social.technet.microsoft.com/wiki/contents/articles/40065.getting-started-with-asp-net-core-and-angular-4-using-web-api.aspx

来源:https://stackoverflow.com/questions/48860312/getting-started-with-asp-net-core-and-angular-4-using-web-api-in-visual-studio-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!