No announcements
Found 3237302 threads
-
0 Votes
How to host/run a .net exe console application non stop for a given timespan
Shared hosting will not let you run a console app.Unanswered | 3 Replies | 489 Views | Created by Anonymous - Friday, May 14, 2021 8:59 PM | Last reply by Anonymous - Saturday, May 15, 2021 10:24 AM -
0 Votes
How To Run .net EXE on Len
Hi, PaperLessOffice is Software which is needs to be run, it is made by my friend.Answered | 4 Replies | 2495 Views | Created by mpspankaj - Friday, September 9, 2011 3:20 PM | Last reply by mpspankaj - Monday, September 12, 2011 2:31 AM -
0 Votes
Running a .Net console application off a usb drive
Your app requires the support of the .NET CLR to run.Answered | 1 Replies | 3174 Views | Created by useruser1 - Wednesday, March 7, 2012 8:35 PM | Last reply by pvdg42 - Thursday, March 8, 2012 12:45 AM -
2 Votes
Bug with String.Format and TimeSpan in .NET 4?
In .NET 4.0 we have use following code which will also work in lower versions It will but it will not do any actual formatting in ...Answered | 3 Replies | 12555 Views | Created by Mark Betz - Thursday, May 6, 2010 3:05 PM | Last reply by David M. Kean - Friday, May 14, 2010 9:24 PM -
2 Votes
.NET Console application crashes with 'Has stopped working' with Error Code: Exception code: 0xe0434f4d in Windows 10
The console application is running with DOT NET Framework 2.0.Answered | 7 Replies | 9646 Views | Created by Vijay Kumar Kumpati - Monday, April 25, 2016 10:53 PM | Last reply by Mr. Monkeyboy - Monday, May 9, 2016 10:23 PM -
3 Votes
How to run .exe in an application
BOOL bReturn=FALSE; SHELLEXECUTEINFO sei; sei.cbSize = sizeof(sei); sei.fMask = SEE_MASK_NOCLOSEPROCESS; sei.hwnd = ...Answered | 3 Replies | 3045 Views | Created by Bellbharathi - Thursday, July 2, 2009 7:05 AM | Last reply by C.E.D - Thursday, July 2, 2009 10:11 AM -
0 Votes
Console application not running through scheduler
1) Run the application with the EXACT SAME credentials as given to task manager.Answered | 6 Replies | 11486 Views | Created by Sumeet86 - Sunday, July 7, 2013 6:16 PM | Last reply by khalil_kazi - Saturday, April 20, 2019 6:23 AM -
1 Votes
Console output of a console app (.exe) which runs inside Azure Function
You can redirect its output (stdout) to somewhere else, but you can't trace where that statement was run from after it reached stdout.Answered | 1 Replies | 3369 Views | Created by ahmetsy - Friday, August 30, 2019 2:01 AM | Last reply by DixitArora-MSFT - Friday, August 30, 2019 3:25 AM -
5 Votes
Application running both as Console and Windows Forms
How can i use the same command window from where i am starting the application.Answered | 13 Replies | 83580 Views | Created by Alessandro Del Sole [MVP] - Saturday, November 25, 2006 11:12 AM | Last reply by Digital_Freedom - Wednesday, February 1, 2012 5:35 PM -
1 Votes
how to Run .NET EXE on iPhone and iPad
To run .NET exe: In mobileterminal (package from cydia), type this: clrwrap yourprogram.exe Then, Portable .NET will run your executable.Answered | 9 Replies | 22053 Views | Created by Friend511 - Sunday, March 27, 2011 4:55 AM | Last reply by JailBreakMKTP - Thursday, October 17, 2013 12:49 PM -
0 Votes
Run Windows 10 console .exe application on Windows Mobile Phone
Project Centennial cannot magically make your application work on another architecture nor work on Windows Mobile which does not support running Win32 console ...Answered | 5 Replies | 1662 Views | Created by CharlesAvatar - Sunday, February 14, 2016 6:37 PM | Last reply by Xavier Xie-MSFT - Monday, February 29, 2016 9:08 AM -
10 Votes
C# console application compiles to .dll and not .exe
You have built your Console Application using .Net Core You need to build it using .NetFramework.Answered | 13 Replies | 33791 Views | Created by yperz - Monday, January 1, 2018 3:07 PM | Last reply by Rakhi Shah - Wednesday, August 5, 2020 7:48 PM -
0 Votes
Running a .net console app
In addition to what Thorsten said - when you return a value from Main(), typically, any non-zero value is considered an "error" case.Answered | 3 Replies | 1777 Views | Created by Arne MN - Wednesday, October 3, 2012 5:28 PM | Last reply by Reed Copsey, Jr - Wednesday, October 3, 2012 5:33 PM -
0 Votes
xm_cmdshell executing a .Net EXE
The executable path is relative to the machine that SQL Server is running on.Answered | 2 Replies | 2706 Views | Created by Sudheer Kumar - Wednesday, February 1, 2012 5:29 PM | Last reply by Sudheer Kumar - Thursday, February 2, 2012 3:01 PM -
3 Votes
how can i stop a running console app?
You can start a background thread that runs all of your code, and then have the main thread just sit there reading standard input looking for "stop".Answered | 16 Replies | 19117 Views | Created by stifler08 - Thursday, September 6, 2012 4:45 PM | Last reply by stifler08 - Thursday, September 6, 2012 7:33 PM -
1 Votes
How to execute Console app as EXE and get Success or Failure as 0 or 1
The problem was that the console application we have was developed using Framework 4.0 which was not installed on the server fromwhich we were running ...Answered | 13 Replies | 11021 Views | Created by MS User 1977 - Wednesday, January 9, 2013 6:59 PM | Last reply by jakubk - Friday, January 11, 2013 12:22 AM -
1 Votes
How to stop running an application?
This is elementary so I suggest looking at a basic book and seeing how If statements work.Answered | 8 Replies | 2976 Views | Created by DanielG123 - Friday, April 15, 2011 3:56 PM | Last reply by Riced - Saturday, April 16, 2011 8:52 AM -
1 Votes
running console application using batchfile
Is it possible to schedule a console aplln . if yes , how ?Answered | 5 Replies | 6358 Views | Created by pauljustin - Monday, October 31, 2011 7:17 AM | Last reply by pauljustin - Monday, October 31, 2011 8:39 AM -
0 Votes
.NET based applications stopped to launch
In your case the actual return code (if not zero) is immaterial because you are dealing with frameworks embedded in the OS, and there is only on repair technique I know ...Answered | 3 Replies | 541 Views | Created by P_Zet - Friday, December 4, 2015 9:45 AM | Last reply by pvdg42 - Wednesday, December 9, 2015 8:32 PM -
0 Votes
How to run C#.net 3.5 desktop application(.exe) without intalling .net framework ?
Without framework it did not run.Answered | 3 Replies | 3517 Views | Created by Ashutosh Kumar For .Net 2008 - Thursday, April 30, 2009 6:28 AM | Last reply by puruk - Thursday, April 30, 2009 1:31 PM - Items 1 to 20 of 3237302 Next ›
No announcements