About 3,930 results
Open links in new tab
  1. VS 2015 Express Setup package is either missing or damaged / vcredist ...

    Aug 22, 2016 · I'm installing VS 2015 to learn C#, as it's installing it stops to tell me that there are package (s) to be either missing or damaged and asking me to locate them if I could: C:\Users\ …

  2. Error 15605 from installing Windows 10 SDK from VS2015 ISO

    Sep 5, 2015 · edit: It fixed. I was notified by my friend about UWP updates, and after the updates the designer works fine Edited byNobodykidMonday, September 21, 2015 5:53 AMFound solution from …

  3. Reading .ini file config VB .NET Winsock

    May 5, 2015 · I have program 2 program in VB.Net that uses Winsock. The program is client and server. I want to make an external config in .ini file in server side for setting localport in Winsock.

  4. Remote Debugger failed to start - social.msdn.microsoft.com

    Jun 10, 2016 · The Visual Studio 2015 Remote Debugger (MSVSMON.EXE) does not appear to be running on the remote computer When i Start the Debugger on the web interface I get the below error:

  5. What are potential problems for MFC Win7 application running on …

    Jun 19, 2015 · However, this also depends on how you build your original application, such as: using MFC library dynamically or statically, the compatibility of the application’s dependences, the runtime …

  6. Running C# Code on Linux - social.msdn.microsoft.com

    Jul 19, 2015 · We have an requirements to run .NET code on linux, as i came to know vnext can run on linux with .net core. do let me know when .NET Core for linux will be released.

  7. External Dependencies not interacting with Visual Studio 2015

    Aug 24, 2016 · I am running Visual Studios 2015 Community with SDK 10.0.14393 (installed with VS and update 3), and WDK 10.0.14393. I am working with a C++ project for a kernel-mode driver that I …

  8. [UWP] [C++] [Win10] DatePicker to use a custom calendar

    Sep 17, 2015 · There are built-in DatePicker.CalendarIdentifier for some calendars but unfortunately, no Chinese (Lunar) calendar. I would like to add Chinese (Lunar) Calendar to display in DatePicker …

  9. Error while upgrading .soln from VS2005 to VS2010 ultimate

    Mar 9, 2015 · Converting project file 'E:\nirajcvs\mh\build.nt_m64\build\secwrapper.vcproj'. Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been …

  10. [UWP] Linking to libcurl in Universal Windows C++ (dll)

    Mar 27, 2017 · As the answer said, when using curl in a UWP app, you must add the preprocessor definition WIN32_LEAN_AND_MEAN.