Why can’t my program compile under Windows 7 in French? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about programming within the scope defined in the help center. Closed 8 years ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is … Read more

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 getwritings() in an async method and put await to left of it. However , when I create a LongListView in my page … Read more

Process with an ID #### is not running in visual studio professional 2013 update 3

I am trying to run any program on visual studio 2013 update 3 and I get the following alert box : Process with an ID #### is not running . // every time there is different ID number showing and in the error windows I get this error msg: The program ‘[3148] iisexpress.exe’ has exited … Read more

How do you reference a capture group with regex find and replace in Visual Studio 2012, 2013, 2015, and VS Code

I realize there are a ton of questions about this, but none that I found specifically referenced which VS version they referred to. With that important information lacking, I still was unable to successfully use the answers I found. The most common was Surround with {}, display capture with \1, \2, \n However, that seems … Read more

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. Previously, I was using Visual Studio 2012. It had developer command prompt installed by default. Does anyone know why VS2013 doesn’t have developer command prompt by default? How … Read more