Skip to content

Missing .dll? Install (user) problem? #16

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

Closed
scottdware opened this issue Sep 12, 2013 · 2 comments
Closed

Missing .dll? Install (user) problem? #16

scottdware opened this issue Sep 12, 2013 · 2 comments

Comments

@scottdware
Copy link

Hello! I am probably not doing this right, but after downloading and importing the module, I get the following error:

Import-Module : The module to process 'PSReadLine.dll', listed in field 'NestedModules' of module manifest
'C:\Users\Scott\Documents\WindowsPowerShell\Modules\PSReadLine\PSReadLine.psd1' was not processed because no valid module
was found in any module directory.
At C:\Users\Scott\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1:8 char:1

  • Import-Module PSReadLine
  • - CategoryInfo          : ResourceUnavailable: (PSReadLine:String) [Import-Module], PSInvalidOperationException
    - FullyQualifiedErrorId : Modules_ModuleFileNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
    
    

Could someone point me in the correct direction? Thank you in advance!

@frizop
Copy link

frizop commented Sep 12, 2013

I think you want to either build the dll via visual studio or just grab the zip file and load that into your Modules\PSReadLine directory

Name

en-US
PSReadline.dll
PSReadline.format.ps1xml
PSReadline.psd1
PSReadline.psm1

@scottdware
Copy link
Author

Thanks, frizop!

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

No branches or pull requests

2 participants