Click here to Skip to main content
15,881,424 members
Home / Discussions / C#
   

C#

 
QuestionCannot call public method [newbie] Pin
jon-8022-Jun-10 22:01
professionaljon-8022-Jun-10 22:01 
AnswerRe: Cannot call public method [newbie] Pin
OriginalGriff22-Jun-10 22:04
mveOriginalGriff22-Jun-10 22:04 
GeneralRe: Cannot call public method [newbie] Pin
jon-8022-Jun-10 22:12
professionaljon-8022-Jun-10 22:12 
GeneralRe: Cannot call public method [newbie] Pin
OriginalGriff22-Jun-10 22:24
mveOriginalGriff22-Jun-10 22:24 
QuestionHow to use a com dll without embedded typelibrary in it? Pin
kcynic22-Jun-10 20:53
kcynic22-Jun-10 20:53 
AnswerMessage Closed Pin
22-Jun-10 21:02
stancrm22-Jun-10 21:02 
GeneralRe: How to use a com dll without embedded typelibrary in it? Pin
kcynic22-Jun-10 21:12
kcynic22-Jun-10 21:12 
GeneralRe: How to use a com dll without embedded typelibrary in it? Pin
Covean22-Jun-10 21:46
Covean22-Jun-10 21:46 
Because it exports the function DllRegisterServer I would assume, that this COM dll isn't

registered. Just use the regsrv32.exe to register it.



Example:

    regsvr32.exe [Path]example.dll



After you registered it, it should be visible in the COM tab of the "add reference" wizard.
Greetings
Covean

GeneralRe: How to use a com dll without embedded typelibrary in it? Pin
kcynic22-Jun-10 22:35
kcynic22-Jun-10 22:35 
GeneralRe: How to use a com dll without embedded typelibrary in it? Pin
Covean23-Jun-10 0:41
Covean23-Jun-10 0:41 
GeneralRe: How to use a com dll without embedded typelibrary in it? Pin
kcynic23-Jun-10 19:30
kcynic23-Jun-10 19:30 
GeneralMessage Closed Pin
23-Jun-10 2:04
stancrm23-Jun-10 2:04 
GeneralRe: How to use a com dll without embedded typelibrary in it? Pin
kcynic23-Jun-10 19:49
kcynic23-Jun-10 19:49 
Questionclass relationships [modified] Pin
netJP12L22-Jun-10 19:41
netJP12L22-Jun-10 19:41 
AnswerRe: class relationships Pin
phil.o22-Jun-10 23:54
professionalphil.o22-Jun-10 23:54 
GeneralRe: class relationships Pin
netJP12L23-Jun-10 2:59
netJP12L23-Jun-10 2:59 
AnswerRe: class relationships Pin
DaveyM6923-Jun-10 3:39
professionalDaveyM6923-Jun-10 3:39 
GeneralRe: class relationships Pin
netJP12L23-Jun-10 5:11
netJP12L23-Jun-10 5:11 
GeneralRe: class relationships [modified] Pin
DaveyM6923-Jun-10 23:31
professionalDaveyM6923-Jun-10 23:31 
AnswerRe: class relationships Pin
yu-jian27-Jun-10 9:41
yu-jian27-Jun-10 9:41 
QuestionFacing Problem in "Heaton Research" for crawling data in C# for "SQLWorkloadManager" Pin
deepakmcn22-Jun-10 19:33
deepakmcn22-Jun-10 19:33 
QuestionHow to prevent my .NET DLL to be decompiled? Pin
Isaac Gordon22-Jun-10 19:12
Isaac Gordon22-Jun-10 19:12 
AnswerRe: How to prevent my .NET DLL to be decompiled? Pin
Abhinav S22-Jun-10 20:38
Abhinav S22-Jun-10 20:38 
AnswerRe: How to prevent my .NET DLL to be decompiled? Pin
riced22-Jun-10 20:39
riced22-Jun-10 20:39 
AnswerRe: How to prevent my .NET DLL to be decompiled? Pin
bindasrakesh29-Nov-10 21:59
bindasrakesh29-Nov-10 21:59 

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.