admin管理员组文章数量:1122846
I use Visual Studio 2022 with a Project with multiple nuget packages. All errors are solved and the project should be compiled successfully.
Now i get the error:
"PackageRetrievalTask - System.ArgumentException->Microsoft.Build.Framework.BuildException.GenericBuildTransferredException: The partial URI must not begin with two slashes"
I dont know where to find these two slashes.
The Path of the exception is:
"ProjectPath\packages\Baseclass.Contrib.Nuget.Output.2.4.4\build\Baseclass.Contrib.Nuget.Output.targets(65,5): error MSB4018"
The Code in the Baseclass.Contrib.Nuget.Output.targets(65,5) is:
PackageRetrievalTask ProjectName="$(MSBuildProjectName)" ProjectDirectory="$(MSBuildProjectDirectory)" ProjectFullPath="$(MSBuildProjectFullPath)" SolutionPath="$(SolutionDir)">
can someone help please?
本文标签: visual studio 2022VS2022 Error in BaseclassContribNugetOutput244Stack Overflow
版权声明:本文标题:visual studio 2022 - VS2022 Error in Baseclass.Contrib.Nuget.Output.2.4.4 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736303360a1931858.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论