0

Visual Studio 2012 Ultimate를 사용하며 mvcScaffolding을 설치하려고하는데 오류가 발생합니다. ExecutiongPolicy ~ 바이 패스을 설정하려고했지만 오류가 계속 발생합니다. 어떤 아이디어가 이것을 고치는 방법?Visual Studio 2012의 Nuget

PM> Set-ExecutionPolicy Bypass -Scope Process 
Execution Policy Change 
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic. Do you want to change the execution policy? 
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):y 

PM> install-package mvcScaffolding 
Attempting to resolve dependency 'T4Scaffolding'. 
Install-Package : '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1. 
At line:1 char:16 
+ install-package <<<< mvcScaffolding 
    + CategoryInfo   : NotSpecified: (:) [Install-Package], XmlException 
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand 

미리 감사드립니다. 기예르모.

+0

우회 할 수없는 것처럼 들리지만 ... 처리되지 않는 예외가 있다는 말입니다. – Jared

+0

http://nuget.codeplex.com/workitem/1790 – Jared

답변

2

VS2012, Nuget 등을 다시 설치 한 후에 패키지 폴더를 제거하는 해결책을 찾았습니다. 감사합니다. . 기예르모.

관련 문제