-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error when clicking Add Prig Assembly #78
Comments
I have never tested in German Windows, sorry 😨 |
Please accept my apology for the delay in reporting. I have prepared German Windows and tried it(I could not get Windows 7 and Visual Studio 2013, so I tried the step in Windows 10 and Visual Studio 2015). However, I could not reproduce the issue. Could you give me additional information? For example,
By the way, I guess that the problem depends on the file path, but I cannot believe that |
I have gotten this error when [System.Environment]::CurrentDirectory = $PWD to [System.Environment]::CurrentDirectory = Convert-Path $PWD However, later in the script, it attempts to load a DLL from this path. This will fail because Windows prevents loading DLLs from network paths for security reasons. |
I get the following error on a German Windows 7 Professional with an English edition of Visual Studio 2013 Premium Update 5 when I right click on a referenced assembly and choose Add Prig Assembly:
Ausnahme beim Festlegen von "CurrentDirectory": "Die Syntax für den
Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.
"
In C:\ProgramData\chocolatey\lib\Prig\tools\Import-PrigSetupSession.ps1:149
Zeichen:17
The English translation of the error message is something like
Exception when setting CurrentDirectory: The syntax for the file name, directory name or the volume label is wrong.
I also get the same error when I then right click on a prig file and choose Edit Prig Indirection Settings.
The text was updated successfully, but these errors were encountered: