1. chakrapani salumuri
  2. PowerServer
  3. Friday, 18 November 2022 10:11 AM UTC

Hi 

We are encountering the following error while running the PowerServer Project. (Trail Version)

C:\Program Files\dotnet\sdk\6.0.403\NuGet.targets(132,5): error : End of Central Directory record could not be found. [C:\Users\Administrator\source\repos\PowerServer_neo_app_cloud\ServerAPIs\ServerAPIs.csproj]

Please advice

 

chakrapani salumuri Accepted Answer Pending Moderation
  1. Saturday, 19 November 2022 12:11 PM UTC
  2. PowerServer
  3. # 1

Hi

Thankyou for the help. We could able to run the PowerServer project :)

 

Comment
There are no comments made yet.
Francisco Martinez @Appeon Accepted Answer Pending Moderation
  1. Friday, 18 November 2022 14:22 PM UTC
  2. PowerServer
  3. # 2

Hi Chakrapani,

It seems that the NuGet database got corrupted somehow, please delete the following directories:

1. The packages folder in the Web APIs solution location
2. %USERPROFILE%\.nuget\packages
3. %USERPROFILE%\AppData\Local\NuGet\v3-cache
4. %USERPROFILE%\AppData\Local\dnu\cache

After deleting these folders, open a CMD window inside the Web APIs solution folder and run the following command:

dotnet restore

And then try again

Regards,
Francisco

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.