I am trying to create a Minitab Add in using COM in C#. I am adding some external reference such as ZedGraph or OxyPlot. But every time it is unable to find dll.
If I use dll as embedded resource, then it throws:
external component has thrown an exception
I have tried putting dlls together but still no luck. It would be great if someone help me sort out.