visual-studio-2015

How to correct Stack UNDERflow error

北城以北 提交于 2020-01-07 08:33:08
问题 I get an InvalidProgramException when trying to execute a particular procedure in an application I am working on when it has been compiled with optimizations (Visual Studio 2015). I used PEVerify to see what it says about the problem, and it tells me "Method[offset 0x00000351] Stack underflow". Obviously I can fix the problem by turning optimizations off, but that is a less than optimal solution, as is waiting for MS to fix whatever bug causes it in the next version. What can I do to fix a

C#/C(managed2unamanged)Visual studio 2015 update 2 , .NetCore Console App 1.0 , not able to debug Native Code Debugging

天大地大妈咪最大 提交于 2020-01-07 07:43:08
问题 I am using a .Net Core Console App using Visual Studio 2015 update 2 on windows machine. I am using a package "pack1"(managed code) in this console application which in turn calls native / c code dll. I am able to step into pack1 code, but i am not able to step into my native code. Tried giving symbol path to native code pdb file , enabled native and managed code compatibility option,tried putting breakpoint into the native c source code directly, also tried to step into c code from managed

Cannot Install Visual Studio 2015 Community on Windows 7

瘦欲@ 提交于 2020-01-07 06:56:15
问题 Every time I try to install visual studio community version I run into an issue with missing setup packages. The installer particularly tells me that I am missing vcredist_x86.exe. However, I have installed the visual c++ redistributable Packages for Visual Studio 2013 as well as the ones for visual studio 2015. I don't get why this message keeps coming up. I can continue installation if I select "skip", but the message comes back not much later. 回答1: Try running the installer with

VS2015: Migrated project compiles, but won't run (“Debug Assertion Failed!”)

帅比萌擦擦* 提交于 2020-01-07 06:55:22
问题 I have a program that was original compiled in VS2013. Now that I have VS2015 installed, I have been having issues even getting my application to compile. It is written in C++/CLI. It originally targeted the v120_xp toolset. I tried compiling with that targeted toolset (along with all C++ libraries my program utilizes, which are GraphicsMagick and libsquish). It wouldn't even compile if it targeted that toolset. So I tried targeting v140_xp (a few of the users of my program still use Windows

Visualstudio 2015 + Resharper GER keybindings ctrl + alt + 1to7 (angled bracket) not working

烂漫一生 提交于 2020-01-07 05:40:08
问题 I am experiencing and odd keybinding behaviour after installing VisualStudio 2015 and Resharper on my Surface Pro 3 running Windows 8.1. Problem Usually ctrl + alt + 7 should type an "{" but it actually does nothing on any text input (VS, Notepad++, Editor). All other GER typical bindings with ctrl + alt + 1 to 7 also do not work like they should. ctrl + alt + 1 for example launches Firefox (which is first shortcut in my quicklaunch, but changing that does not launch another program). The

VS2015 Cordova MDAVSCLI : error : EBUSY, resource busy or locked symlink

白昼怎懂夜的黑 提交于 2020-01-07 05:38:08
问题 I have a solution structure in which I´m using some projects with symbolic links to allow an easy reuse of code among different solutions. It was working flawlessly on VS2013 CTP3.1, but on VS2015 I keep getting ,intermittently, the following: MDAVSCLI : error : EBUSY, resource busy or locked 'F:\Github\softwrench\softwrench.sw4.pae\offline_content\pae' 1> at Error (native) 1> at Object.fs.symlinkSync (fs.js:848:18) 1> at cpdirSyncRecursive (C:\Users\rolim\AppData\Roaming\npm\node_modules\vs

Visual Studio 2015 Express not recognised by private build agent

隐身守侯 提交于 2020-01-07 05:01:13
问题 If I install Visual Studio 2017 Community edition on a machine and registered it as a build agent, then the 'capabilities' tab against the agent registration shows the following environment variables: VisualStudio C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\ VisualStudio_15.0 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\ VisualStudio_IDE C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\ VisualStudio_IDE_15.0 C:\Program Files (x86)

Where Enterprise Library Configuration Editor for Visual Studio 2015?

邮差的信 提交于 2020-01-07 04:22:10
问题 Where Enterprise Library Configuration Editor for Visual Studio 2015? Is this feature missing for Visual Studio 2015? I'm on EL5. 回答1: EntperiseLibrary.Config V6 extension is not supporting Visual Studio 2015. So you need to update the config file to add the support. You can find a compatible version for VS 2015 here It worked for me. 来源: https://stackoverflow.com/questions/32189967/where-enterprise-library-configuration-editor-for-visual-studio-2015

Visual Studio 2015 custom install does not include Visual Basic?

荒凉一梦 提交于 2020-01-07 03:46:06
问题 There is no option to install the Visual Basic language when choosing "custom" install of Visual Studio 2015. I really need to do a custom install, but I also really need Visual Basic! What a ridiculous fail by Microsoft, unless I'm missing something obvious here? 回答1: "A Custom installation automatically includes the components that are in a Default installation." So as per following, C# and VB always get installed. MSDN Guide on Installing VS 2015 回答2: You misinterpret what you see, support

ERROR: To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition (64-bit) of Integration Services or higher

喜夏-厌秋 提交于 2020-01-07 03:38:27
问题 I have VS2015 Community and SQL Server 2016 Developer installed. Using the MSFT link, I've ensured to download the latest version of SSDT, which appears to install without error (though, Integration Services do not show in the SQL Configuration Manager). Using previously validated projects that creates and executes SSIS packages, I cannot get the same code to work with the current setup. The error showing when I debug: Component: SSIS.Pipeline Error: To run a SSIS package outside of SQL