Updated Wiki: TaskSecurity
Security Explanations and Samples Below are some discussions and sample code related to the following tasks: Connecting to a remote server or local server with different credentials (This is often...
View ArticleUpdated Wiki: TaskSecurity
Security Explanations and Samples Below are some discussions and sample code related to the following tasks: Connecting to a remote server or local server with different credentials (This is often...
View ArticleCreated Unassigned: System.NullReferenceException exception in web service...
I wrote an c# console app which calls web service.I needed to run this app for every night, so I decided to use this task scheduler as it seems a good one to do my job.But I got an issue which says...
View ArticleCommented Unassigned: System.NullReferenceException exception in web service...
I wrote an c# console app which calls web service.I needed to run this app for every night, so I decided to use this task scheduler as it seems a good one to do my job.But I got an issue which says...
View ArticleCommented Unassigned: System.NullReferenceException exception in web service...
I wrote an c# console app which calls web service.I needed to run this app for every night, so I decided to use this task scheduler as it seems a good one to do my job.But I got an issue which says...
View ArticleCommented Unassigned: System.NullReferenceException exception in web service...
I wrote an c# console app which calls web service.I needed to run this app for every night, so I decided to use this task scheduler as it seems a good one to do my job.But I got an issue which says...
View ArticleSource code checked in, #91368
* Lots of documentation updates * Added editor for EventTrigger subscription queries and associated support methods and controls
View ArticleReleased: Release 2.2.1 (Sep 09, 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.2.1 (Sep 09, 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 ArticleCreated Unassigned: Doesn't allow remote unless force v1 not specify...
Hi, I have domain admin permissions.I can create tasks on the remote machine using the Task Scheduler GUI.When I use the TaskService class and create a new instance, I specify the remote server ONLY...
View ArticleNew Post: Allows remote task creation when forcev1 = true ONLY
Hello, I am using Windows 7 computer, .NET 4.0 application running as administrator. Now the process is running using MyUserAccount and from this account I can connect to computer MyRemoteComputer...
View ArticleClosed Unassigned: Delete found Forum Trying there first [11860]
Delete found Forum Trying there first
View ArticleNew Post: Allows remote task creation when forcev1 = true ONLY
Look in the Documentation area for information on connecting and how permissions work with UAC and within containers like ASP.NET. I think you may find your answer there.
View ArticleNew Post: Allows remote task creation when forcev1 = true ONLY
Hello, I had a look however I am not using IIS, I have a WPF application, and the process is not being interrupted by UAC definitely. Also it works if I forcev1. So I can't see any reason why it would...
View ArticleNew Post: Allows remote task creation when forcev1 = true ONLY
Have you tried launching the process using the "Run as Administrator" for either the actual .EXE or launching Visual Studio that way and then running your process? Let me know what errors you see when...
View ArticleNew Post: Allows remote task creation when forcev1 = true ONLY
V1 and V2 have completely different connection models at the core Microsoft library level. This wrapper library hides those differences. The forceV1 parameter literally forks the code to run a V1...
View ArticleNew Post: Allows remote task creation when forcev1 = true ONLY
dahall wrote: Have you tried launching the process using the "Run as Administrator" for either the actual .EXE or launching Visual Studio that way and then running your process? Let me know what errors...
View ArticleNew Post: RegisterTaskDefinition throws 0x80070005 (E_ACCESSDENIED) exception
Hi, I have the following scenario:Windows 8, 7 and VistaComputer: PC1234User: John Admin: Admin My application requires admin rights, so if my app is started from John, it runs as Admin. If run the...
View ArticleNew Post: RegisterTaskDefinition throws 0x80070005 (E_ACCESSDENIED) exception
Glad you got it. Another options is to remove the 3 lines where you set td.Principal properties and then supply all the parameters to the RegisterTaskDefinition method, including the password and the...
View ArticleReleased: Release 2.2.1 (Sep 09, 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