About 50 results
Open links in new tab
  1. MSDN

    MSDN

  2. RSS Connection failed - social.msdn.microsoft.com

    Mar 27, 2020 · When i create a new blank logic app, and select the rss trigger (When a feed item is published), i get the error "Create simple connection failed".

  3. Portable Internet Explorer - social.msdn.microsoft.com

    Jun 7, 2011 · Are you going to create a portable internet explorer with no caching in the future? I want to have the IE on a USB key. //Steen Friday, November 17, 2006 1:12 PM

  4. Login failed setting up linked server.

    Oct 12, 2018 · We are trying to set up a linked server to be able to query "Prod" from "Dev". Both SQL Server are 2008 ( I know, we need to upgrade). The user that needs to Query Prod from Dev, has …

  5. Making a meeting request (VB.NET app + outlook 2010)

    Mar 23, 2012 · I was wondering if someone could help me to find the best way to develop a way to send a meeting request with a .Net application.

  6. Create table if not exists - social.msdn.microsoft.com

    Dec 9, 2019 · Is it possible to create a table out of the DataTable in case it doesn't exist in the destination before performing the SQLBulkCopy.

  7. Print Invoice In asp.net Web Application

    May 6, 2014 · Question 0 Sign in to vote User-1610344614 posted I am developing web application . we need to print invoice either directly or with preview in client side how can i do that .i already designed …

  8. What does the IPM.Note.Microsoft.Missed class represent?

    Apr 3, 2017 · I can't find any documentation on this online. What sort of content is held in the IPM.Note.Microsoft.Missed data type? Monday, April 3, 2017 1:59 PM

  9. Disable Insecure Ciphers In Azure Web portal

    Apr 28, 2017 · Is there a way to disable "TLS_RSA_WITH_3DES_EDE_CBC_SHA" vulnerable cipher from the Azure App service (Web Portal).

  10. Make a filename hash without special characters

    User1439985827 posted You could simply replace the \ with an underscore, string.Replace ('\\', '_'), since "\" is the only character you cannot use in a file name that is part of the Base64 alphabet, it's …