views:

93

answers:

0

I am using Interop.TaskScheduler.dll in a C# Windows Application. - NOTE: This is the evolved task scheduler from Server 2008/Vista/Win7 not the one from before.

I've managed to set it up and it works fine. However, the following warning remains and I could not figure out why.

Has any of you seen this before? Is there a way to get rid of it?

"Warning 1 At least one of the arguments for 'IRegisteredTask.GetRunTimes' cannot be marshaled by the runtime marshaler. Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate."

Cheers