console-application
Using Pgp.exe from a MVC application
I\'ve been tasked with converting a legacy application to mvc.The app used pgp.exe to pgp sign user input and send it as an email.The application works locally and on a test server but won\'t run on a[详细]
2023-03-23 02:25 分类:问答Read multiple files
I\'m new to c++ and am trying to alter the console app code posted below to read multiple files, ideally using a wildcard extension. Ca开发者_开发问答n some please give me some pointers..?[详细]
2023-03-22 15:32 分类:问答C# Console App Not Calling Finally Block
I\'m writing a console app to run as a scheduled task and it doesn\'t appear to execute the finally block of the running code when you close it using the close button. I\'ve tried to replicate this be[详细]
2023-03-22 12:00 分类:问答Exception was unhandled - rethrow exception
I try to rethrow an exception, but it\'s not working. I get \'Exception was unhandled\' error in visual studio开发者_StackOverflow中文版.[详细]
2023-03-22 04:25 分类:问答Why does sending an email take so long?
using System; using System.Collect开发者_StackOverflow中文版ions.Generic; using System.Text; using System.Diagnostics;[详细]
2023-03-20 23:57 分类:问答Error "Missing operand after 'Bannon' operator" - what 'Bannon' operator is?
Working on a C# console app,I have a line: rowsFound = tempUsers.Select(\"EmailAddress = \'\" + userData[2].ToString() + \"\'\");[详细]
2023-03-20 19:17 分类:问答Why does a zero byte app.config file cause a very strange error?
The volume for a file has been externa开发者_开发知识库lly altered so that the opened file is no longer valid.[详细]
2023-03-20 16:20 分类:问答Getting raw input from console using C or C++
/* Initialize new terminal i/o settings */ static struct termios old, new1; void initTermios(int echo) {[详细]
2023-03-20 14:49 分类:问答Alert program for logging into Windows Server 2008
I\'ve created a simple console app that will be used to send an email every time a server is logged into remotely. It will be used for auditing purposes and detecting logins without the need for check[详细]
2023-03-20 05:01 分类:问答Console Application input parameters - string identification
I have a console app that takes in string parameters. The app runs through the command line like so: C:\\ExampleApp.exe this is a \"test\"[详细]
2023-03-19 06:19 分类:问答