I got an Exception on trying to install the MvcScaffold NuGet Package on
Visual WebDeveloper 2010 Express. I am using “ASP.NET MVC 3 Release Candidate”
(http://weblogs.asp.net/scottgu/archive/2010/11/09/announcing-the-asp-net-mvc-3-release-candidate.aspx)
Sorry i only can provide the german error message. But the translation should something
like
“Cant bind the argument “Path” cause its NULL On Row:1 ….”
here the original message:
- Install-Package : Das Argument kann nicht an den Parameter “Path” gebunden werden, da es NULL ist.
Bei Zeile:1 Zeichen:16 - Install-Package <<<< MvcScaffold
- CategoryInfo : NotSpecified: (:) [Install-Package], ParameterBindingValidationException
- FullyQualifiedErrorId : NuGet.VisualStudio.Cmdlets.InstallPackageCmdlet
Looks like its a known item:
Link to the NuGet workitem.