visual-studio-2012 Questions

3

Solved

We have a solution with three database projects. All three produced dacpacs are deployed sequentially but for some reason, one of these dacpacs does not run the post-deployment script. We're using...

3

Solved

Is there any way to do this at any level other than disabling intellisense in all of Visual Studio? Just wanted to confirm/deny a suspicion about its performance in some of our overly giant project...
Alphanumeric asked 22/1, 2013 at 22:2

3

Solved

After writing a shader using GLee to my OpenGL project and compiling, I received the error LNK1104: cannot open file 'LIBC.lib'. I've tried adding it and ignoring it as others suggested, but ...
Eldenelder asked 12/4, 2013 at 7:42

4

Solved

I am using MS unit testing framework for testing my C# library. I have to open a file which I'm deploying using DeploymentItem attribute. But it is not deploying file to the Test deployment directo...

3

Solved

In previous Visual Studio versions it was possible to open a .dmp file. See link: http://msdn.microsoft.com/en-us/library/fk551230(v=vs.100).aspx But there's no option for VS 2012 in the version ...
Uncoil asked 19/2, 2013 at 19:5

2

I downloaded my code from TFS to a new folder on my C: but it seems Im having trouble with the compiler it seems. I deleted the .suo file but I still have the same problem and 68 warnings. Becaus...
Brownson asked 4/6, 2018 at 17:50

5

There are two calls to the function B:Bla below, but looking at the call hierarchy (Cntl-K Cntl-T) and then 'Calls to' for each of A:Bla and B:Bla yields that one call is going to A and one call is...
Wooten asked 5/7, 2013 at 21:50

5

Solved

It's easy to stop a program that is being debugged(Debug -> Start Debugging) in visual studio, but is there a way to stop a program that was started without debugging(Debug -> Start Without Debuggi...
Fastigium asked 30/5, 2013 at 20:17

3

I am currently developing a PyQt application in Visual Studio. Debugging has been working great, until I decided to keep my UI responsive by moving stuff to a worker thread with Qt Threads. class ...
Pantograph asked 14/4, 2015 at 19:26

9

Solved

I saved my project, but now I can't open it up in design view where you see all the buttons and stuff. Visual Studio 2012 Anyone know how?
Fluting asked 16/6, 2013 at 20:48

6

I am having a problem with my build (TFS2010). All has been well with this build recently until today where I am now getting an error pretty much as soon as the build starts: Delete Sources Direct...
Daimyo asked 9/9, 2013 at 10:41

5

In visual studio 2010 markup in MVC3 and ASPX pages was collapsible (by closing tag) however it does not seem to be working in visual studio 2012. Anyone know how to get it working? I cant find it ...
Scopophilia asked 16/1, 2013 at 15:24

12

I tried to run Visual Studio tests in ASP.NET MVC by pressing "Run All" but all tests were skipped. Why did this happen and how can I run all tests? Here is a screenshot:
Pitterpatter asked 11/10, 2012 at 12:54

7

I use visual studio 2012 and Qt4.8.5, unfortunately I can not see the QString text variable when I work in debug mode. Is someone has a tip allow it ? Qt4.8.5 plug-in doesn't exist for VS2012. Tha...
Deontology asked 11/3, 2014 at 11:19

3

I have a solution converted from VS2010 to VS2012. In the Release build, I want it to produce PDB files and full debug symbols because I need to run remote debugging in a production environment. S...
Travis asked 27/6, 2014 at 21:22

4

Solved

I want to do a build from the command line, but I'd like to get the exact command line syntax from Visual Studio (2012), so that I don't have to manually figure out all of the flags, imports, and o...
Reindeer asked 6/11, 2013 at 20:53

7

Solved

In some of the solutions we have ASP.NET/WCF web project and a test project. Some of the tests run against ASP.NET development web server using http://localhost:port/.... In VS2010 while the ASP.NE...
Advowson asked 30/8, 2012 at 19:30

7

Right now in my code suddenly some part of the code is not color-coded to Visual Studio classic theme colors. I am not sure if there is some error in my code but when I define some property for exa...
Walrus asked 17/6, 2014 at 1:10

1

Solved

I'm trying to set SQLCmd variables based on configuration (Debug / Release, etc) but the Configuration dropdown is greyed out (see image below). For Dev environment, I want the SQLCmd variable to b...
Shastashastra asked 9/10, 2014 at 16:14

8

Solved

I have a method to detect the left click event that visual studio made by double clicking on the form. private void pictureBox1_Click(object sender, EventArgs e) { MessageBox.Show("Left click"); ...
Tress asked 18/10, 2013 at 11:15

18

Solved

I recently installed VS2012 and working on work projects that I used to work on with VS2010. I never had an issue with VS2010 not recognizing asp prefixed tags but VS2012 is. I tried deleting the R...
Televise asked 9/10, 2012 at 23:3

7

Solved

Code First Environment I'm trying to update the database from package Manager console. If my domain class changes, I have to drop and create the database. Instead of dropping the database, how can ...

8

I'm working with Visual Studio 2012 Update 2 and I have installed the official Visual Studio Tools for Git. But when I try to diff the modified file, Visual Studio shows this error: Failed to star...
Guss asked 6/3, 2013 at 9:18

4

Solved

I've installed Remote Tools for Visual Studio 2012 on a remote computer in the same domain. I can ping and telnet connection to the defined port. I'm trying to find the server when I open the "att...
Disenchant asked 26/11, 2012 at 11:21

91

I am currently working on a solution that has currently 32 Unittests. I have been working with the resharper test runner - which works fine. All tests are running, all tests are showing the right t...
Mcafee asked 29/4, 2014 at 11:14

© 2022 - 2024 — McMap. All rights reserved.