0
votes
0answers
12 views

Layout of an edmx diagram in VS2012

I have an entity framework diagram that has been generated from my database and updated several times. Upon adding new tables the placement of them seems to be a bit random and it has led to a pretty ...
0
votes
1answer
10 views

VS2012 Test explorer locks native .dll, making rebuilds fail

I am using Visual Studio 2012 for a solution with a C# and a C++/CLI .dll, with the C++/CLI dll referencing native .dlls such as boost. The C++ code is compiled as x64. When I open VS, I can clean ...
0
votes
0answers
8 views

Put a text editor into a Visual Studio Pane?

I know there is a clipboard cycle in Visual Studio, but I need a "longer" lasting clipboard for code-parts I cut from one file and paste it into another part days later. I just could use another ...
0
votes
0answers
19 views

Visual Studio 2012 Fatal error 0x80131c39

I am going bloody insane, I have installed a different type of Windows 8 (pro) at work, and now VS12 gives me this error. At home I have home edition W8 and everything works fine. I found ONLY ONE ...
0
votes
0answers
13 views

Find functionality within call stack

Recently when working on a legacy application I've often found the need to search for specific text within (what would be) the callstack at runtime. For example: int age; void Method A() //Search ...
0
votes
2answers
20 views

MVC4 in visual studio 2010 and visual studio 2012

What is the difference between using mvc4 in visual studio 2010 and mvc4 in visual studio 2012. I have a project created in mvc3 using visual studio 2010, now I need to move it to mvc4.So much ...
0
votes
1answer
13 views

TFS revert the current change

I changed several files in my project and I haven't checked those files in and I want to get the last version of the project from TFS. Right now all the local files have been changed (that broke the ...
0
votes
0answers
8 views

Make visual studio stop running dev web server when I attach

