I don't happen to recall what "b77a5c561934e089" means, could you be so kind as to provide the text of the message??
I suspect your problem is that you are trying to execute a program off a network resource. This can be problematic in .NET. This is due to code execution rights. Can you instead publish the application to the server and have the users install it locally?
-
Peter