Click here to Skip to main content
15,891,033 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: UNIX framework Pin
Stephane Rodriguez.10-Dec-02 21:24
Stephane Rodriguez.10-Dec-02 21:24 
GeneralRe: UNIX framework Pin
Orbital^10-Dec-02 21:34
Orbital^10-Dec-02 21:34 
GeneralRe: UNIX framework Pin
ian mariano18-Dec-02 12:47
ian mariano18-Dec-02 12:47 
GeneralRe: UNIX framework Pin
James T. Johnson11-Dec-02 1:48
James T. Johnson11-Dec-02 1:48 
Question.config file for application AND assy? Pin
Ray Cassick10-Dec-02 19:27
Ray Cassick10-Dec-02 19:27 
AnswerRe: .config file for application AND assy? Pin
James T. Johnson11-Dec-02 1:51
James T. Johnson11-Dec-02 1:51 
GeneralExposing C# DLL to COM -- almost there Pin
LongRange.Shooter10-Dec-02 7:41
LongRange.Shooter10-Dec-02 7:41 
GeneralRe: Exposing C# DLL to COM -- almost there Pin
John M.12-Dec-02 6:57
John M.12-Dec-02 6:57 
Well, you already have the 2 pieces needed to use your COM objects. Part of the process is that the type-lib and assembly files (tlb & dll) need to be registered using regasm.exe. That utility can be found wherever the .Net Framework is installed - typically in the folder "C:\WINNT\Microsoft.NET\Framework\v1.0.3705" on Windows NT & 2K.

I've found that I don't need to register the tlb file since when I regasm the dll, it also does the embedded tlb as well (it also MAKES a tlb file for you too).

I should think that this is being done for you when you compile your project. However, this is a project setting and may not be set/active/non-existent in your project.

GeneralRe: Exposing C# DLL to COM -- almost there Pin
LongRange.Shooter12-Dec-02 9:02
LongRange.Shooter12-Dec-02 9:02 
GeneralMarshaling to unmanaged struct array Pin
Anonymous9-Dec-02 22:45
Anonymous9-Dec-02 22:45 
Generalowner drawn lists Pin
Paul Reed9-Dec-02 11:12
Paul Reed9-Dec-02 11:12 
GeneralCompilation error Pin
cronosxfiles9-Dec-02 7:29
cronosxfiles9-Dec-02 7:29 
GeneralDetecting OS and System Info Pin
matthias s.9-Dec-02 2:14
matthias s.9-Dec-02 2:14 
GeneralRe: Detecting OS and System Info Pin
Mazdak9-Dec-02 2:47
Mazdak9-Dec-02 2:47 
GeneralRe: Detecting OS and System Info Pin
kaschimer9-Dec-02 3:18
kaschimer9-Dec-02 3:18 
GeneralRe: Detecting OS and System Info Pin
matthias s.9-Dec-02 3:42
matthias s.9-Dec-02 3:42 
GeneralCalling MFC fns from web service Pin
In-At8-Dec-02 22:44
In-At8-Dec-02 22:44 
GeneralFlatten DatetimePicker Pin
ChanPhuong6-Dec-02 17:04
ChanPhuong6-Dec-02 17:04 
GeneralCurrentCulture - Right-To-Left Pin
John06116-Dec-02 5:08
sussJohn06116-Dec-02 5:08 
GeneralDistributed Applications Pin
Dan Smith5-Dec-02 21:45
Dan Smith5-Dec-02 21:45 
GeneralRe: Distributed Applications Pin
James T. Johnson5-Dec-02 22:26
James T. Johnson5-Dec-02 22:26 
GeneralRe: Distributed Applications Pin
Burt Harris8-Dec-02 12:22
Burt Harris8-Dec-02 12:22 
GeneralRe: Distributed Applications Pin
Nick Parker8-Dec-02 13:07
protectorNick Parker8-Dec-02 13:07 
GeneralHard to solve... Pin
Daniel Turini5-Dec-02 11:13
Daniel Turini5-Dec-02 11:13 
GeneralRe: Hard to solve... Pin
leppie6-Dec-02 7:20
leppie6-Dec-02 7:20 

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.