New Post: COMException when calling FindAllTasks on IIS
Try now with the 2.1.0 release. This problem should be resolved, but let me know if it isn't.
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
Hello, recently I get an OutOfMemoryException when I instantiate an object of TaskService (giving a wrong password) and my windows account got blocked (I cannot login anymore) :/ In a first call I get...
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
I see that someone else had the same problem long time ago (https://taskscheduler.codeplex.com/workitem/8839). But I don't find a solution for it? Any help please? p.s. I noticed that this error...
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
What values are you providing as parameters and what version of Windows is the local machine? OutOfMemoryException usually means there is an infinite loop somewhere. I don't see any in this section of...
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
It happens on Window 8.1 Pro. I wrote a small test WPF application. Here is the code (used v4.0 of Task Scheduler Managed Wrapper):MainWindows.xaml.cs public partial class MainWindow : Window{ public...
View ArticleNew Post: ComHandlerAction Example
Error: Task Scheduler failed to launch action "" .................................. I found one source of this error. I mean the reason why "" is blank and not appearing with task name. Possible...
View ArticleNew Post: Exception when using NETWORK SERVICE on Windows Server 2003
Thanks dahall for your response. Appreciate it. After posting this doubt I was able to figure out a solution. I am pasting the same line of code I am using here so that anyone can use if required....
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
Have you tried it? Did you find anything that explains the problem?
View ArticleReviewed: .NET ITaskHandler Implementation (Apr 16, 2014)
Rated 5 Stars (out of 5) - Best in class support for COMHandler Action. Keep it up Mr. Dahall
View ArticleNew Post: ComHandlerAction Example
Solution to Error: Task Scheduler failed to launch action "..NotificationCOMService" in instance "{d9fa820c-da53-4ed3-8fc4-4df1e90ef1e1}" of task "\NotiFicaTions". Additional Data: Error Value:...
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
I believe that since you are pulling the server name from a TextBox, if blank the value will be String.Empty. This may be causing the problem. I have updated the code so that String.Empty values are...
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
Well giving "server = null" has solved the problem, but not because it was empty. I have always provided a server name even if I am working with my local computer. Apparently I had to give "null" if...
View ArticleNew Post: OutOfMemoryException when creating a TaskService with wrong password
I have updated the code in 2.1.1 to avoid this problem. The oddly termed exception is actually coming from the Microsoft system library. It must be a bug there. Anyway, thanks to your help, users of...
View ArticleSource code checked in, #90036
- Bug fixes: - Exceptions causing delay in Task.GetRunTimes - TaskPrincipal.Run level default mismatch for V2 (default is always LUA now) - TaskService now supports serialization properly, Equals and...
View ArticleClosed Unassigned: TaskEditDialog Weekly Trigger issue [11614]
When I open a task in the TaskEditDialog the Triggers don't seem to update properly.Steps to reproduce:Create a new TaskEditDialog passing into the constructor the task, true for edit, and true for...
View ArticleClosed Unassigned: Task.SetSecurityDescriptorSddlForm and...
The methods Task.GetSecurityDescriptorSddlForm and Task.SetSecurityDescriptorSddlForm accept a parameter of type AccessControlSections. The value of this parameter is passed to...
View ArticleReleased: Release 2.1.1 (Apr 17, 2014)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0 and 4.0,...
View ArticleUpdated Release: Release 2.1.1 (Apr 17, 2014)
Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0 and 4.0,...
View Article