publish error

Saturday, April 20, 2024 4:15:42 PM
  • Posted: Monday, March 18, 2019 9:32 AM
  • 11
hi,

I received this error while dotnet publish

"105/Sdks/Microsoft.NET.Sdk.Razor/build/netstandard2.0/Microsoft.NET.Sdk.Razor.Compilation.targets(107,5): error MSB6006: "csc.dll" exited with code 137. [/home/ajay/source/grandnode/Grand.Web/Grand.Web.csproj]"
-1
  • Posted: Monday, March 18, 2019 11:36 AM
  • 953
Can you show steps which you  made? How can I reproduce this issue?
Best regards,
Patryk

GrandNode Team
0
  • Posted: Tuesday, March 19, 2019 9:51 AM
  • 11
This error occured while executing  "dotnet publish"
-1
  • Posted: Tuesday, March 19, 2019 2:25 PM
  • 953
Can you share the details of your environment? I'm not able to reproduce it on my computer.
Best regards,
Patryk

GrandNode Team
0
  • Posted: Wednesday, March 20, 2019 4:23 AM
  • 11
Ubuntu 18.04 on VPS with .net Core SDK  2.2
0
  • Posted: Monday, August 19, 2019 9:06 AM
  • 4
Hello!
I have the same error when publishing project:
Grand.Web -> /root/source/grandnode/Grand.Web/bin/Release/netcoreapp2.2/Grand.Web.dll
/usr/share/dotnet/sdk/2.2.401/Sdks/Microsoft.NET.Sdk.Razor/build/netstandard2.0/Microsoft.NET.Sdk.Razor.Compilation.targets(107,5): error MSB6006: "csc.dll" exited with code 137. [/root/source/grandnode/Grand.Web/Grand.Web.csproj]

How can I resolve this problem?
0
  • Posted: Tuesday, May 26, 2020 7:23 PM
  • 14
I have the same problem when publishing the project
0
  • Posted: Wednesday, May 27, 2020 5:35 AM
  • 953
Hi Steven,

Which version of GrandNode are you trying to publish?

Edit: In the case of above mentioned problem - Exit code 137 typically means that your process is getting killed because it is running out of memory.
Best regards,
Patryk

GrandNode Team
0
  • Posted: Wednesday, May 27, 2020 11:42 PM
  • 14
I already managed to publish my project.
It was exactly for lack of memory, the droplet had no memory. I published in my local environment.
0
  • Posted: Thursday, May 28, 2020 5:26 AM
  • 953
It's great that you've done it! Have fun!
Best regards,
Patryk

GrandNode Team
0
back to top
Filters