Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
GeneralRe: 3D cube Pin
Noharyiasa19-Jun-07 4:32
Noharyiasa19-Jun-07 4:32 
GeneralRe: 3D cube Pin
Bekjong19-Jun-07 4:46
Bekjong19-Jun-07 4:46 
GeneralRe: 3D cube Pin
Alaric_19-Jun-07 4:49
professionalAlaric_19-Jun-07 4:49 
QuestionRandom Number Generator Pin
LCI19-Jun-07 3:35
LCI19-Jun-07 3:35 
AnswerRe: Random Number Generator Pin
Not Active19-Jun-07 3:44
mentorNot Active19-Jun-07 3:44 
GeneralRe: Random Number Generator Pin
LCI19-Jun-07 4:31
LCI19-Jun-07 4:31 
GeneralRe: Random Number Generator Pin
Luc Pattyn19-Jun-07 4:37
sitebuilderLuc Pattyn19-Jun-07 4:37 
GeneralRe: Random Number Generator Pin
LCI19-Jun-07 6:31
LCI19-Jun-07 6:31 
GeneralRe: Random Number Generator Pin
Not Active19-Jun-07 7:39
mentorNot Active19-Jun-07 7:39 
AnswerRe: Random Number Generator Pin
Jimmanuel19-Jun-07 3:57
Jimmanuel19-Jun-07 3:57 
AnswerRe: Random Number Generator Pin
Le centriste19-Jun-07 6:42
Le centriste19-Jun-07 6:42 
AnswerRe: Random Number Generator Pin
Amar Chaudhary19-Jun-07 6:42
Amar Chaudhary19-Jun-07 6:42 
AnswerRe: Random Number Generator Pin
MidwestLimey19-Jun-07 9:12
professionalMidwestLimey19-Jun-07 9:12 
GeneralRe: Random Number Generator Pin
LCI19-Jun-07 6:46
LCI19-Jun-07 6:46 
GeneralRe: Random Number Generator Pin
LCI19-Jun-07 6:58
LCI19-Jun-07 6:58 
QuestionHow to programmatically register a DLL? Pin
Affan Toor19-Jun-07 3:31
Affan Toor19-Jun-07 3:31 
AnswerRe: How to programmatically register a DLL? Pin
Giorgi Dalakishvili19-Jun-07 4:46
mentorGiorgi Dalakishvili19-Jun-07 4:46 
GeneralRe: How to programmatically register a DLL? Pin
Affan Toor19-Jun-07 5:05
Affan Toor19-Jun-07 5:05 
GeneralRe: How to programmatically register a DLL? Pin
Giorgi Dalakishvili19-Jun-07 5:17
mentorGiorgi Dalakishvili19-Jun-07 5:17 
GeneralRe: How to programmatically register a DLL? Pin
Affan Toor19-Jun-07 5:55
Affan Toor19-Jun-07 5:55 
GeneralRe: How to programmatically register a DLL? Pin
Giorgi Dalakishvili19-Jun-07 20:29
mentorGiorgi Dalakishvili19-Jun-07 20:29 
Affan Toor wrote:
and then after placing GsmCommunication.dll in system32 folder i tried this:

System.Diagnostics.Process.Start("regsvr32", "GsmCommunication.dll");

Error: GsmCommunication.dll was loaded but the DLLRegisterServer entry point was not found. This file can not be registered.


Have you tried registering the dll from command line? Does it work? It seems that your dll can't be registered.

#region signature
my articles
#endregion

QuestionRe: How to programmatically register a DLL? Pin
Affan Toor19-Jun-07 23:30
Affan Toor19-Jun-07 23:30 
AnswerRe: How to programmatically register a DLL? Pin
Giorgi Dalakishvili20-Jun-07 0:48
mentorGiorgi Dalakishvili20-Jun-07 0:48 
GeneralRe: How to programmatically register a DLL? Pin
Affan Toor20-Jun-07 4:40
Affan Toor20-Jun-07 4:40 
GeneralRe: How to programmatically register a DLL? Pin
Giorgi Dalakishvili20-Jun-07 20:36
mentorGiorgi Dalakishvili20-Jun-07 20:36 

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.