J
John Bailo
I developed a windows service, called x.exe
Then I created a variant called x.c.exe
I installed both on a target machine.
If I start x.exe, then x.c.exe won't start.
If I start x.c.exe, then x.exe won't start.
Is .NET having trouble distinguishing these services?
Do I need to do something with strongly typed assembly names?
Then I created a variant called x.c.exe
I installed both on a target machine.
If I start x.exe, then x.c.exe won't start.
If I start x.c.exe, then x.exe won't start.
Is .NET having trouble distinguishing these services?
Do I need to do something with strongly typed assembly names?