The type or namespace name 'MethodInvoker' could not be found (are you missing a using directive or an assembly reference?)
plz which reference i will added?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
jeevan mummadiPosted Apr 18, 2008, 2:08 AM
thank u allan
AlanPosted Apr 17, 2008, 4:08 AM
If it's not a windows forms application, then it could also be the MethodInvoker delegate in the System.Windows.Forms namespace:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.methodinvoker.aspx
If, say, you're writing a console application, then you'll need to add a reference to System.Windows.Forms.dll to use this delegate.
SteefPosted Apr 17, 2008, 2:58 AM
try Microsoft.Jscript (.NET)
I found the info here