Released: Release 2.5.14 (Feb 12, 2016)
Update historyVersion 2.5.14Fixes to TaskEventWatcher, Trigger.StartDate and assoc UIVersion 2.5.13More bug fixes (see History) Completed first revision of a diagnostic toolVersion 2.5.12A few bug...
View ArticleUpdated Release: Release 2.5.14 (Feb 12, 2016)
Update historyVersion 2.5.14Fixes to TaskEventWatcher, Trigger.StartDate and assoc UIVersion 2.5.13More bug fixes (see History)Completed first revision of a diagnostic toolVersion 2.5.12A few bug fixes...
View ArticleNew Post: Task Scheduler on Windows Server 2012/IIS 8
Hi. Fair warning - I'm not the administrator making changes to the server. I don't understand windows server permissions. We're trying to upgrade from IIS 7.5 on 2008 to IIS 8 on 2012. The Web...
View ArticleNew Post: Task Scheduler on Windows Server 2012/IIS 8
I don't have an easy answer for you so let me ask some questions to see if I can't see something. So it appears you're checking for the existence of the folder XXX. Are you able to create it when it...
View ArticleNew Post: Unhandled exceptions on history tab
Hi. Thanks for your work! I found two exceptions on history tab of edit dialog. May be they are low but both are unhandled. Steps to reproduce 1.open task edit dialog on existing task go to history tab...
View ArticleNew Post: Unhandled exceptions on history tab
The second error I temporally suppressed by try|catch in ListViewEx.WndProc(ref Message m) . try{ base.WndProc(ref m); }catch {}
View ArticleNew Post: Enhancments for conversions
Hi! I found that in some cases windows task cannot be converted to low version. (win7->win 2003) It would be good if such conversions are not available in task edit dialog.If task is created inside...
View ArticleNew Post: Unhandled exceptions on history tab
Both are fixed in 2.5.15, due shortly. Thanks for the posts and detail.
View ArticleNew Post: Enhancments for conversions
Great suggestions. This will be included in the 2.5.15 release.
View ArticleSource code checked in, #98027
* Removed thrown exceptions on various Triggers "get" properties when not supported under V1. The get property will return the default value consistent with the rest of the library. The set property...
View ArticleNew Post: How to find out the version of a scheduler task?
In the page of Microsoft, it says that is 1.0 and 2.0. But in the source code, I find some version 1.1 , 1.2 and 1.3~ Is there any relationship with them? And how to find out the version of a task?...
View ArticleNew Post: How to find out the version of a scheduler task?
Version 1.1 of the library represents the 1.0 version and was on systems from Windows 98 with IE4 through Windows XP. Version 1.2 and later represent the 2.0 version. In each OS release from Windows...
View ArticleNew Post: Enhancments for conversions
Thanks a lot! Also I found the similar situation during converting from win10 to win7. If task contains custom trigger it cannot be converted to low version win7 and throw unhandled exception if you...
View ArticleNew Post: Enhancments for conversions
Thank you again. I have added improved error handling in 2.5.15 to prevent this problem.
View ArticleNew Post: Delete IT After- Settings Tab - Immediately
Hi, I am trying to set the 'Delete It After' on the settings tab to 'Immediately' by using taskdef.Settings.DeleteExpiredTaskAfter = TimeSpan.zero which should work according to the wrapper But instead...
View ArticleNew Post: Wrapper is providing type 'NotifyCollectionChangedEventArgs'
Hello, first of course thanks for your effort. I'm using your wrapper inside of a custom .NET 2.0 library. When updating the wrapper dll from 2.3.4 to 2.5.14 (both .NET 2.0 versions) and using the...
View ArticleNew Post: A password must be supplied
Hi! I found a small issue. There is need to provide a password when task logon type is S4U and task runner is differ from current user Now edit dialog checks and adds password only when type is...
View ArticleNew Post: Wrapper is providing type 'NotifyCollectionChangedEventArgs'
.NET 2.0 does not natively include NotifyCollectionChangedEventArgs. To allow for this library to have a consistent experience across .NET versions, I reverse engineered that class and included it in...
View Article