Porting COM to C# lib to use from XLS

  • Thread starter Thread starter mandy
  • Start date Start date
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
 
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.
 
Back
Top