Microsoft.Win32.TaskScheduler NOT FOUND - I want to import this namespace in VB.NET
        Posted  
        
            by Jeff
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jeff
        
        
        
        Published on 2010-05-23T14:03:23Z
        Indexed on 
            2010/05/23
            14:20 UTC
        
        
        Read the original article
        Hit count: 1033
        
I have been looking at sample online code for interfacing with the Windows Task Scheduler, and most of them import the namespace:
Microsoft.Win32.TaskScheduler
When I go to import it, it's not there within Win32.
Does anyone know why I can't import it? I'm assuming something isn't registered correctly on my machine, but I can't fiugre out how to fix it. Just for the record, I can start the Scheduled Task component under Accessories. I've using VS 2008 (VB.Net) with Windows XP professional.
Thanks.
© Stack Overflow or respective owner