visual-studio-2012

Using EV Certificate With ClickOnce

孤者浪人 提交于 2020-01-13 09:43:47
问题 My company purchased an EV Certificate from Symantec to use for a software product we produce. Specifically it is called: Symantec Class 3 Extended Validation Code Signing CA – G2 . To develop and build this product we use Visual Studio 2013, and we use ClickOnce as the publish and installer mechanism. The problem we are having is that ClickOnce is unable to apply the EV Certificate using it’s built-in signing mechansim. ClickOnce can see the Certificate just fine, and allows us to select it

Using EV Certificate With ClickOnce

岁酱吖の 提交于 2020-01-13 09:43:46
问题 My company purchased an EV Certificate from Symantec to use for a software product we produce. Specifically it is called: Symantec Class 3 Extended Validation Code Signing CA – G2 . To develop and build this product we use Visual Studio 2013, and we use ClickOnce as the publish and installer mechanism. The problem we are having is that ClickOnce is unable to apply the EV Certificate using it’s built-in signing mechansim. ClickOnce can see the Certificate just fine, and allows us to select it

Using EV Certificate With ClickOnce

会有一股神秘感。 提交于 2020-01-13 09:43:08
问题 My company purchased an EV Certificate from Symantec to use for a software product we produce. Specifically it is called: Symantec Class 3 Extended Validation Code Signing CA – G2 . To develop and build this product we use Visual Studio 2013, and we use ClickOnce as the publish and installer mechanism. The problem we are having is that ClickOnce is unable to apply the EV Certificate using it’s built-in signing mechansim. ClickOnce can see the Certificate just fine, and allows us to select it

Build error when using VS 11, .NET 4.5 and Entity Framework

佐手、 提交于 2020-01-13 09:16:49
问题 In Visual Studio 2010, my solution was using .NET 4.2 (Entity Framework June 2011 CTP) so I could use spatial types in Entity Framework. When I upgraded to Visual Studio 11 Beta, it wouldn't build because of conflicts between the 4.2 and 4.5 framework so I uninstalled 4.2. Now I get this error when I build: Error 209: Currently, spatial types are only supported when used in CSDL files that have the UseStrongSpatialTypes annotation with a false value on their root Schema element. Anyone know

Why are scenario outlines shown as 'External' in the VS 2012 Test Explorer?

徘徊边缘 提交于 2020-01-13 08:56:06
问题 I have a scenario outline (a.k.a scenario template) and I wish to list my tests using the VS 2012's Test Explorer. The default test grouping is done by the "Project" name - if I stick to it, my tests coming from scenario outlines are in the group "External" and not under the group of my project. Why is this and is there a solution/workaround to it? My scenario is that I'd like to run all of my tests for a given project using the Test Explorer. Setting the same trait for all of them is silly

MsDeploySkipRules in wpp.targets not working with PublishProfiles

六眼飞鱼酱① 提交于 2020-01-13 05:15:07
问题 I am publishing my MVC project with the PublishProfile through visual studio, (through UI, right click project, publish) and ticking the option to clear the destination folder. But I do not want a specific folder "Downloads" to be cleared I have spent countless hours trying to make this work, I think I have the exact same code as the person explained here but it still deletes the Downloads folder Also as example in the below I have the ExcludeFromPackageFiles of "favicon" which works if I

How to run the publish/clickonce build step in Jenkins (VS2012)

一世执手 提交于 2020-01-13 03:18:08
问题 We have a simple C# solution (VS 2012) that has a publish step/click once wizard - that uses ftp. I've set up a jenkins build project to build this on SVN trigger. (via MSBuild) I have NOT been able to get it to build (via MSBuild) the publish/click once installer and upload to my server. I have looked around and searched but i see no way to do this. It seems silly that this would be a manual step. Hopefully this is something simple that I am overlooking. Any command line app would be

Compiling libffi with VS2012 fails with fatal error LNK1281: Unable to generate SAFESEH image

做~自己de王妃 提交于 2020-01-12 14:11:52
问题 Compiling libffi with VS11 gives the following linker error libffi\libffi-3.0.9\ms\Win32\Debug\ffi.dll : fatal error LNK1281: Unable to generate SAFESEH image. The same project was compiling fine with VS10, but after an auto upgrade with VS2012, it started giving linker error The Explanation in MSDN is too cryptic and least helpful I might rebuild with /SAFESEH:NO , but I am unsure of the implication. Please advise what might go wrong. 回答1: The main implication of not having SAFESEH is that

WebApi2 in visual studio 2012

一笑奈何 提交于 2020-01-12 12:08:48
问题 How can I create a project that uses WebApi2 in visual studio 2012? Do I have to create with a blank project or do I have to create a MVC project? I don't want to install Visual Studio 2013 preview, please help. 回答1: You need to install ASP.NET and Web Tools 2013.1 for Visual Studio 2012 which adds the Web API 2 and MVC 5 templates 回答2: Create a MVC project, right-click to and select Create an MVC project Right click the project in solution explorer and select "Manage nuget packages" Select

Not able to connect any remote database server after installing Visual studio 2012

*爱你&永不变心* 提交于 2020-01-12 10:22:12
问题 I have a machine which has VS2010 and sql server 2005, 2008 installed. I were able to connect every remote database server from my application prior to installing VS2012. After installing VS2012 I am getting "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." on code where i have database call. If i try to connect local database it connects fine. Also what i tried is connect via server explorer in Visual studio 2010. It connects to local