|
Subject:
|
Using .NET DLL
|
|
Posted By:
|
mukesh.choudhari
|
Post Date:
|
4/23/2008 7:11:55 AM
|
I have a DLL created in .NET 2.0 framework. Can I use this DLL in other non .NET applications or Not? Please tell me the reason...
|
|
Reply By:
|
gbianchi
|
Reply Date:
|
4/23/2008 7:34:06 AM
|
Yes you can. There is a lot of info in google about it..
HTH
Gonzalo
=========================================================== Read this if you want to know how to get a correct reply for your question: http://www.catb.org/~esr/faqs/smart-questions.html ^^Took that from dparsons signature and he Took that from planoie's profile =========================================================== My programs achieved a new certification (can you say the same?): WORKS ON MY MACHINE http://www.codinghorror.com/blog/archives/000818.html =========================================================== I know that CVS was evil, and now i got the proof: http://worsethanfailure.com/Articles/Classics-Week-I-Hate-You.aspx ===========================================================
|
|
Reply By:
|
samjudson
|
Reply Date:
|
4/23/2008 7:39:22 AM
|
You need to make your .Net DLL "COM Visible".
Hopefully that should be enough information to lead you to various explanations.
/- Sam Judson : Wrox Technical Editor -/
|