visual-studio-2012

Can Visual Studio 2012 be installed side-by-side w/ Visual Studio 2010?

女生的网名这么多〃 提交于 2020-01-09 01:52:50
问题 Will Visual Studio 2012 interfere/break .NET 4 and/or Visual Studio 2010 if installed side-by-side on the same instance of Windows? 回答1: As Reigo said, yes. Here's the link to the official Microsoft page with the information Reigo provided, and more details: http://msdn.microsoft.com/en-us/library/ms246609%28v=VS.110%29.aspx 回答2: The .net 4.5 release is an In-place upgrade. This means that the binaries for .net 4.0 will be REPLACED by the binaries for .net 4.5 . Microsoft has attempted to

Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0

不羁岁月 提交于 2020-01-08 16:04:24
问题 I recently upgraded my n-tier solution from .NET 3.5 vs 2008 to 4.5 visual studio 2012 . Every thing went fine apart from crystal reports and I had to install new runtime crystal reports for visual studio 2012 from the following link http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_5.exe. After installing the above package I had to resolve some deprecated function and properties of CrystalViewer and after that reports rendering properly in development environment (Windows 7

Unclear error log in Visual Studio 2012

老子叫甜甜 提交于 2020-01-07 12:02:48
问题 I don't recall when I started getting this in log output window but it looks like this: [08:37:09.00705- 10692] MyProgram.exe dbglog.cpp(110) DbgLog_F Log for module 'game' (93154) started with process 'MyProgram.exe' (x86, PID: 16632, CmdLine: "R:\Cache\Visual Studio\Debug\MyProgram.exe" ) - Sun Mar 15 08:37:09 2015 [08:37:09.00705- 10692] MyProgram.exe ltc_game.cpp(4642) LoadCustomCursor Loading custom cursor from "C:\PROGRA~2\Raptr\resources\images\ingame\cursor_pointer.cur" [08:37:09

Dynamics CRM Plugin Code signing [closed]

丶灬走出姿态 提交于 2020-01-07 09:18:08
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . My company has created an plugin for Microsoft Dynamics CRM in Visual Studio 2012, we have created a self signed certificate with Visual Studio and the plugin works. We have Certification Authority Server which can issue certificates but the problem is creating an CSR (Certification Signing Request) after much

same project different solution sign configuration

半城伤御伤魂 提交于 2020-01-07 07:43:25
问题 I am trying to find way to use the strong name sign as an configuration. My case is: I have project that it include in two different solution. For one solution I want that the project will be sign with strong name key, but for the other solution I want that the project will be without sign. Currently I declare the signing throw: project->properties->signing. 回答1: OK, I got it, just edit proj file manually <PropertyGroup Condition="'$(SolutionName)' == 'SolutionToSign' "> <snip />

same project different solution sign configuration

非 Y 不嫁゛ 提交于 2020-01-07 07:43:16
问题 I am trying to find way to use the strong name sign as an configuration. My case is: I have project that it include in two different solution. For one solution I want that the project will be sign with strong name key, but for the other solution I want that the project will be without sign. Currently I declare the signing throw: project->properties->signing. 回答1: OK, I got it, just edit proj file manually <PropertyGroup Condition="'$(SolutionName)' == 'SolutionToSign' "> <snip />

Problems of while(true) in C# “VS2012” {WinForm}

冷暖自知 提交于 2020-01-07 07:21:28
问题 " int ans = 2; private void Form1_Load(object sender, EventArgs e) { for (int i = 0; i <21; i++) { ans = 2; label1.Text += i.ToString(); while (true) { if (ans == 1) { break; } } } } private void button1_Click(object sender, EventArgs e) { ans = 1; } " this is a simple app I want to print a number & then wait to the button to be clicked to break the while loop but when I run the application , the form doesn't show . "T think that the problem is the while (true)". what to do? 回答1: Use a timer.

Problems of while(true) in C# “VS2012” {WinForm}

微笑、不失礼 提交于 2020-01-07 07:21:06
问题 " int ans = 2; private void Form1_Load(object sender, EventArgs e) { for (int i = 0; i <21; i++) { ans = 2; label1.Text += i.ToString(); while (true) { if (ans == 1) { break; } } } } private void button1_Click(object sender, EventArgs e) { ans = 1; } " this is a simple app I want to print a number & then wait to the button to be clicked to break the while loop but when I run the application , the form doesn't show . "T think that the problem is the while (true)". what to do? 回答1: Use a timer.

Problems of while(true) in C# “VS2012” {WinForm}

寵の児 提交于 2020-01-07 07:21:01
问题 " int ans = 2; private void Form1_Load(object sender, EventArgs e) { for (int i = 0; i <21; i++) { ans = 2; label1.Text += i.ToString(); while (true) { if (ans == 1) { break; } } } } private void button1_Click(object sender, EventArgs e) { ans = 1; } " this is a simple app I want to print a number & then wait to the button to be clicked to break the while loop but when I run the application , the form doesn't show . "T think that the problem is the while (true)". what to do? 回答1: Use a timer.

VS 2012 TFS Source Control Explorer - Add Item to Right Click Menu

情到浓时终转凉″ 提交于 2020-01-07 07:16:07
问题 I have written a PowerShell script that takes a single file as an argument and runs a compare to another file in the background. I'd like to be able to right click a file in Team Foundation Server's Solution Explorer, and choose that file as the argument for my script. I've done the exact same thing for files in the Windows Explorer, but I can't quite figure out how to do it for TFS. I thought the registry items to be edited would be located at HKCU\Software\Microsoft\VisualStudio\11.0