visual-studio-2012 Questions
6
Solved
Using Visual Studio 2012, TFS 2010, IIS7
Getting the following errors when I try to build/deploy:
Any CPU | Test
1 error(s), 1 warning(s)
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v1...
Dharana asked 12/5, 2014 at 15:30
18
Probably between 25 and 50% of the times I build my solution, I see this:
"The operation you requested is taking longer than expected to complete. This dialog will close when the action completes....
Handlebar asked 25/9, 2013 at 21:13
7
Solved
I recently got this error in every SSIS package (using Visual Studio 2012), when I want to open a OLE DB source component:
===================================
Method not found: 'Void Microsoft.Da...
Heterodyne asked 15/3, 2016 at 11:16
2
Solved
Can't seem to find any clear info on this. When I open my Visual Studio 2010 SP1 solution in Visual Studio 2012, it reports that wdproj is incompatible. What's the 2012 alternative to wdproj?
Scully asked 16/8, 2012 at 12:58
5
Solved
If I set the zoom of a tab to 120%, then when opening new tabs, Visual Studio 2012 should open them with a 120% zoom factor and not 100% (the default).
But when reopening, Visual Studio the Zoom P...
Prevaricator asked 28/5, 2013 at 9:28
71
Solved
I keep getting this error during the build of my VS2012 C# project
Error 41 Could not copy "obj\Debug\WeinGartner.WeinCad.exe" to
"bin\Debug\WeinGartner.WeinCad.exe".
Exceeded retry count of 10...
Astyanax asked 7/8, 2013 at 12:1
18
When I hover my mouse over a variable when debugging a C# app in Visual Studio nothing popups. I expect to see the value of the variable (aka datatips). I'm running Visual Studio 2012 Ultimate (tri...
Nevil asked 1/10, 2013 at 5:43
2
A google search didnt give a result, so I tought about asking here.
Is there a window in Visual Studio for XML that behaves like the document outline window on wpf/aspx/...
Would be nice to see t...
Nevadanevai asked 17/10, 2013 at 13:39
10
As it states in the title: how to I turn off brackets/quotes/curly braces autocompletion in MSVS? I'm interested in C# and XAML mostly but other text editors would be nice too.
EDIT:
Currently I'm...
Charity asked 15/6, 2012 at 17:52
3
I want to somehow specify a time in my Datetime.Now so for instance I know that
DateTime.Now.AddDays(-1);
will get the date for yesterday exactly 24hrs ago but I want to get the date for yesterd...
Sondra asked 16/6, 2014 at 10:55
5
Solved
I have 4 sql scripts that I want to run in a DACPAC in PostDeployment, but when I try to build the VS project for 3 of them I get this error:
Only one statement is allowed per batch. A batch separ...
Kennard asked 9/9, 2013 at 12:42
7
I have a C# project on Git that uses libraries from NuGet. Everything works fine, but when I pull on a fresh new machine and open the solution in Visual Studio it won't compile because of broken re...
Ocular asked 14/7, 2017 at 13:46
8
Solved
I want to change name of executable file. Like suppose my project name is "SampleDemo" It will create executable file Like 'SampleDemo.exe' but I want to rename it to 'Demo.exe'
Broads asked 3/2, 2015 at 14:16
10
I am using Visual Studio 2013 and I am facing a weird issue from last few days. Whenever I try to set a break point, I get an error
"The Following breakpoint cannot be set", "The breakpoint faile...
Foskett asked 10/12, 2014 at 14:17
13
Solved
I'm running Visual Studio 2012, when I add a new File/Reference to a project the message box appears showing the error message
set property 'system.windows.resourcedictionary.deferrablecontent'...
Mahoney asked 25/9, 2013 at 9:32
32
Solved
I have been having issues with Intellisense in Microsoft Visual Studio 2012. I will be working in a project, editing code and whatnot (after a period of time, anywhere from 5 minutes to over a...
Prescriptive asked 21/12, 2012 at 0:13
9
Solved
I have a compile error in my simple MFC window application generated from wizard with several lines of code:
error C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy...
Kee asked 17/3, 2014 at 9:15
4
I've having problems doing any of these above with my game project. There are plenty of answer online already and I looked through all of them but they didn't work for me or having different scenar...
Caretaker asked 9/1, 2013 at 16:49
2
Solved
I installed VS2012 and then I updated to VS2012 Update 2, so my Visual Studio version would be 11.0.60315.01 Update 2.
But now I want to revert to 11.0.50727.1 RTMREL. How can I uninstall the upda...
Antichlor asked 15/5, 2013 at 5:31
12
Solved
I just installed the ADO.NET connector from here http://dev.mysql.com/downloads/connector/net/
Yet MySQL doesn't appear as a data source like it should. I tried restarting Visual Studio. It doesn'...
Fecal asked 2/6, 2013 at 3:18
3
I'm writing a piece of code that's just a bunch of JavaScript and JSON files -- it's a grunt plugin, rather than a website -- and I'd like to edit files and manage source control through Visual Stu...
Endaendall asked 28/2, 2014 at 20:13
11
I've found a few links but they don't explain how this is done. I can debug using Xamarin Studio IDE but that IDE (no offense) is lame compared to Visual Studio 2012.
Using Visual Studio 2012, ther...
Ader asked 7/8, 2014 at 21:29
3
Is there a way to watch all variables when debugging in Visual Studio 2012 like i can do it in IntelliJ Idea 12? I have a window with all the variables(both global and local) when debugging in Idea...
Remonstrance asked 5/12, 2013 at 11:7
8
I'm trying to build a program from its source code with VC 11. When the compiler is about to finish, it raises the error mentioned in title of this post.
As I've read here and in other forums, I tr...
Respire asked 28/5, 2014 at 16:26
47
Solved
Using VS2012 working on a VB.NET WPF application. I have a simple MusicPlayer tutorial app I am using to learn WPF. I am converting a C# version of the tutorial to VB.NET step by step.
It has 2 cl...
Folse asked 2/2, 2013 at 19:40
© 2022 - 2025 — McMap. All rights reserved.