we encountering an issue when attempting to build/run my project in Visual Studio. The error message we are receive is as follows:
for web.host
for web.mvc
Interestingly, the project runs without any issues when I build/run it from VS Code. Can you provide some guidance on how to troubleshoot and resolve this error in Visual Studio?
Thank you!
6 Answer(s)
-
0
Hi,
What is your Abp NuGet package version ? Upgrading it to 9.x should solve this problem, see https://github.com/aspnetboilerplate/aspnetboilerplate/issues/6755
-
0
Same issue i am facing after system format. Before format (yesterday) it was working fine. Is any system related setting require? and my project version is 12.x and i ran bundles command also. or its related to VS update issue.
-
0
Its resolved after update VS 2022 version 17.10 preview but in second time run its still giving error
-
0
no not working i updated everything to the latest that work under .NET 7
-
0
Its resolved by update Castle.Windsor.MsDependencyInjection to 4.1.0 in core csproj and update both abp and Abp.Zero.Common to 8.4.0 in core.share csproj
-
0
I believe I've had a similar issue. https://support.aspnetzero.com/QA/Questions/11843/Receiving-this-error-httpsgithubcomaspnetboilerplateaspnetboilerplateissues6755
It was related to the version of Visual Studio I was running. In particular preview versions. I believe if you want to run the latest preview version of visual studio you will need to upgrade to 13.1 (which is not yet release) which has the fixes for this in it.
However I haven't yet tested it all yet as I'm waiting for 13.1 to come up fully and not be release candidate.