peroxovy
Visual Studio - "browse files" window not responding in any case + closes Visual Studio
Tested with security guy, he disabled the AV but nothing changed. Mysterious thing that it work on Admin Account. But I can't use it here cuz license is applied to the normal one.
17 replies
Desktop app on Windows - inter process communication / permissions problem.
So I to sum up: Named Pipes or HTTP?
- It will run on the same machine.
- "Connection" only to NFS/SMB share(Netapp storage) to copy files from(Text file with paths inside as a definition of a "package")
- Restriction on disk so "service"(run as service user) separated from GUI(local user).
- GUI presents the list of available packages, able to "download" it to the machine, show progress etc. Like a "download" manager.
To copy I will use simple
File.Copy()
or AlphaFS(lib that allows paths longer than 255 chars).7 replies
Desktop app on Windows - inter process communication / permissions problem.
Thanks. Any tips how to pass object's to WPF through it? Currently I'm facing some issues when I specified interface with custom type like shared class. And named pipe is unexpectedly closing when I receive an output to GUI.
7 replies