Hello there, I am in a process of porting my existing COM based application to one with some .Net components.
I have an object that implements an interface IDataStore, on of the methods of IDatastore has a parameter of type variant, the signature is, Public Function InsertRecordPA(ParamArray pa() As Variant) As Collection When i try to implement this in a .Net COM interop, i receive following error, 'InsertRecordPA' Cannot implement 'InsertRecordPA' because there is no matching function on interface IDataStore. Is there any way to implement this method in .Net Thanks in advance