I want ti change the Security Settings in visual studio 2010 . but in my project-> properties -> security tab missing.
-
There is no Security Settings tab. What are you talking about? – SLaks Nov 13 '14 at 03:42
-
Please see below :http://stackoverflow.com/questions/26900227/how-to-create-test-certificate-in-visual-studio-2010?noredirect=1#comment42353087_26900227 – aruni Nov 13 '14 at 03:46
-
1Signing is not Security – SLaks Nov 13 '14 at 03:57
-
1To enable ClickOnce security settings With a project selected in Solution Explorer, on the Project menu, click Properties. Click the Security tab. Select the Enable ClickOnce Security Settings check box. - How to do this? – aruni Nov 13 '14 at 03:59
-
1http://msdn.microsoft.com/en-us/library/1sfbfyk0.aspx#feedback – aruni Nov 13 '14 at 04:00
1 Answers
I answered this here: Why am i not seeing the security tab in my Office Solution properties?
and here is my answer re-posted:
I had the same issue and the solution was super annoying to figure out. Someone on another website mentioned that the Security tab is only relevant for certain types of ClickOnce applications so I started playing around with various options and figured it out.
In the Application tab, for Application Type, select Windows Forms Application from the drop-down menu (other drop-down options might also work but haven't tried them)
Save everything: In the main menu bar of Visual Studio, click File > Save All.
Close your project Properties window (i.e. the one with the Application tab that we were just modifying)
Open your project Properties window again: in your Solution Explorer, select your project, go to the main menu bar, click Project, click Properties.
Voila! It should be there. :)

- 1
- 1

- 125
- 7