About 14,700 results
Open links in new tab
  1. How to install .vsi file? - social.msdn.microsoft.com

    Mar 15, 2007 · Thanks for the correct file association for the .vsi. That's a huge leap forward. When I now associate the .vsi's with either of the vscontentinstaller executables - at least I can …

  2. Saving a wav file in sqlsever - social.msdn.microsoft.com

    Nov 19, 2005 · a few years down the road when you begin to reach storage limits of the physical database files. The practical solution is to generate a filename and store that to the database …

  3. [UWP] Create a FileStream in UWP - social.msdn.microsoft.com

    Aug 1, 2018 · I need to read a file from disk and feed a System.IO.Stream to the library (sharpkml) that will process it. I have an issue when executing the code in UWP, in WIN32 is fine. This …

  4. Getting a Microsoft.SqlServer.Types.dll is incorrectly specified as a ...

    Mar 21, 2017 · I've looked the warning message up and found several places online that basically said to set the Build Action to None. (e.g.: How to remove or correct the warning: "Incorrectly …

  5. MSBuild include all files - social.msdn.microsoft.com

    May 31, 2011 · I have a folder named client inside which i have all my cs file. If i open .csproj file in Notepad i see <compile include = "filename1.cs"> for each file. I dont want to add all files …

  6. What is an "Application Reference"? - social.msdn.microsoft.com

    Jan 14, 2006 · The file in the Start menu used to launch an application installed with ClickOnce is of type "Application Reference". Where can I find more information about that file type? Is it …

  7. Incorrect Logon or Password Exception when using FileWebRequest

    Feb 18, 2010 · If you went to the MSDN documentation for the credentials property it says, "Because the FileWebRequest class does not authenticate requests for files from the local file …

  8. Search a .dmp file - social.msdn.microsoft.com

    May 27, 2008 · When I open the dump file in a hex editor, this string is "73 63 68 65 6d 61 5f 6e 61 6d 65 3d 3e 27". When I find that string, I need to return the text after it, up until the next …

  9. Uploading a .cs file (newbie) - social.msdn.microsoft.com

    Mar 11, 2008 · What type of file are you trying to upload? If changes is only in aspx page then you can only upload the aspx page. If there is change in code behind,You need to upload aspx.cs …

  10. download file with VBA - social.msdn.microsoft.com

    Aug 23, 2012 · i need to download a csv file from a website which needs log-in, is there any possibility to do it with VBA?