Skip to main content

Questions tagged [visual-studio-2013]

Visual Studio 2013 is a version of Microsoft's Visual Studio (also known as "Dev12", includes C++ compiler version 18.0). Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

visual-studio-2013
6,540 questions with no upvoted or accepted answers
20 votes
0 answers
3k views

Visual Studio Intellisense issue: Unknown CSS class 'some-class'

I'm developing in Visual Studio 2013 Premium along with Web Essentials 2013 (update 4) an MVC 5 application with LESS for my CSS preprocessor. Web Essentials automatically compiles the files upon ...
james's user avatar
  • 5,156
15 votes
1 answer
2k views

VS2013: Memory profiler doesn't show anything on a specific project

I want to use the memory profiler of the visual studio 2013 ultimate for profiling a WPF application. But there seems to be a problem: After running the profiler there is no data available/showed. I ...
Rul3r's user avatar
  • 536
12 votes
0 answers
1k views

How can I make Visual Studio show the entire documentation for exceptions?

I am using Visual Studio 2013 with ReSharper 8.2.3. In the code editor, VS will display some information about identifiers under the cursor in a popup box. This information is taken from the Xml API ...
O. R. Mapper's user avatar
  • 20.5k
12 votes
0 answers
2k views

The imported project "C:\Program Files (x86)\MSBuild\Microsoft\Portable\Microsoft.Portable.CSharp.targets" was not found

When compiling, I get this error The imported project "C:\Program Files (x86)\MSBuild\Microsoft\Portable\Microsoft.Portable.CSharp.targets" was not found. If I comment it out, I get The <...
Bryan Cole's user avatar
12 votes
1 answer
4k views

How can I copy hex from Visual Studio's binary editor?

I'm comparing two bitmap files in Visual Studio's binary editor and I'd like to annotate a copy of them with the various parts of the bitmap header that I think each byte sequence forms. Here's how ...
dumbledad's user avatar
  • 17.2k
12 votes
2 answers
789 views

Running parallel test with PNunit, can't read from config file

I wanna run pararell tests in Browserstack. This is my test project RTest (Unit test project in VS 2013) -UnitTest1.cs -RTest.config I open Nunit and browse to my dll bin/debug/RTest.dll and Nunit ...
user3624378's user avatar
11 votes
0 answers
1k views

Visual Studio equivalent of GCC's __attribute__((target("sse")))

This is the problem I encountered when I tried to migrate an existing GCC project to Visual Studio. For a given function void foo(), I hand-optimize it by sse/avx intrinsics, resulting in two ...
Ming Wei's user avatar
  • 148
11 votes
1 answer
2k views

Scaffolding an external model in ASP.NET MVC 5

I have a simple domain model in an external assembly. This model uses DTOs to communicate with a couple service classes. It does not use Entity Framework. In Visual Studio 2012 I could select my DTOs ...
Rob Windsor's user avatar
  • 6,829
11 votes
1 answer
455 views

How to inspect variables in a FAKE script?

I have a bug in my FAKE script in obscure code were I interface with legacy build infrastructure. I have a bug there and I wanted to debug my script in Visual Studio. I used --break flag to attach ...
Michal Sznajder's user avatar
11 votes
0 answers
3k views

Versioning your Model objects in Microsoft Web API 2 (REST, MVC)

We have a REST API which already uses "/v1/" in the controller routes and we're planning to create a "/v2/" path and also take advantage Web API 2. I was able to find a lot of information about ...
Dennis's user avatar
  • 2,616
11 votes
1 answer
3k views

The type 'Newtonsoft.Json.JsonConvert' exists in both 'Newtonsoft.Json.dll' and 'NuGetApi2.dll'

I am trying to serialize object on the fly into immediate window by using Newtonsoft.Json.JsonConvert.SerializeObject(myObj); However I am getting following error The type 'Newtonsoft.Json....
Matas Vaitkevicius's user avatar
10 votes
0 answers
1k views

dotPeek symbol server not providing source code to VS2013 debugger

My understanding of dotPeek symbol server feature is as follows: Whenever IDE asks for debugging information on a given assembly dotPeek decompiles the assembly and symbols (+ decompiled source code?)...
Kostas's user avatar
  • 2,474
10 votes
1 answer
2k views

Can I change the default case for SQL keywords in Visual Studio 2013?

SQL keywords default to upper case in Visual Studio. Is there a way to change that? My team uses lower case for all keywords.
Anthony's user avatar
  • 1,807
9 votes
0 answers
1k views

"Add Solution to Source Control ... " doesn't work

I am stuck with the step, Enter the GitHub URL into the yellow box (use HTTPS URL, not the default shown SSH one) I don't even see any input field. Only the following error message. An ...
user366312's user avatar
  • 16.4k
9 votes
1 answer
2k views

How to get past Visual Studio Schema Compare constantly showing differences?

I've created a database project in my solution in Visual Studio 2013 and imported a database from a SQL server. I then did a SQL compare; the source is the database, the destination is the database ...
MDD's user avatar
  • 169

15 30 50 per page
1
2 3 4 5
436