question

DaniilMonin-8426 avatar image
0 Votes"
DaniilMonin-8426 asked JasonPan-MSFT edited

Fail to build asp.net core 5

Hello!

I'm stuck with building asp dot net core 5.0 on Windows 10

I followed the instruction but have no luck. The output of build.cmd reporting me several errors that some files are missed in MessagePack


CCS2001: File not found "..mvc\source\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\T4\MessagePackReader.Integers.cs".

CCS2001: File not found "..mvc\source\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs".

fix_symlinks.bat in MessagaPack.UnityClient doesn't fix this.

Could anybody help me with it?

Steps to reproduce (commit 3f873035c9ee96c4e4e93a9d3966baf3ef02581a)
1. restore.cmd
2. build.cmd

Thank you!








dotnet-aspnet-core-generaldotnet-aspnet-generaldotnet-aspnet-core-mvcdotnet-aspnet-core-webapi
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @DaniilMonin-8426 . I want to confirm that the project you downloaded is running under the C drive? If so, it is recommended that after downloading, move to D drive (or other) to try again.

And the second way is to uninstall .net 5.0, use .net core3.1 to test again, and look forward to your reply.

0 Votes 0 ·

0 Answers