Azure-Samples / event-hubs-dotnet-import-from-sql

Simple cloud app that pulls incremental records from a SQL Azure table and pushes to event hub
MIT License
31 stars 29 forks source link

NuGet package restore fails #7

Open SirKalrin opened 5 years ago

SirKalrin commented 5 years ago

Hello! When i download this sample project, i get an error trying to restore the NuGet packages. I have looked for answers everywhere, tried to delete .suo file, downloaded NuGet.exe etc. I get the following message from nuget restore and rebuilding:

Severity Code Description Project File Line Suppression State Error NuGet Package restore failed for project SqlToEventHub: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.. Please see Error List window for detailed warnings and errors.

How do i approach this issue?

Cheers Morten.