Install Task Scheduler Windows Xp Embedded Administrator

I am running Win Server 2008 R2. I have a console app that I wrote, which runs just fine when I click on ConsoleApp1.application file. I want the task scheduler to run this console app every ten minutes, so I set up a task using task scheduler.Whenever the task scheduler tries to run it, though, it fails, and return an erro rmessage '%1 is not a valid Win32 application. (0x800700C1)'.Most of what I've found in searching talks about making this stuff work on IIS, but I'm not using IIS. I'm just running a pretty plain ol' vanilla console app.This is a console app, not a web app.

Install

I've set the task up as a Windows 2008 R2 task, using Domain Administrator credentials, with 'Run with highest privileges' checked. I'm not sure what else to do. Can someone provide some other adviceto try? Hi ScottDarth,I was wondring if there was any resolution to your issue.

What I am up against is very similar. I have a windows application written in VB.NET 3.5, it uses Excel Libraries to work with Excel. When I run it as a stand alone application it works flawlessly,but when scheduled through Task Scheduler, it just hangs. In Task Manager I can see that it has created a handle on Excel application, but then it doenst move forward.I have read though numerous posts but havent come to a conclusion. The Excel is a 32 bit installation, and my server is 64bit 2008 R2.I would really appreciate any input.Thank you. I am running Win Server 2008 R2.

Install Task Scheduler Windows Xp Embedded Administrators

I have a console app that I wrote, which runs just fine when I click on ConsoleApp1.application file. I want the task scheduler to run this console app every ten minutes, so I set up a task using task scheduler.Whenever the task scheduler tries to run it, though, it fails, and return an erro rmessage '%1 is not a valid Win32 application. (0x800700C1)'.Most of what I've found in searching talks about making this stuff work on IIS, but I'm not using IIS. I'm just running a pretty plain ol' vanilla console app.This is a console app, not a web app.

I've set the task up as a Windows 2008 R2 task, using Domain Administrator credentials, with 'Run with highest privileges' checked. I'm not sure what else to do. Can someone provide some otheradvice to try?Hello have you tried to create a bat file, which will cd to the path of the file and then runs it?