I have two instances of Creatio and they are both fail to compile.
Hi All,
I have two instances of Creatio and they are both fail to compile.
Old Instance
New Instance
I do have the c:\windows\system32\inetsrv\NuGet\Migrations folder created.
Both logs show a variegation of the below error messages, 6 in the old and 12 in the new one.
2024-05-29 15:36:07,813 [99] INFO IIS APPPOOL\Studio_Assignment Build CaptureOutput - C:\Program Files\dotnet\sdk\8.0.100\NuGet.targets(156,5): error : No such host is known. (api.nuget.org:443) [C:\Creatio\Studio_Softkey_MSSQL_assinment\Terrasoft.WebApp\Terrasoft.Configuration\Terrasoft.Configuration.ODataEntities.csproj] 2024-05-29 15:36:07,813 [99] INFO IIS APPPOOL\Studio_Assignment Build CaptureOutput - C:\Program Files\dotnet\sdk\8.0.100\NuGet.targets(156,5): error : No such host is known. [C:\Creatio\Studio_Softkey_MSSQL_assinment\Terrasoft.WebApp\Terrasoft.Configuration\Terrasoft.Configuration.ODataEntities.csproj]
I installed sdk\8.0.100 but the problem persists.
While looking at the documentation i see that sdk\8.0.100 is not a requirment so I'm a bit confused as to why the logs show this error message.
The old version worked up until yesterday, not sure what changed.
Any help is much appreciated,
Thanks,
Paddy
Like
Hello,
We are glad to hear that you managed to solve the compilation issues.
Based on the errors, the dotnet components lacked the necessary files for the application to work correctly and an attempt was made to get the necessary files from the NuGet repository, but since there was no full access to the repository via the Internet, this error occurred.