Where we can use DLL made in C#.Net

We can use the .net DLLs only in the applications supporting .NET.

Showing Answers 1 - 7 of 7 Answers

Zaheer

  • Apr 28th, 2006
 

Supporting .Net, bcoz DLL made in C#.Net semicompiled version. Its not a com object. It is used only in .Net Framework.As it is to be compiled at runtime to byte code.

  Was this answer useful?  Yes

nitin_chinu

  • Apr 28th, 2006
 

We can use the .net DLLs only in the applications supporting .NET.

DLL made in C#.Net is semicompiled version. It is  not a com object. It is used only in .Net framework, as it is to be compiled at runtime to byte code.

  Was this answer useful?  Yes

amit

  • May 11th, 2006
 

We can place only in .net applications.

  Was this answer useful?  Yes

bobbyvi

  • May 26th, 2006
 

You could register C#.NET COM with codebase key. You could such .NET COM not only in .NET application, sure Framework should be installed. 

  Was this answer useful?  Yes

jack

  • Jul 7th, 2006
 

 
by using System.Activator.CreateInstance

  Was this answer useful?  Yes

gouri

  • Aug 29th, 2006
 

In .Net applications as well as COM application with CCW ( COM Callable Wrapper)

  Was this answer useful?  Yes

sriraja

  • Nov 20th, 2006
 

Hi     

       Main purpose is to refer another class library

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions