I'm invoking the same Dll from Console application and WinForm application
Both signed with SrongName.
the class that I'm invoking is protected with StrongNameIdentityPermission
Demand
and hear is what happened:
the console application pass the demand but the WinForm failed
i had try to union the StrongNameIdentityPermission blob with the mscorlib
StrongName
but it still behave is the same way.
Do someone know to solve this issue ????
TNX
Bnaya Eshet