How to install pfx certificate in visual studio 2012 - visual-studio-2012

Personal Information Exchange (PFX) key files (.pfx) file has been created.How to attach that file into visual studio 2012 Solution. I din't find signing Tab in VS2012.

VS2012 PRO Is having bug , It has been fixed and completed the Signing pfx file in Silverlight Application. More Info...

Related

How to add code signing certificate to setup file using Installshield in visual studio 2012?

Tool: Visual Studio 2012, InstallShield 2015 Limited Edition(to create Setup).
Application Type: Windows Form Application using C#.
I have Created one windows form Application. And also created it's setup using Install Shield in Visual Studio 2012.
Now I have one Code Signing Certificate and I want to add it in my Project Setup. How can I do It?
Or I have to go with ClickOnce instead of InstallShield?
Any Suggestion?
Unsure about InstallShield LE, but Professional and above have a tab called "Signing" under the Release view where you can set up your signing particulars.
See here: Signing Tab in InstallShield Professional
FWIW, InstallShield just uses the signing tools that come from Microsoft such as signtool.exe to sign the build.
Edit: Also found this help doc from InstallShield.
On Visual Studio open your InstallShield LE setup project.
Under Step 6 "Prepare for Release" double-click Releases.
In the resulting window you are presented with the tree-view that contains the Builds/Express/SingleImage.
There is a tab named "Signing". Enter the path/filename for the Digital Certificate File, the Certificate Password, and specify which output files you want to sign. Install Shield then signs the installation program upon a build.
Got this info, and it worked for me, from this answer and comments

TFS Checkin plocies for different version of Visual Studio

I created a Custom Checkin policy and build it in Visual Studio 2013 and also build it in Visual Studio 2012 so that whoever using Vs 2012 can use the policy and successfully registered the policy to all machines. I applied the policy to a Team Project from my computer which has VS 2013. In our company some people still use VS 2012. Now whoever is using VS 2012 having issue on checkin. They get this error: Internal error in [Policy Name] policy. Error loading the [Policy Name] policy. Installation instructions: PLease see the web based installation instructions.
So does everybody in our company needs to upgrade to VS 2013?
Thanks for the help!
You should be able to remove the 2013 created policy and add it with 2012. It should then upscale to 2013.
Its the backward compat that's an issue...
The people with VS2012 should un-install 2013 version policy and install a policy with references to TFS2012 dlls.

Install SSL certification in Visual Studio Debug mode

I have a solution in my visual studio 2012 which has an azure emulator project, and because of the azure blobs needs to use a certification to encrypt files to upload to the blob...
This specific line return an object NULL (in my local machine)
X509Certificate2 sslCert = X509CertificateHelper.SelectICRCert();
At production environment it's working properly but in my local environment (visual Studio) is not. I Know that I need to install the ssl certificate in my local machine, but I don't know how.
I need to upload many files from a External Hard Drive to the blobs from Visual Studio in my Local Machine.
Thank you.

Which version of Windows and Visual Studio do i need to download for building Windows 8 Phone apps

I have purchased Windows 8.1 pro and downloaded Visual Studio Express 2012 for Windows Phone.
But when I try to run a simple app in the emulator but it says You need to Update Visual Studio Express 2012 to update 3 since it has some compatibility issues,i have downloaded the ISO file from the below link.
http://www.microsoft.com/en-us/download/details.aspx?id=39305
But when I try to install I get these errors:
What is the issue here ?
Setup Failed
1) The form specified for the subject is not one supported or known by the specified trust provider.
2) The form specified for the subject is not one supported or known by the specified trust provider.
So how to solve this issue here ?
If you want to create Windows 8.1 apps you should install Visual Studios 2013.

Crystal report .rpt file in visual studio 2012 shows binary format instead of design

We developed an application in visual studio 2010 and reports are working fine, when we choose to open the same application through visual studio 2012 Ultimate, reports are not working and when i open .rpt file showing binary format ad also I could not find Crystalreport.rpt in Reporting template in visual studio 2012. After googling it, I have installed
CRforVS_redist_install_32bit_13_0_5 , but doesn't work.
How can i change or edit .rpt file design using visual studio 2012 and want to change the .rpt database name too. Any suggestion or idea to achieve this?
I had the same problem after installing visual studio 2012 and found no answer on the forums. I uninstalled CR yesterday and downloaded again the CRForVS 13.0.5 from here just in case there was a bug in the previous version I downloaded in may and installed it. Then I installed update 3 for Visual studio and everything works fine now.
Cheers
Michael
I figure this one out for me.
From SAP Crystal Reports's download site:
Please note: To integrate "SAP Crystal Reports, developer version for Microsoft > Visual Studio" you must run the Install Executable. Running the MSI will not ? >fully integrate Crystal Reports into VS. MSI files by definition are for runtime >distribution only.
By default Windows 10 does not install the 3.5 framework, CR for VS still needs >it. Select it by "Turn Windows feature on or off" and choose both options.
I downloaded the exe, instead of the MSI packages, and it worked for me finally. Helps to read I guess.

Resources