foxip / mollie-api-csharp

Mollie API client for C#
BSD 2-Clause "Simplified" License
13 stars 10 forks source link

Can't build #3

Closed neo1992 closed 9 years ago

neo1992 commented 9 years ago

I downloaded the zip, but when I try to build it in Visual Studio 2013 I get these errors:

Metadata file 'C:\mollie-api-csharp-master\Mollie.Api\bin\Debug\Mollie.Api.dll' could not be found C:\mollie-api-csharp-master\Mollie.Tests\CSC Mollie.Tests Metadata file 'C:\mollie-api-csharp-master\Mollie.Api\bin\Debug\Mollie.Api.dll' could not be found C:\mollie-api-csharp-master\Mollie.Example\CSC Mollie.Example Unable to locate 'C:\mollie-api-csharp-master.nuget\NuGet.exe' Mollie.Api

What am I missing?

foxip commented 9 years ago

Could you try to "enable nuget package restore", right click on the solution, and this will appear.

neo1992 commented 9 years ago

Thanks for getting back to me. When I right-click the solution and click "enable nuget package restore"

I get the message: "Configuring the solution to restore NuGet packages on build..."

And after that the error: "An error occurred while configuring the solution to restore NuGet packages on build. The operation has timed out"

So now I still can't build...any other suggestions?

Thanks!

WebstudioThomHubers commented 9 years ago

Since this is more likely to be a NuGet problem I'd suggest you look for help in the NuGet section of StackOverflow. That increases your chances.

neo1992 commented 9 years ago

You were right, NuGet services were down when I was trying to build it :)