adspace


I'm having some trouble with cas. How can I troubleshoot the problem?

Answer Posted / Mahima Singh

CAS (Code Access Security) is a feature in .NET that controls which code is allowed to execute based on its digital signature and zone of origin. To troubleshoot CAS-related issues, you should first ensure that your code is properly signed and has the necessary permissions specified in its manifest. You can also use tools like Fusion Log Viewer (fuslogvw.exe) to analyze the fusion log for details about permission issues.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143