visual-studio-2013

Cannot run web application on Windows 10 using IIS Express

青春壹個敷衍的年華 提交于 2020-03-17 05:37:20
问题 I am developing a web application using ASP.NET MVC (a rather simple application, having just a single controller and a few routes; there´s nothing fancy in it). In the beginning I used Visual Studio 2013 and Windows 8/8.1. A couple of days ago I switched to Windows 10 and I am having trouble to run the application on my local development machine (I have both Visual Studio 2013 and 2015 installed, but I continue using Visual Studio 2013 for this project). When I start a new instance for

Using Visual Studio 2013's C compiler for MATLAB

主宰稳场 提交于 2020-02-25 04:59:06
问题 I added Visual Studio 2013 as the default C compiler for MATLAB using the mex -setup command. I added Visual Studio 2013 using a download I found on the internet with the following instructions. The files * msvc120engmatopts.bat * msvc120opts.bat * msvc120opts.stp should be copied to C:\Program Files\MATLAB\R2013a\bin\win64\mexopts . The files * msvc120compp.bat * msvc120compp.stp should be copied to C:\Program Files\MATLAB\R2013a\bin\win64\mbuildopts . My version of MATLAB is R2011b, so I

Process with an ID is not running

纵然是瞬间 提交于 2020-02-24 19:04:35
问题 I have an issue when I debug my application it says "process with an ID is not running in visual studio 2013." Every time it comes with different process number. I tried deleting the IISEXPRESS folder then set environment variable to 1 . But still got the error. 回答1: Resolution I found; Head to %userprofile%\documents\IISExpress\Config directory Delete all files within that folder. Restart visual studio and works like a charm. 回答2: I had the same issue using VS 2017. This worked for me. I

Process with an ID is not running

笑着哭i 提交于 2020-02-24 18:59:48
问题 I have an issue when I debug my application it says "process with an ID is not running in visual studio 2013." Every time it comes with different process number. I tried deleting the IISEXPRESS folder then set environment variable to 1 . But still got the error. 回答1: Resolution I found; Head to %userprofile%\documents\IISExpress\Config directory Delete all files within that folder. Restart visual studio and works like a charm. 回答2: I had the same issue using VS 2017. This worked for me. I

Passing /highentropyva- to CSC compiler from MSBuild command-line or project file

可紊 提交于 2020-02-20 06:16:50
问题 I need to compile my C# application with high entropy VA turned off due to a vendor library incompatibility. The only way I've found to do it so far is a post-build step with editbin, but that's quite clunky. Is there a better way? 回答1: The IDE is missing support for this option in the Build property sheet. But that's easy to work around, you can simply add the property to the .csproj file by hand. Open it in a text editor, Notepad is fine. Locate the <FileAlignment> property and add after it

error in visual studio 2013 (compilation and running code)

早过忘川 提交于 2020-02-08 09:10:52
问题 I have visual studio 2013 installed but each time I try to compile the code or run it. When I compile it displays this: Error 1 error MSB4014: The build stopped unexpectedly because of an internal failure. System.Text.EncoderFallbackException: Unable to translate Unicode character \uDF10 at index 949 to specified code page. at System.Text.EncoderExceptionFallbackBuffer.Fallback(Char charUnknown, Int32 index) at System.Text.EncoderFallbackBuffer.InternalFallback(Char ch, Char*& chars) at

unable to find “bring to front” and “send to back” option in visual studio 2013

好久不见. 提交于 2020-02-04 01:55:06
问题 I am new to Visual Studio 2013. I am using a single form with two panels where the second panel is stacked on top of the first. I am unable to switch to the first panel. I have searched Google and also looked for answers here as well. They all suggest using the "Bring to Front" and "Send to Back" options, but I cannot find them anywhere. 回答1: You can also go to the Document Outline Window and drag your Controls into the right order. You can find it under View -> Other Windows 回答2: Goto Design

Visual Studio asks me to reference a nonexistent assembly

爱⌒轻易说出口 提交于 2020-02-03 03:16:45
问题 I somehow brought my project to a state where Visual Studio 2013 fails to compile it with a ridiculous error: The type 'System.Collections.Generic.Dictionary`2' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. First of all, there is no such assembly, it does not exist . Second, Dictionary<TKey, TValue> is defined in mscorlib.dll , which is referenced by default, of

Visual Studio asks me to reference a nonexistent assembly

蓝咒 提交于 2020-02-03 03:16:26
问题 I somehow brought my project to a state where Visual Studio 2013 fails to compile it with a ridiculous error: The type 'System.Collections.Generic.Dictionary`2' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. First of all, there is no such assembly, it does not exist . Second, Dictionary<TKey, TValue> is defined in mscorlib.dll , which is referenced by default, of

axWindowsMediaPlayer: Black Screen on looping

眉间皱痕 提交于 2020-02-02 11:30:12
问题 I have created a Windows Form Application having axWindowsMediaPlaye r control. I haven't created a playlist on it, but I have stored my .mp4 files at a particular location. I pass the path to my next video at Media Ended state. For the first time, the player receives the correct path and play. But for the second video, I can only see a black screen although the player is receiving the correct path to play. Here is my code for Media Ended State: private void axWindowsMediaPlayer