We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a bracket too much in mainPage.xaml.cs in line 805:
Explorer.StartInfo.Arguments = @"-NoExit -Command " + sCred + sPS + " -UseSSL -Credential $creds)";
Should be:
Explorer.StartInfo.Arguments = @"-NoExit -Command " + sCred + sPS + " -UseSSL -Credential $creds";
Regards, Claus
The text was updated successfully, but these errors were encountered:
The current Version of this code section looks different.. Are you referencing an old Version ?
Sorry, something went wrong.
The code might be from an earlier version but error is there in v. 1.5.0.3
Do you get an error message ? if yes, can you post the message...
Hi Roger Sorry for the inconvenience. I had mixed up versions and can confirm that it works in 1.5.0.3
Thanks, Claus
rzander
No branches or pull requests
There's a bracket too much in mainPage.xaml.cs in line 805:
Explorer.StartInfo.Arguments = @"-NoExit -Command " + sCred + sPS + " -UseSSL -Credential $creds)";
Should be:
Explorer.StartInfo.Arguments = @"-NoExit -Command " + sCred + sPS + " -UseSSL -Credential $creds";
Regards,
Claus
The text was updated successfully, but these errors were encountered: