IntranetFactory / ndjango

Automatically exported from code.google.com/p/ndjango
0 stars 0 forks source link

Installation Error #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PM> install-package ndjango
Successfully installed 'ndjango 0.9.9.0'.
Successfully added 'ndjango 0.9.9.0' to SOOPortal.
New-Item : Access to the path 'DjangoViewEngine' is denied.
At C:\Users\rb\documents\visual studio 
2010\Projects\SOOPortal\packages\ndjango.0.9.9.0\tools\install.ps1:43 char:11
+         New-Item <<<<  ($mvc3 + "\DjangoViewEngine") -itemtype directory | 
Out-Null
    + CategoryInfo          : PermissionDenied: (C:\Program File...jangoViewEngine:String) [New-Item], UnauthorizedAccessException
    + FullyQualifiedErrorId : CreateDirectoryUnauthorizedAccessError,Microsoft.PowerShell.Commands.NewItemCommand

Copy-Item : Access to the path 'C:\Program Files (x86)\Microsoft Visual Studio 
10.0\Common7\Ide\Itemtemplates\Csharp\Web\Mvc 
3\Codetemplates\AddView\DjangoViewEngine' is denied.
At C:\Users\rb\documents\visual studio 
2010\Projects\SOOPortal\packages\ndjango.0.9.9.0\tools\install.ps1:46 char:11
+     Copy-Item <<<<  $toolspath\DjangoViewEngine\*.* -Destination ($mvc3 + 
"\DjangoViewEngine")
    + CategoryInfo          : PermissionDenied: (C:\Users\rb\doc...Engine\Empty.tt:FileInfo) [Copy-Item], UnauthorizedAccessException
    + FullyQualifiedErrorId : CopyFileInfoItemUnauthorizedAccessError,Microsoft.PowerShell.Commands.CopyItemCommand

Copy-Item : Access to the path 'C:\Program Files (x86)\Microsoft Visual Studio 
10.0\Common7\Ide\Itemtemplates\Csharp\Web\Mvc 
3\Codetemplates\AddView\DjangoViewEngine' is denied.
At C:\Users\rb\documents\visual studio 
2010\Projects\SOOPortal\packages\ndjango.0.9.9.0\tools\install.ps1:46 char:11
+     Copy-Item <<<<  $toolspath\DjangoViewEngine\*.* -Destination ($mvc3 + 
"\DjangoViewEngine")
    + CategoryInfo          : PermissionDenied: (C:\Users\rb\doc...\ViewEngine.xml:FileInfo) [Copy-Item], UnauthorizedAccessException
    + FullyQualifiedErrorId : CopyFileInfoItemUnauthorizedAccessError,Microsoft.PowerShell.Commands.CopyItemCommand

What is the expected output? What do you see instead?
If I try to add a Django View from the context menu I get an error. (Will be 
filed as separate bug)  The product is unusable from following the NuGet 
installation steps on the NDjango website.  Installing the vsix is no help 
either.  Same results.

What version of the product are you using? On what operating system?
ndjango 0.9.9.0, Windows 7 Ultimate, Visual Studio 2010 Ultimate

Original issue reported on code.google.com by r...@ryanbrady.org on 3 Dec 2012 at 2:07