About 3,470 results
Open links in new tab
  1. Prerequisites to Develop .NET 3.0 code? - social.msdn.microsoft.com

    Mar 20, 2007 · I know that I need the .NET 3.0 framework, and the Visual Studio 2005 Extensions (WWF, WCF & WPF), but it also looks like I need the Windows SDK for Vista and .NET 3.0 …

  2. '_MIN': identifier not found using VC9 - social.msdn.microsoft.com

    Apr 10, 2008 · i noticed that #ifndef _MAX has been removed from xutility ( C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility ) which were present in xutility (C:\Program …

  3. Generate XML Documentation using MSBuild /property

    Apr 24, 2007 · I expected the /p oc parameter to override the settings in the csproj file and generate the XML output. The /p:nowarn parameter worked as I expected. I do not see …

  4. Convert dic to txt - social.msdn.microsoft.com

    Mar 20, 2012 · Question 0 Sign in to vote Is there a code sample or free program on how to convert *.dic to *.txt file Monday, February 2, 2009 9:05 AM

  5. Type <Form>.<DatasetName> is not defined

    Apr 4, 2012 · Gallery MSDN Library Forums Get started for free Type <Form>.<DatasetName> is not defined Archived Forums 421-440 > Visual Basic

  6. Convert Text using readline to sentence casing or upper case.

    Jan 1, 2013 · Visual Studio Visual Studio Integrate VSIP Program Microsoft .NET Microsoft Azure Connect Forums Blog Facebook LinkedIn Stack Overflow Twitter Visual Studio Events …

  7. Visual C++ for Linux: copy content files to build directory?

    Mar 24, 2017 · I have a Visual C++ for Linux project in VS2017 that I'm building on a Raspberry Pi running Raspbian. This project consists of a single source file (main.c) and an image (test.jpg). …

  8. Consuming Web Service with Base64 authentication

    Sep 8, 2009 · I need to call a web service from .Net and the web service is authenticted through Base64 authentication.

  9. MFC CPrintDlg not working well after Windows10 Anniversary …

    Nov 17, 2016 · My MFC application's printing dialog (derived from CPrintDlg) does not receive the WM_INITDIALOG message so OnInitDialog is not called. This happens only on Win10 after …

  10. Static constructor is called only once when Nunit same test …

    Nov 9, 2015 · I have a static constructor in my code, in which I am creating an instance of a class. When I attach with Nunit to debug my testcase, for the first time static constructor is called and …