Hi, I am able to load the c# assembly both statically and dynamically.
I used "Add reference" for static one and "Assembly.LoadFrom" for dynamic loading. I am trying to find if there are any further ways to do it.For example Regasm. But as far as I understood , regasm is used for com dlls/Inter op.. Regards, Chandana -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bob Swart Sent: Thursday, October 05, 2006 1:36 PM To: Delphi-Talk Discussion List Subject: Re: How to call a c# assembly from delphi for .net Hi Pattanayak, Chandana, > Anybody has any idea on how to call/use a c# assembly from > Delphi for .net VCL applications. If you want to use it from VCL for .NET, then you can just add a Reference to the Assembly in your Delphi for .NET application. If you want to use it in VCL for Win32, then you could read the article at http://www.drbob42.com/examines/examin36.htm which shows how to use .NET as COM in Delphi for example. Or check out Brian Long's Win32-.NET interoperability articles at http://www.blong.com Groetjes, Bob Swart -- Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi Blog: http://www.drbob42.com/blog - RSS: http://drbob42.com/weblog.xml New Delphi 2006 Courseware e-books at http://www.eBob42.com/courseware __________________________________________________ Delphi-Talk mailing list -> Delphi-Talk@elists.org http://www.elists.org/mailman/listinfo/delphi-talk __________________________________________________ Delphi-Talk mailing list -> Delphi-Talk@elists.org http://www.elists.org/mailman/listinfo/delphi-talk