-
Notifications
You must be signed in to change notification settings - Fork 196
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....... #112
Comments
same issue here:
|
I'm leaving town on a short vacation. I'll have a look at this next week On Monday, February 25, 2013, sthiers wrote:
|
Moved to picklesdoc#31 |
Issue was resolved. New version of package uploaded to the NuGet gallery. It should be available shortly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: