Run the Application from the Clearcase

  • Thread starter Thread starter Mohan
  • Start date Start date
M

Mohan

Hi,

I have developed a .NET Windows application. I able to run(Execute) it
from the local drive of my PC. If I try to execute it from the
SourceControl(Clear case) or from Shared drives, then it is not starting the
application, but given the below Exception,

Request for the permission of type
System.Security.Permission.RegistryPermission, mscorlib, Version=1.0.5000.0,
Culture=neutral,PublicKeyToken=b77a5c561934e089 failed

and the application is Crashing.

Please help me in solving this problem by adding code in the
application. As this application is going to deploy in many PCs.


Thanks & Regards,
Mohan
 
Hi,

NO idea about the clearcase case, but you need to give permission to apps
running on the local network to access the local hard drive.

Go to Control Panel / Administrative Tools / Microsoft .NET Framework
Configuration / configure security settings.
Then to My Computer->Runtime Security Policy node on the left and clicking
"Adjust Zone Security" link on the right side , give it full trust


cheers,
 
Hi,
Thanks for the information.

But is there any way to do this by adding code in the application. So
that, no need to change the settings in all the PCS it is installed.

Regards,
Ram
 
Back
Top