Hi leppie! Sorry! I forgot the InvokeMember statement It should be: object retObject = MyClass.InvokeMember("MyStaticMethod", System.Reflection.BindingFlags.InvokeMethod, null, ?X?, parameters); And why should this not work? Ok I tried with both Flags, but ths won´t work, too! But my error was much more simple, I detected that my MyClass was 'null' because I forgot the namespace to find my 'MyClass' --> 'Namespace.MyClass'. But why he didn´t throw an error, I don´t know! Thx therefore Leppie, explain why I should make it with your solution? Is it faster? Ciao Norman-Timo