1
Azure 무료 앱 서비스에 내 개인 Nuget 저장소를 구축했습니다. 그리고 Visual Studio 2015에 URL을 추가했습니다.패키지의 특정 버전으로 너무 긴 경로 예외가 발생했습니다
세 가지 버전 1.0.3 ~ 1.0.5가있는 패키지가 있습니다.
문제는 패키지의 1.0.3 버전 만 성공적으로 설치됩니다. 예외 (너무 긴 경로 또는 파일 이름)로 인해 다른 항목은 항상 실패합니다.
내가 왜 다른 결과를 보여줄지 모르겠다.
설정이 다릅니다. 또한 프로젝트 폴더를 D : 드라이브의 루트에 배치했습니다.
로그를보고 나에게 이유를 알려 주시기 바랍니다 : DAttempting to gather dependency information for package 'GEPAEntities.1.0.5' with respect to project 'TestApps\EntitiesTestConsole', targeting '.NETFramework,Version=v4.0'
Gathering dependency information took 52.53 ms
Attempting to resolve dependencies for package 'GEPAEntities.1.0.5' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'GEPAEntities.1.0.5'
Resolved actions to install package 'GEPAEntities.1.0.5'
Retrieving package 'GEPAEntities 1.0.5' from 'P-ful, Inc.'.
GET http://pfulnugetserver.azurewebsites.net/api/v2/package/gepaentities/1.0.5
OK http://pfulnugetserver.azurewebsites.net/api/v2/package/gepaentities/1.0.5 63ms
Installing GEPAEntities 1.0.5.
Error downloading 'GEPAEntities.1.0.5' from 'http://pfulnugetserver.azurewebsites.net/api/v2/package/gepaentities/1.0.5'.
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.
Install failed. Rolling back...
Package 'GEPAEntities.1.0.5' does not exist in project 'EntitiesTestConsole'
Package 'GEPAEntities.1.0.5' does not exist in folder 'D:\GEPAClient\packages'
Executing nuget actions took 803.27 ms
Error downloading 'GEPAEntities.1.0.5' from 'http://pfulnugetserver.azurewebsites.net/api/v2/package/gepaentities/1.0.5'.
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.
========== Finished ==========
Time Elapsed: 00:00:03.2133955