Why the heck does visual studio (2012 I'm using, I think previous versions did this too) load the WebDevServer for all web projects in my solution when I tell my solution to attach to another process? ...
1
vote
1answer
19 views

Azure SDK 2.0 Upgrade button not available

I installed the latest Azure SDK 2.0 on my development machine, but can't find the "Upgrade" button to upgrade my current project to the latest SDK. Googling how to upgrade show that previous upgrades ...
0
votes
1answer
24 views

How to set environment variables in vs2012?

How do I set environment variables in Visual Studio 2012? For example, I need to set this: $(MyDir) = "c:\my_dir"
0
votes
1answer
13 views

Visual studio watch window not allowing to type

I am debugging my application. When I open watch window and click on new row to write variable name it shows error. Please see the image. It creates a file ...
0
votes
0answers
9 views

How to set vcxproj platform toolset using VisualStudio AddIn

I have a very large VS2012 solution with more than two hundreds vcxprojs which have been just upgraded from VS2008. By default VS2012 set the PlatformToolset to v110 for the upgraded vcxprojs. ...
9
votes
1answer
90 views

Template a shared_ptr argument

I get a compiler error for this code: #include <boost/shared_ptr.hpp> #include <boost/make_shared.hpp> struct Name { }; typedef boost::shared_ptr<Name> NamePtr; struct Foo { ...
0
votes
3answers
26 views

Search only text files in VS2012 “Find in Files”

In the Find in Files dialog (Ctrl-Shift-F), is there any way to search only text files in Visual Studio 2012? I am working on a website that has 100,000's of images. When I search for a string ...
0
votes
1answer
11 views

Can't find the Visual Studio 2012 Express for Web installation

I am pretty sure I installed VS 2012 Express on my new laptop a month ago. I even posted on Facebook about how I didn't like the default themes because the window borders were too light in color. ...
0
votes
0answers
38 views

Namespace indentation in Visual Studio with C#

Visual Studio indents code within namespace. This can be avoided when disabling indentation globally, which is not what I want. In all other cases, the indentation is fine, I simply don't like the ...
0
votes
1answer
27 views

“Csc.exe” exited with code -1073741819

Everytime I try to run my code, I am having this error that "Csc.exe" exited with code -1073741819 , I cleaned my solution and restarted Visual Studio with no gain. Can anyone help me?
2
votes
1answer
27 views

Automatic reference to Microsoft.Data.Tools.Schema.Sql.UnitTesting

The following references are being automatically added to my (console application) project: Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll Microsoft.Data.Tools.Components.dll My boss can't open ...
0
votes
1answer
34 views

Is it possible to manually configure between ARMv7 and Thumb instruction set when compiling for Windows Phone 8?

I am working on a Windows Phone 8 app, and testing it on Lumia 920 (having Snapdragon S4 processor, supporting ARMv7 instruction set). My project includes native code which is written in C++ language. ...
0
votes
0answers
6 views

Trigger file's Custom Tool action via hot key (Vis. Studio)

Is it possible to set a hotkey to trigger the Custom Tool action on a particular file? To put this in context I'm trying to trigger a custom MSBuild target when I save a TypeScript file (Setting ...
-2
votes
1answer
82 views

Why isn't the “!=” operator working for me in C++ VS2012

A simple example: #include <iostream> #include <cstring> int main(void) { using namespace std; string a="abc"; string b="abc"; if(a!=b) cout<<"abc"; } ...
1
vote
0answers
19 views

Unresolved External - DirectX11

1>------ Build started: Project: Setup, Configuration: Debug Win32 ------ 1>Effects11d.lib(EffectAPI.obj) : error LNK2019: unresolved external symbol _D3DCompileFromFile@36 referenced in ...
0
votes
0answers
27 views

Coded UI tests - cannot resolve symbol UITesting

I'm trying to use the assemblies like this in a VS2012 project: using Microsoft.VisualStudio.TestTools.UITesting; using Microsoft.VisualStudio.TestTools.UnitTesting; using ...
1
vote
1answer
24 views

How do you exit from Edit Style in Visual Studio 2012

Once you enter into Edit Style.. Edit Current from the Format menu how do you return to the regular Designer mode where you can edit individual components? I've looked all over the program and ...
2
votes
2answers
93 views
+100

Why Visual Studio doesn't like this XML schema? (Prefix '' cannot be mapped to namespace name reserved for “xml” or “xmlns”)

FictionBook (also known as FB2) is an XML-based format of electronic books. Its schema can be found here: http://gribuser.ru/xml/fictionbook/2.0/xsd/ However, when I downloaded this schema and ...
2
votes
1answer
31 views

DirectX SDK project - porting to VS2012

I'm porting to visual studio 2012 a solution with a project which uses some headers from the directX SDK in this path: C:/../Microsoft DirectX SDK (June 2010)/Samples/C++/DXUT11/Core the problem ...
0
votes
1answer
29 views

Code Review in Visual Studio 2012, with TFS 2010

Is it possible to enable Code Review in VS2012 with a TFS2010 server? Our should we upgrade our TFS server to TFS2012 before its possible? Thank you! :-)
0
votes
2answers
42 views

No cs file if MasterPage used

I am currently using Visual Studio 2012 to design aspx pages and have a page which uses a MasterPage which I will call it "a.aspx" for simplicity's sake, and unlike my other pages, "a.aspx" does not ...
0
votes
1answer
18 views

WF Security Pack Activities are not showing up in the toolbox

I installed the WF Security Pack CTP 1 and referenced the assemblies in my project, but I can't figure out why the activities aren't showing up in the toolbox. I'm using Visual Studio 2012 and .NET ...
2
votes
2answers
38 views

Is there a way in Visual Studio 2012 to see an error log of the Update Service Reference operation

I've had a lot of issues with updating my service reference to my WCF service. I've had issues with third-party dll's not serializing correctly, and also issues with too many methods in the service. ...
0
votes
0answers
88 views

Visual Studio 2012 WCF service Reference.cs only has one class after adding a method to the service

I have a WCF service running in the 4.0 framework in VS2012. I added a method to my service and suddenly the service reference wouldn't update properly in another project. The Reference.cs file ...
0
votes
1answer
34 views

In Visual Studio, which sources files depend from a given referenced assembly?

Is possible in Visual Studio (2012) to find all classes (or others sources) which depends from a given referenced assembly at design time ? How ? Suppose, you think an assembly can be removed and a ...
1
vote
2answers
83 views

Visual Studio 2012 crashes and restarts every time I run a test

I have a unit test project in my solution and every time I run a test, my vs2012 crashes and restarts itself. Basically the test finishes and then a popup shows up saying Microsoft Visual Studio ...
0
votes
2answers
13 views

