Click here to Skip to main content
15,918,303 members
Home / Discussions / C#
   

C#

 
GeneralDelegates Pin
19-Jan-01 11:34
suss19-Jan-01 11:34 
GeneralRe: Delegates Pin
Christian Graus18-Aug-04 16:29
protectorChristian Graus18-Aug-04 16:29 
GeneralNew C# and ADO.NET article Pin
Griffo18-Jan-01 9:32
Griffo18-Jan-01 9:32 
Generaldistributing C# application Pin
Valentin Rozescu15-Jan-01 0:51
Valentin Rozescu15-Jan-01 0:51 
GeneralRe: distributing C# application Pin
29-Jan-01 4:03
suss29-Jan-01 4:03 
GeneralRe: distributing C# application Pin
Brian Olej28-Feb-03 7:04
Brian Olej28-Feb-03 7:04 
GeneralC# dll Pin
11-Jan-01 12:53
suss11-Jan-01 12:53 
GeneralRe: C# dll Pin
- V -14-Jan-01 17:22
- V -14-Jan-01 17:22 
All CLR Asseblies are self-contained, meaning that all information is stored within the Assembly itself. COM objects store information in the registry as well as in the objects type library. C# and all other .Net languages store information in the Metabase which is stored in the dll itself. This is why we can't do late binding with .Net languages.

If you do need your DLL registered as a COM object so that you can use it in other languages such as VB6 or Delphi; there is a utility that ships with Visual Studio.Net that will create a type library for your objects and register them in the registry.

You can find more information on this process in the Visual Studio help files.

Hope this helps you.
Poke tongue | ;-P

-V-

QuestionWhy is "this.SomeVar" used in C# wont "SomeVar" work? Pin
4-Jan-01 13:35
suss4-Jan-01 13:35 
AnswerRe: Why is "this.SomeVar" used in C# wont "SomeVar" work? Pin
Russell Morris4-Jan-01 14:39
Russell Morris4-Jan-01 14:39 
AnswerRe: Why is Pin
- V -14-Jan-01 17:31
- V -14-Jan-01 17:31 
GeneralPLEASE HELP Me with a simple DOS C problem Pin
14-Dec-00 12:32
suss14-Dec-00 12:32 
GeneralC# and ASP+ Pin
David Hubbard3-Nov-00 8:50
David Hubbard3-Nov-00 8:50 
GeneralRe: C# and ASP+ Pin
23-Nov-00 10:47
suss23-Nov-00 10:47 
GeneralRe: C# and ASP+ Pin
- V -14-Jan-01 17:33
- V -14-Jan-01 17:33 
GeneralUser Interface Pin
Mike18-Sep-00 14:31
Mike18-Sep-00 14:31 
GeneralRe: User Interface Pin
Member 120896513-Oct-00 17:44
Member 120896513-Oct-00 17:44 
GeneralRe: User Interface Pin
- V -14-Jan-01 17:37
- V -14-Jan-01 17:37 
GeneralVS7, .NET and MSDN Universal Subscription Pin
Mike15-Aug-00 18:15
Mike15-Aug-00 18:15 
GeneralRe: VS7, .NET and MSDN Universal Subscription Pin
Arvind2320-Aug-00 9:36
Arvind2320-Aug-00 9:36 
GeneralSharp or Sony,Philips, NEC whatever Pin
IUnknown1282-Aug-00 10:08
sussIUnknown1282-Aug-00 10:08 
GeneralECMA Pin
Sam Hobbs25-Jul-00 16:42
Sam Hobbs25-Jul-00 16:42 
GeneralRe: ECMA Pin
Ravi Shankar26-Jul-00 18:50
Ravi Shankar26-Jul-00 18:50 
GeneralRe: ECMA Pin
- V -14-Jan-01 17:40
- V -14-Jan-01 17:40 
GeneralRe: ECMA Pin
Salil Khedkar27-Oct-04 22:58
Salil Khedkar27-Oct-04 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.