I have added a project to my solution and have made it COM Callable to make it accesable to unmanaged code.
How am I supposed to test it when I only have access to and use .net technologies ?
Thanks In Advance:wave:
Printable View
I have added a project to my solution and have made it COM Callable to make it accesable to unmanaged code.
How am I supposed to test it when I only have access to and use .net technologies ?
Thanks In Advance:wave:
You can use CreateObject() within .Net to create a COM object. You could also write a vbscript to create a COM object and call methods on it.