Quantcast
Channel: Task Scheduler Managed Wrapper
Viewing all articles
Browse latest Browse all 2206

New Post: The request is not supported 0x80070032

$
0
0
I am having the same problem connecting to a 2003 Server
The request is not supported. (Exception from HRESULT: 0x80070032)

my code is fairly simple, I'm just trying to connect at the moment
string strUsername = ConfigurationManager.AppSettings["Username"];
            string strPassword = ConfigurationManager.AppSettings["Password"];
            string strServer = ConfigurationManager.AppSettings["Server"];
            string strDomain = ConfigurationManager.AppSettings["Domain"];

            using (TaskService ts = new TaskService(strServer, strUsername, strDomain, strPassword))
            {
                foreach (Task task in ts.RootFolder.Tasks)
                {
                    string strName = task.Name;
                }
            }
has anyone found the source of this problem or a solution?

thanks

Viewing all articles
Browse latest Browse all 2206

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>