blah blah blah is here! blah blah » Close

0
votes
1 answers

VC# 2008 interop code not working on VC# 2010

Hi I am using VS 2010 Express and have ported some code proven in VS 2008 but it fails in VS 2010 and I cannot understand why. The code uses InvokeMember: <object>.Interface.GetType().InvokeMember("<Method Name>&qu ...

Feedback