Getting Started With ASP.NET Core And Angular 4 Us

2019-03-06 11:05发布

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

0条回答
登录 后发表回答