We copied the binary folder of our application onto a shared directory within our company network.
We allways could start the application there to test it. Now it still works everywhere but on a new laptop with Windows8 installed we get following error:
System.Security.SecurityException:
That assembly does not allow partially trusted callers
Now i figured out this has to do that dll's used in the app don't 'trust' eachother. But i have no clue why this happens on just 1 machine. All other devices can start the application like this without any issues.
I hope the problem is clear if not ask away ;)