If you could show us your code it'be a chance to help you..
--
Alex Yakhnin, eMVP
IntelliProg, Inc.
http://www.intelliprog.com
>-----Original Message-----
>Hey,
>
>I'm writing software for the Compact .NET framework.
>
>I'm trying to use the Invoke() function, wich takes one
paramater: a
>delegate function.
>
>The program compiles, but on execution throws an
exception.
>(ArgumentException)
>
>According to MSDN, this exception means that the 2nd
parameter of the
>Invoke() function isn't compatible with the delegate
function.
>
>However, there doesn't exist an Invoke() function with 2
parameters in
>the .NET compact framework. (only in the .NET framework)
>
>I'm sure it's propably something I overlooked..
>Anybody got a clue ?
>
>
>Thx a lot!
>
>Luk Vloemans
>IT student
>
>.
>