Assembly does not allow partially trusted callers.
I have created a windows application in c#.net using VS 2005
That application uses references to some dlls(not global).
now i am trying to run the application from a different machine over LAN, it throws an error message :
Assembly does not allow partially trusted callers.
I am using the below command to run the application from machine B
\\ ip add of B \ myApp \ Bin \ Debug \ myApp.exe
Please provide the solution.
Thanks,
Vikas
|