http://www.perlmonks.org?node_id=833852


in reply to Calling .NET Assemblies with Win32::OLE

Good article. I got a problem when using the method to call a static method in a .NET class. The error message is Win32::OLE(0.1703) error 0x8002000e: "Invalid number of parameters" in METHOD/PROPERTYGET", apparently it can't locate the static method in an object. Is there a workaround for this issue?
  • Comment on Re: Calling .NET Assemblies with Win32::OLE