Click here to Skip to main content
15,893,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
microsoft securyti warning

Hi

When I was runn my project.show this massage

microsoft securyti warning
Never enter personal informa tion or passwords into a window unless you can verify and trust the source of the request. Source: Unknown Site

I was add this code to my project but It dosent do
plz help me


using System.Security.Permissions;
[assembly: PermissionSetAttribute(SecurityAction.RequestMinimum, Name="Internet")]
[assembly: PermissionSetAttribute(SecurityAction.RequestOptional, Unrestricted=true )]
Posted
Comments
OriginalGriff 23-Jun-12 4:54am    
What were you doing when this came up?
What raised the message? Browser? VS? Or what?
Mohamed Mitwalli 23-Jun-12 5:55am    
Could you clarify more ?
raheleh_es 23-Jun-12 23:02pm    
HI I used 4 .dll for creat chart :1-AxInterop.OWC11.dll 2-Interop.Microsoft.Office.Core.dll 3-Interop.OWC11.dll 4-Interop.MSComctlLib.dll

after use this dll I cant run my priject in some PC.but in my pc the run is true
can you help me

1 solution

I think you can get a solution here:
http://social.msdn.microsoft.com/Forums/en/winformssetup/thread/b87e8962-9bf8-49fa-a340-800d9dda37ce[^]

If you're using a test certificate, I think you might just have to bear with it.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900