About 6,730 results
Open links in new tab
  1. How to create a .exe file to run it on any window

    May 20, 2014 · To make your exe file independent of other DLLs you must create a release build, using /MT for the release build runtime library setting. Make sure you understand that there are two …

  2. Issue in running a batch file in IIS from asp.net web application

    Jan 21, 2018 · My batch file in calls an exe file which does some work. It all works fine on my local machine. When I try to do this on my testing server which is Windows server 2003, I can see the …

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

    Jan 14, 2006 · To set the icon file for your ClickOnce deployed application using VS, open the Application Property Page. Set the Icon File property to the icon file you want to use by browsing to …

  4. Cannot save app.config file modified by program on system

    Mar 20, 2010 · I want to change the application's app.config file deployed on the User's system dynamically based on his selected options in the application. I thought of doing the simplest thing …

  5. how to attach sql database file to creating .exe setup in c#

    Oct 15, 2018 · I create a Setup file and put data folder, in data folder i put database file , but the problem is i have to mannualy attach database file in sql server 2005. I have to automatically attach database …

  6. can't create instance with LocalDB - social.msdn.microsoft.com

    Feb 16, 2019 · If SQL Server 2014 LocalDB is correctly installed, go to c:\Program Files\Microsoft SQL Server\120\Tools\Binn , execute the command: sqllocaldb.exe create "localDB2014" 12.0 -s as …

  7. Error: Cannot create more than one System.Windows.Application …

    May 29, 2013 · Please note, you need to make this application executable at the same folder with the wpfApplication1.exe file. I don't know why you don't use the myAssambly variable to get the App type …

  8. Deserialize an object from another project

    Sep 23, 2011 · In assembly A (a exe), I serialized a class into byte array and stored in a local file, in assembly B (also a exe), when I try to deserialize the byte array got from the local file to a class …

  9. VB.NET FTP Client - social.msdn.microsoft.com

    Aug 18, 2012 · Question 0 Sign in to vote hi all, i would like to know how to show the FTP file list and how to upload/download file via FTP many thx hunb Monday, June 4, 2007 6:47 AM

  10. How Can I Tell Who Has A File Open?? - social.msdn.microsoft.com

    Jun 30, 2011 · I have a copy of C# Express installed and I am wondering if I can create an executable to run on my desktop, and I would like to distribute this to people on my team, that tells me who has a …