Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pickles.Powershell.dll was not loaded because no valid module file was found....... #31

Closed
x97mdr opened this issue Mar 7, 2013 · 4 comments
Assignees
Labels
Milestone

Comments

@x97mdr
Copy link
Member

x97mdr commented Mar 7, 2013

When installing Pickles via the NuGet console, I'm getting the following;

Import-Module : The specified module C:.....blah blah....\Pickles.0.8.0.0\tools\Pickles.Powershell.dll was not loaded because no valid module file was found in any module directory.
At: C:...blah....\packages\Pickles.0.8.0.0\tools\init.ps1:3 char:14
+Import-Module <<<< (Join-Path $toolsPath Pickles.Powershell.dll)
+CategoryInfo : ResourceUnavailable: (C:...Powershell.dll:String) [Import-Module], FileNotFoundException

It would appear to be trying to a non-existent file - sure enough when checking in the Pickles.0.8.0.0 folder, the file is not present.
NuGet finishes by stating "Pickles Installed" but when you try the Pickle-Features cmdlet it's not recognized.

I've managed to force it to work, by specifically importing the module PicklesDoc.Pickles.Powershell.dll

@x97mdr
Copy link
Member Author

x97mdr commented Mar 7, 2013

It looks like the assembly reference in the init.ps1 was not updated after the mass namespace renaming. New version of package uploading to NuGet gallery as 0.8.1. Should be available shortly.

@x97mdr x97mdr closed this as completed Mar 7, 2013
@x97mdr
Copy link
Member Author

x97mdr commented Mar 7, 2013

Package uploaded: https://nuget.org/packages/Pickles/0.8.1.0

@dirkrombauts
Copy link
Member

Ooops ... does this affect the downloadable release as well or only the nuget package?

@x97mdr
Copy link
Member Author

x97mdr commented Mar 7, 2013

No worries :) Just the NuGet package.

On Thu, Mar 7, 2013 at 2:59 AM, Dirk Rombauts notifications@github.comwrote:

Ooops ... does this affect the downloadable release as well or only the
nuget package?


Reply to this email directly or view it on GitHubhttps://github.com//issues/31#issuecomment-14547140
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants