tagged [visual-studio-2013]

Error MSB3027: Could not copy "C:\pagefile.sys" to "bin\roslyn\pagefile.sys". Exceeded retry count of 10. Failed

Error MSB3027: Could not copy "C:\pagefile.sys" to "bin\roslyn\pagefile.sys". Exceeded retry count of 10. Failed I am consistently getting this error with VS 2013: > Could not copy "C:\pagefile.sys" t...

What is the difference between Visual Studio Express 2013 for Windows and Visual Studio Express 2013 for Windows Desktop?

What is the difference between Visual Studio Express 2013 for Windows and Visual Studio Express 2013 for Windows Desktop? 1. What is the difference between Visual Studio Express 2013 for Windows and V...

Working with Unity3D and Visual Studio 2013

Working with Unity3D and Visual Studio 2013 how do i get Unity3D for debugging the code, and Visual Studio 2013 which i have now to only script the code. Example: Like Flash Professional for debugging...

Create a asmx web service in C# using visual studio 2013

Create a asmx web service in C# using visual studio 2013 Hy, how can I create a web service in Visual Studio 2013? I have found [this](http://tarikub.blogspot.co.at/2013/09/turning-wcf-service-into-as...

Where is Developer Command Prompt for VS2013?

Where is Developer Command Prompt for VS2013? I need to run web.exe file from my developer command prompt in Visual Studio 2013. By default, the command prompt is not installed in Visual Studio 2013. ...

3 Mar at 00:19

How do I auto increment the package version number?

How do I auto increment the package version number? I realize that the build/revision number of the assembly can be auto incremented by changing to in the AssemblyInfo.cs file. But how do I auto-incre...

Breakpoint Failed to Bind - Visual Studio 2015

Breakpoint Failed to Bind - Visual Studio 2015 I just upgraded from Visual Studio 2013 to 2015 and now I am having trouble with breakpoints. It's a hit or a miss where break points will actually work ...

How to enable C# 6.0 feature in Visual Studio 2013?

How to enable C# 6.0 feature in Visual Studio 2013? I was going through the latest features introduced in C# 6.0 and just followed an example of auto property initializer, but my IDE did not recogniz...

Ignoring files from checkin with certain pattern of change

Ignoring files from checkin with certain pattern of change Since having started using [JetBrains Annotations](https://www.nuget.org/packages/JetBrains.Annotations), for my own benefit I've decorated a...

the namespace "system" could not be added to the project

the namespace "system" could not be added to the project I am working on a C# PCL. The targets include Windows Phone, iOS, and Android (all via Xamarin). Whenever I add a new class, I get a popup star...

Performans & Diagnostics - Not Applicable Tools in VS2013 Ultimate

Performans & Diagnostics - Not Applicable Tools in VS2013 Ultimate I use Visual Studio 2013 Ultimate on Windows 8.1 Pro and want to analyze performance metrics of my web project with profiler. But man...

unable to evaluate expression whilst debugging

unable to evaluate expression whilst debugging When debugging asp.net code (running against IIS, and using Visual studio 2013) and in a breakpoint and trying to evaluate a variable using quick watch i...

16 Jan at 16:6

How to resolve this conflict of two JSON.net existing?

How to resolve this conflict of two JSON.net existing? I updated json.net in all projects in my solution and after I get this error: > The type 'Newtonsoft.Json.JsonConvert' exists in both '\packages...

2 May at 12:3

Running a test category from the Visual Studio UI

Running a test category from the Visual Studio UI I have a set of unit test , marked with category attribute like so: I can run the tests from the console as described here [http://msdn.microsoft.com/...

Quick-delete surrounding statements in Visual Studio or Resharper

Quick-delete surrounding statements in Visual Studio or Resharper I often find I need to remove nesting statements, say an if conditional becomes irrelevant: ### From ``` if (processFile != null && pr...

Can't get Visual Studio 2013 browser link working with static html

Can't get Visual Studio 2013 browser link working with static html I've been having trouble getting Visual Studio's browser link functionality to work consistently. The projects I've tried it in have ...

An error occurred while calculating code metrics

An error occurred while calculating code metrics ## Issue description When I tried to run code metrics in Visual Studio 2013 for c# project (Analyze -> Calculate Code Metrics for Solution) I get follo...

7 Sep at 08:35

c# does not contain a definition for "InitializeComponent" and name "controlName" does not exist in current context

c# does not contain a definition for "InitializeComponent" and name "controlName" does not exist in current context I've been developing a windows phone app in a team since June. Everything worked fin...

Targeting pack for .NET 4.5.2 not installed

Targeting pack for .NET 4.5.2 not installed When opening an already existing solution in Visual Studio, it says > The C# project "..." is targeting ".NETFramework,Version=v4.5.2", which is not install...

23 May at 12:18

Refactor/Move String to App.Config Key

Refactor/Move String to App.Config Key Both Visual Studio 2013 and ReSharper offer many convenient shortcuts for refactoring code. One I commonly use is ReSharper's "Move String To Resource File", whi...

/platform:anycpu32bitpreferred is not a valid setting for option /target:library or /target:module

/platform:anycpu32bitpreferred is not a valid setting for option /target:library or /target:module I created a Windows service project and later decided to change it's output type to class library so ...

27 Aug at 13:48

Visual Studio 2013 > New project > unspecified error (exception from hresult: 0x80004005 (e_fail))

Visual Studio 2013 > New project > unspecified error (exception from hresult: 0x80004005 (e_fail)) Can anybody shed any light on the above error? I've tried with both Express and Ultimate editions of ...

TFS error: item has pending changes but does not exist locally

TFS error: item has pending changes but does not exist locally The following TFS error occurs using Visual Studio 2013 to interface to TFS (TFS apparently also carries the version of Visual Studio wit...

How to setup remote debugging with a different directory

How to setup remote debugging with a different directory I have a c# visual studio 2013 project. I want to use remote debugging. When setting a directory on the remote machine which is identical to th...

Switch enum auto-fill

Switch enum auto-fill I was typing a switch with an enum in VS 2013 and all case statements filled out automatically after I finished the switch. Now I can't repeat it. I was not hallucinating, the sw...

4 Nov at 22:4