Execute External Console Application From Dynamics CRM -


I need to execute a console application from Dynamics CRM. What is the best way to do this? The app should be executed on a daily basis.

Thank you.

If you still need to have a console application run on a program, then let me know the Windows Task Scheduler Should be excellent. Here's a link to MSDN:

You can also use a SQL Server agent to run a console application but it requires a little more setup


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -