Commented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleNew Post: Creating a remote task in a Workgorup environment.
HI, I repaired this error going to services.msc and activating the "Remote Registry". But I'm getting another error right now. "Excepción al llamar a "GetFolder" con los argumentos "1": "Sólo se...
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleSource code checked in, #96864
* Fixed bugs with setting security on tasks and folders * Fixed bug with exceptions throwing under Win10 for DeleteFolder * Fixed bug with exceptions throwing under Win10 for CreateFolder and made it...
View ArticleNew Post: Creating a remote task in a Workgorup environment.
josesi: Thanks for the recommendation. When and how are you getting the GetFolder error? Which method throws the exception, GetFolder explicitly or through another method call? Are you getting a...
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleNew Post: event at just two specific times everyday
Hello, If I need to schedule an event to occur say at 10h00 and 10h30 everyday, do I add two time triggers without a daily trigger?
View ArticleSource code checked in, #97064
* Updated to VS 2015 * Changed code to take advantage of C# 6 features
View ArticleCommented Issue: System.IO.FileNotFoundException when registering task under...
At the moment I'm running into this problem on 64 bit Windows 10 Pro Insider Preview Build 10158. Same call works on 64 bit Windows 8.1 Pro.System.IO.FileNotFoundException, The system cannot find the...
View ArticleCreated Unassigned: Error using RegisterTaskDefinition on Windows 7 [12154]
A user of mine is having troubles when scheduling a task from his win2k3 server to a Win7 Everything always works from other servers and for other pc's.The error he's getting is "The system cannot find...
View ArticleNew Post: "Enable All Tasks History"
It looks like this may only be an issue for Windows Server 2008/2008R2, but the Task History is disabled by default. Is there an easy way to enable this via Task Scheduler Managed Wrapper?
View ArticleNew Post: System.UnauthorizedAccessException: Access is denied. (Exception...
I have two servers in a domain: SERVER_A and SERVER_B. SERVER_A runs a collection of scheduled tasks defined in the Task Scheduler. I have an application that creates scheduled tasks by importing an...
View ArticleNew Post: "Enable All Tasks History"
Not currently. I know this can be enabled via the Task Scheduler system applet. For years I have intended to figure out what is being done there and add a check into the wrapper, but have never gotten...
View ArticleNew Post: "Enable All Tasks History"
Your comment inspired me to finally go look at this. I have added the code in the upcoming 2.4 release so that you can use the 'Enabled' property of a TaskEventLog instance to determine if the log is...
View ArticleSource code checked in, #97337
* Update to version 2.4 * Added ability to get and set if task event log is enabled or not (TaskEventLog.Enabled)
View ArticleNew Post: FileNotFoundException during RegisterTaskDefinition?
I have a few people experiencing an issue in my program in which people are reporting a program exception/crash when the program attempts to execute the RegisterTaskDefinition() function. The following...
View Article