Only slight changes between 2 database projects

So for better or worse we've got two database projects that have essentially the same schema. The only differences being that Database 2 has a few more indexes than Database 1. Is there an easy way ...
0
votes
1answer
60 views

Unable to connect to SQL database - C#, VS2012, SQL Server 2012

I have SQL Server 2005, 2008 and 2012 installed on my Windows 7 64bit PC. Here is my Configuration Manager, and I do see that the Agent is Stopped... not sure if this is required. I've split it ...
0
votes
1answer
38 views

How can you make the file get added to the recent projects MRU list when programatically opening a solution in VS?

When a solution is programmatically opened in an add-in/extension (VS2012 in my case) using Solution.Open, the solution file is not added to the projects MRU (i.e. File->Recent Projects and Solutions ...
0
votes
1answer
36 views

Is Visual Studio 2012 faster than 2010 in design view?

I currently use Visual studio 2010 and it is very slow in design view when a page has a lot of controls. For example changing a property on a control in a big page can show the spin wheel (hourglass) ...
0
votes
0answers
12 views

No syntax highlighting for ria classes in VS2012

I have a Silverlight application which uses WCF/RIA services, and since upgrading to VS2012, I've noticed that classes generated by RIA are not being highlighted in the typical "reference type blue". ...
2
votes
1answer
140 views

How do I uninstall Visual Studio 2012 Update 2? [closed]

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 update? ...
1
vote
1answer
69 views

Why the checkbox Prefer-32 bit is disabled in Visual studio 2012?

I came across a situation that I would like to set the Prefer 32-bit in true. But in the Visual Studio 2012 it is showing disabled. And no matter what I do it doesn't get enabled. I read that Any CPU ...
1
vote
1answer
35 views

Keyboard shortcut to switch between source and test files easily

Is there an extension or a keyboard shortcut like MoreUnit for Eclipse in Visual Studio that would allow me to quick switch between a source file and a unit testing file. Also in Eclipse, I used to ...
2
votes
2answers
62 views

I can't see the folders I created in my project

I have been working on a project in C# in Microsoft Visual Studio 2012. Since I have a lot of C# files I decided to put them in a few folders based on their type. For example an interfaces folder and ...
0
votes
1answer
33 views

Refactoring project structure in Visual Studio 2012

Say I have a class library project that I feel is getting too large and unwieldy and I want to break it out into smaller class library projects for easier distribution and deployment. Is there a way ...
0
votes
1answer
59 views

How to show Chinese character in visual studio 2012

I have a problem when showing the Chinese character in vs 2012. When I try to show them, they only show  (square symbol). How can I show it it visual studio 2012. Thank you so much!!!
1
vote
1answer
39 views

Corrupt project VS2012

Opening a solution (2 projects) in VS2012, I get several errors: 1. Unable to load one or more breakpoints. 2. Value does not fall within the expected range (opening web.config) Looks something is ...
0
votes
1answer
13 views

app,config not overwritten or changes not picked up with custom app.config files according to Build cofiguration

I am currently creating a solution that must both work with localdb and sqlservercompact 4.0, using EntityFramework Code First. I created therefor extra builconfigurations: LocalDb and SQLCE. ...
1
vote
1answer
37 views

NuGet Package Manager Console autocompletion suggests all files from PATH

Here's an example: You can see that NuGet's own commands are hidden among all these files (probably all the files from PATH folders) in autocomplete suggestions. Should it be that way or have I ...
0
votes
1answer
34 views

VS 2012 include or link image in code

I am testing a SW (somekind of graph thing) as part of my university studies and would like the developers' life make easier (and also make them not to be frustrated and lost in the lot of tests). I ...
0
votes
0answers
46 views

Visual Studio keep crashing on System.Runtime.CompilerServices.AsyncMethodBuilderCore

When debugging a Windows Phone 7.1 app, Visual Studio keeps crashing with the following exception. I am not sure, what is the cause for this? Could it be related to the async library I use for my ...
1
vote
1answer
61 views

Call C function from inline assembly VS2012 - segfault?

Well, I've read the questions that are similar to mine but I haven't been able to solve this problem yet. I've also checked this which could, obviously, solve my problem. But it didn't. I have a C ...

1 2 3 4 5 19