System.ArgumentException at nUpdate.UpdateInstaller.Updater.CopyDirectoryRecursively()
See original GitHub issueIf i try to make an update with an application that run as service i get the following exception :
System.ArgumentException: Der Pfad darf keine leere Zeichenfolge sein oder nur aus Leerzeichen bestehen.
bei System.IO.Directory.CreateDirectory(String path)
bei nUpdate.UpdateInstaller.Updater.CopyDirectoryRecursively(String sourceDirName, String destDirName)
while debugging or if running as normal ui application, the exception doesnt occurs
any ideas ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Postsharp Build Errors after Update to Visual Studio ...
PostSharp 6.7 is not compatible with .NET 5.0 SDK due to MSBuild changes. .NET 5.0 SDK is installed by Visual Studio Installer when ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i think i found it
this is not possible as service, because a service has no desktop 😉 so the return path is empty
Hi,
I am still trying to figure this out. It seems there is no executable path property in a service application. But I have not yet managed to create a working service that I am able to debug. Sorry for that. I will check that out on Sunday.
Best, Dominic