Click here to Skip to main content
15,923,164 members
Home / Discussions / C#
   

C#

 
QuestionDetect running threads Pin
WillemM29-Sep-05 3:20
WillemM29-Sep-05 3:20 
AnswerRe: Detect running threads Pin
Tom Larsen29-Sep-05 9:43
Tom Larsen29-Sep-05 9:43 
GeneralRe: Detect running threads Pin
WillemM29-Sep-05 20:50
WillemM29-Sep-05 20:50 
QuestionTroubles with parsing data from on function to another Pin
Yannielsen29-Sep-05 2:01
Yannielsen29-Sep-05 2:01 
AnswerRe: Troubles with parsing data from on function to another Pin
Guffa29-Sep-05 6:43
Guffa29-Sep-05 6:43 
Questioncreate a Divx player Pin
Sasuko29-Sep-05 1:40
Sasuko29-Sep-05 1:40 
QuestionCOM and COM+ in C# Pin
mohd rafi28-Sep-05 23:34
mohd rafi28-Sep-05 23:34 
AnswerRe: COM and COM+ in C# Pin
Mohamad Al Husseiny29-Sep-05 8:51
Mohamad Al Husseiny29-Sep-05 8:51 
You Can Create COM+ Application in .Net By Create your dll
and inherit your class from ServicedComponent
and assign Your assembly and each of its classes with distinct GUID values by using the Guid attribute if you don't give it guide value it in the following assembly registeration will assign one for each element But as you now Com+ undersatnd COM not .Net Component so to let other COM Client Find and Use your component you need to register your .Net Component as COM Server in Windows Registry This process called Asssembly Registration
1-sign a .NET assembly using the Strong Name tool (sn.exe).
2-Register your assembly You can do it by more than one way for example in your Project Properties change Register for COM Interop option to true or Use the Assembly Registration tool regasm.exe
for more info look at
Creating COM+ Objects using EnterpriseServices in .NET
[^]
COM/COM+[^]
ServicedComponent Class[^]

To Export your Component As COM Type Libraries You Can use the tools mentioned above but notice that you don not have to inhiret from ServicedComponent ie
1-Create Your Component
2-Export it as Type Lib By Using one of the following tools
*-In Project Properties Set Register for COM Interop option to true
*- Use the Assembly Registration tool (regasm.exe) with its /tlb option
*-Use the Type Library Exporter tool (tlbexp.exe)


MCAD

-- modified at 14:52 Thursday 29th September, 2005
Questionconnect to Mobile Device through bluetooth Pin
Member 231569328-Sep-05 22:55
Member 231569328-Sep-05 22:55 
Questionstarted thread to wait till the other thread finishes Pin
ksanju100028-Sep-05 22:12
ksanju100028-Sep-05 22:12 
AnswerRe: started thread to wait till the other thread finishes Pin
S. Senthil Kumar28-Sep-05 22:40
S. Senthil Kumar28-Sep-05 22:40 
QuestionRegistering a Windows Service Pin
lata07mahi28-Sep-05 22:11
lata07mahi28-Sep-05 22:11 
AnswerRe: Registering a Windows Service Pin
Anonymous29-Sep-05 3:36
Anonymous29-Sep-05 3:36 
Questionhow to get voice data Pin
pakFari28-Sep-05 21:18
pakFari28-Sep-05 21:18 
Questioncheck for a child form's existence Pin
AesopTurtle28-Sep-05 21:07
AesopTurtle28-Sep-05 21:07 
AnswerRe: check for a child form's existence Pin
S. Senthil Kumar28-Sep-05 22:35
S. Senthil Kumar28-Sep-05 22:35 
GeneralRe: check for a child form's existence Pin
AesopTurtle28-Sep-05 23:58
AesopTurtle28-Sep-05 23:58 
QuestionFast Copy\Cast of an array Pin
Gilad Kapelushnik28-Sep-05 20:52
Gilad Kapelushnik28-Sep-05 20:52 
AnswerRe: Fast Copy\Cast of an array Pin
Guffa28-Sep-05 21:21
Guffa28-Sep-05 21:21 
GeneralRe: Fast Copy\Cast of an array Pin
leppie29-Sep-05 3:38
leppie29-Sep-05 3:38 
GeneralRe: Fast Copy\Cast of an array Pin
Guffa29-Sep-05 22:24
Guffa29-Sep-05 22:24 
AnswerRe: Fast Copy\Cast of an array Pin
leppie29-Sep-05 3:34
leppie29-Sep-05 3:34 
GeneralRe: Fast Copy\Cast of an array Pin
Anonymous1-Oct-05 9:23
Anonymous1-Oct-05 9:23 
GeneralRe: Fast Copy\Cast of an array Pin
leppie1-Oct-05 16:11
leppie1-Oct-05 16:11 
QuestionMy Source Code is visible to all Pin
28-Sep-05 19:15
suss28-Sep-05 19:15 

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.