Hi all,
I have a very strange problem with a Windows XP 64 bit edition. When I start my program from a network drive it gives the following error:
If I start it from a local path it don’t produces errors.
If I start the same program from the same share on a normal Windows XP machine it don’t produce errors.
I think there is a security problem but everything I do just don’t work.
I have signed the program with our own root certificate and it has a strongkey deployment.
Please help, thanx greetings RAJ
I have a very strange problem with a Windows XP 64 bit edition. When I start my program from a network drive it gives the following error:
System.Security .SecurityExcept ion: Request for the permission of type 'System.Securit y.Permissions.E nvironmentPermi ssion, mscorlib, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b77a5c561934e08 9' failed.
at System.Security .CodeAccessSecu rityEngine.Chec k(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Security .CodeAccessPerm ission.Demand()
at System.Environm ent.get_UserDom ainName()
at FD.Credentials. UserCredentials .Reset()
The action that failed was:
Demand
The type of the first permission that failed was:
System.Security .Permissions.En vironmentPermis sion
The Zone of the assembly that failed was:
Intranet
at System.Security .CodeAccessSecu rityEngine.Chec k(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Security .CodeAccessPerm ission.Demand()
at System.Environm ent.get_UserDom ainName()
at FD.Credentials. UserCredentials .Reset()
The action that failed was:
Demand
The type of the first permission that failed was:
System.Security .Permissions.En vironmentPermis sion
The Zone of the assembly that failed was:
Intranet
If I start the same program from the same share on a normal Windows XP machine it don’t produce errors.
I think there is a security problem but everything I do just don’t work.
I have signed the program with our own root certificate and it has a strongkey deployment.
Please help, thanx greetings RAJ
Comment