Porting COM to C# lib to use from XLS

M

mandy

Hi,

My current architecture is as follows -
I am using COM DLL from XLS, using XLA facilities.

My business logic resides in COM libraries and XLS as front end.

I would like to port this architecture to Dot net environment (C#). So
what steps/architecture I should follow?

Thanks & Regards,
MP
 
N

Nicholas Paldino [.NET/C# MVP]

MP,

If your logic is in the COM dll, then you should be able to just set a
reference to the COM dll (check the COM tab on the dialog that comes up when
you select "Add Reference" on the references folder in VS.NET).

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top