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.

53 votes
5 answers
85k views

Can I still use Microsoft.Office.Interop assemblies with office 2013?

I had to import an older project (in .Net 2) into Visual Studio 2013, it makes use of the Microsoft Primary Interop Assemblies. Visual Studio said that I need to add references to the project. Now I ...
Zapnologica's user avatar
  • 22.5k
200 votes
6 answers
127k views

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, class NewSample { public Guid Id { get; } = Guid.NewGuid(); } but my IDE ...
Hassaan's user avatar
  • 3,941
292 votes
15 answers
271k views

Call asynchronous method in constructor?

Summary: I would like to call an asynchronous method in a constructor. Is this possible? Details: I have a method called getwritings() that parses JSON data. Everything works fine if I just call ...
Kaan Baris Bayrak's user avatar
117 votes
5 answers
105k views

Dependency Walker: missing dlls

I have been trying to resolve .dll dependencies for the executable file with Dependency Walker. Currently, I am getting missing .dlls in the following form: API-MS-WIN-XXX EXT-MS-WIN-XXX For ...
Ben N.'s user avatar
  • 1,307
3 votes
3 answers
4k views

Installer with Online Registration for Windows Application

We have developed a software in vb.net using Visual Studio 2013. Now we want to build a custom installer with following steps/features: User Start to install our software. At 'Enter Serial Key' ...
Jerry Jones's user avatar
205 votes
10 answers
93k views

Can I record/play macros in Visual Studio 2012/2013/2015/2017/2019?

Apparently macros were dropped from Visual Studio 2012. Is there a plugin/extension/tool that will let me record & play keyboard macros (much like the record/play temporary macro in ...
laktak's user avatar
  • 59k
197 votes
27 answers
197k views

SSL Connection / Connection Reset with IISExpress

I'm using the new Visual Studio 2013 with IISExpress for the first time (previously used ASP.net Development server on VS2010). I'm running into issues trying to debug my project. This is what I see ...
Kevin's user avatar
  • 3,329
320 votes
10 answers
504k views

Ignore Typescript Errors "property does not exist on value of type"

In VS2013 building stops when tsc exits with code 1. This was not the case in VS2012. How can I run my solution while ignoring the tsc.exe error? I get many The property 'x' does not exist on value ...
daniel's user avatar
  • 35.2k
215 votes
24 answers
210k views

External VS2013 build error "error MSB4019: The imported project <path> was not found"

I am building a project through the command line and not inside Visual Studio 2013. Note, I had upgraded my project from Visual Studio 2012 to 2013. The project builds fine inside the IDE. Also, I ...
Sarah Weinberger's user avatar
21 votes
3 answers
31k views

How can I set the dpiAware property in a Windows application manifest to "per monitor" in Visual Studio?

I need to be able to set the dpiAware property in the manifest of my application to "per monitor". The available choices in the properties are just to enable or disable DPI awareness. Neither of ...
Wayne's user avatar
  • 331
53 votes
4 answers
94k views

Visual Studio 2013 and ASP.NET Web Configuration Tool

I'm using Visual Studio 2013 and as you probably know there is no ASP.NET Web Configuration Tool. I wanted as always make fast roles etc. I tried enable it using this article: http://blogs.msdn.com/b/...
Placek's user avatar
  • 699
42 votes
2 answers
26k views

Difference between std::regex_match & std::regex_search?

Below program has been written to fetch the "Day" information using the C++11 std::regex_match & std::regex_search. However, using the first method returns false and second method returns true(...
Mantosh Kumar's user avatar
41 votes
25 answers
115k views

"There was an error running the selected code generator" in VS 2013 scaffolding

I'm creating a new view off of a model. The error message I am getting is Error There was an error running the selected code generator: 'Access to the path 'C:\Users\XXXXXXX\AppData\...
Brian Webb's user avatar
  • 1,146
55 votes
7 answers
59k views

Is SQL Server Compact discontinued from Visual Studio 2013?

when I tried to create a new SQL Server Compact file from Visual Studio -> Add New Item, I don't see the 'Local Database' option any more which was actually the way to add SQL Server Compact Database. ...
Emran Hussain's user avatar
24 votes
1 answer
8k views

Publish Multiple Projects to Different Locations on Azure Website

Feel free to recommend a better title or changes to my explanation below! I am using Windows Azure Websites (for the first time) and have connected it to a solution in Visual Studio Online (also my ...
Markus's user avatar
  • 688

15 30 50 per page
1
2 3 4 5
136