I receive "URI formats are not supported" error message when I tried to run Code Auditor over the network with an UNC path.
Currently Code Auditor cannot be run over UNC path.
(I.e. \\computer\c$\Program Files\SSW Code Auditor\SSWCodeAuditor.exe)
To run Code Auditor over the network in Windows, you need to:
1. Map the Network Drive
2. Run Code Auditor via the Mapped Network Drive.
(I.e. Z:\Program Files\SSW Code Auditor\SSWCodeAuditor.exe)
To run Code Auditor over the network in Command Prompt, you need to:
1. pushd "\\computer\c$\Program Files\SSW Code Auditor"
2. SSWCodeAuditor.exe
3. popd