-
Notifications
You must be signed in to change notification settings - Fork 19
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
secure-file not loaded correctly #1
Comments
Are you running it from PowerShell? |
No, I'm running it from Package Manager Console |
Try running "dir" to see what's in current directory. |
I ran "dir" and all the project folders of my solution were listed, also the .nuget folder, two config files, and the snl file of my solution. I ran the second option you gave me but it threw me an error message:
|
Why not to use it outside Visual Studio, from a regular command line? |
Nevermind. I found out what was happening. Nuget installs every package inside a folder named lib, but that folder is not inside the folder of my solution, it's in the outside.
So that was my problem. Now I have to run the command this way:
That solves my problem. Thanks for your help @FeodorFitsner |
Ok |
I installed secure-file successfully in my vs project. But when I runthe command to encrypt a file, I get the next error message:
As the error message suggests, I decided to run Import-Module secure-file, and this is what I got:
Does anybody have an idea on why this is happening and what can I do?
The text was updated successfully, but these errors were encountered: