Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > where is the security tab in visual studio
 

where is the security tab in visual studio

Having a problem with a setup and deply app and searched this forum and found large number of references to solution explorer \ properties \ security. I have created a new projec same issue. I have search to see if this is limited to version of VS and found nothing. I am useing the following verion. Any ideas?

Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Standard

Microsoft Visual Basic 2008 91851-136-6258696-60153
Microsoft Visual Basic 2008

Microsoft Visual C# 2008 91851-136-6258696-60153
Microsoft Visual C# 2008

Microsoft Visual C++ 2008 91851-136-6258696-60153
Microsoft Visual C++ 2008

Microsoft Visual Web Developer 2008 91851-136-6258696-60153
Microsoft Visual Web Developer 2008

Windows Installer XML Toolset 3.0
Windows Installer XML Toolset 3.0.5419.0
Copyright (c) Microsoft Corporation. All rights reserved.

BarberColman  Tuesday, September 29, 2009 5:41 PM

Hi BarberColman,

As far as I know, only.Net applications(such as WinForm developed in C#,VB) has such an option, native applications(such as program developed with MFC, win32) has no direct support for sign, so such projects do not have a security tab.
The C++ project and Setup Project are both native applications, they do not need .Net framework to run, so you cannot find a security tab on the properties of them.

You can take a look at this blog about CLR and .Net security.
http://blogs.msdn.com/CLRSecurity/

Regards,
Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Thursday, October 01, 2009 6:21 AM

You need to look under the project properties.

If you are using C#, double-click on the Properties entry under your main project.

If you are using VB, double-click on My Project.

You should see the Security tab there.

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Tuesday, September 29, 2009 5:45 PM

It is a C++ project. I the solution explorer I have two projects that produce exe and a seup and deploy project. None of the projects have a properties entry. If i right click all of them has a propeties menu. On all three of the project I can get to a property pages but all of them are limited to common properties and configuration properties. Can not find a secuity property. Tied control page up / down as directed in another post nada!

BarberColman  Tuesday, September 29, 2009 6:23 PM

Hi BarberColman,

As far as I know, only.Net applications(such as WinForm developed in C#,VB) has such an option, native applications(such as program developed with MFC, win32) has no direct support for sign, so such projects do not have a security tab.
The C++ project and Setup Project are both native applications, they do not need .Net framework to run, so you cannot find a security tab on the properties of them.

You can take a look at this blog about CLR and .Net security.
http://blogs.msdn.com/CLRSecurity/

Regards,
Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Thursday, October 01, 2009 6:21 AM
Aland,

You forgot to post the link to the blog you recommend she take a look at.

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Thursday, October 01, 2009 7:58 AM

You can use google to search for other answers

Custom Search

More Threads

• ClickOnce: How to add a prerequisite from the command line?
• Create a folder with a certain name
• Adware?
• Insert the install directory into installed file?
• Including large directory of files in Deployment Project
• Clickonce update problem
• MSI Package with no add remove entry
• Why would "TestApp1.exe" yield "The name of the application reference identity has invalid characters"?
• ClickOnce and Certificates on Client PC ?
• Can selective display dialog?