Click here to Skip to main content
15,891,721 members
Home / Discussions / C#
   

C#

 
GeneralRe: Call to run another application from an application Pin
spin vector16-Oct-06 15:54
spin vector16-Oct-06 15:54 
AnswerRe: Call to run another application from an application Pin
saqib8216-Oct-06 18:31
saqib8216-Oct-06 18:31 
GeneralRe: Call to run another application from an application Pin
saqib8216-Oct-06 18:32
saqib8216-Oct-06 18:32 
QuestionNetwork data transfer problem! Pin
Rojan Gh.16-Oct-06 13:05
professionalRojan Gh.16-Oct-06 13:05 
Questionc# in window based applications Pin
vamsi_inguva16-Oct-06 12:20
vamsi_inguva16-Oct-06 12:20 
AnswerRe: c# in window based applications Pin
Judah Gabriel Himango16-Oct-06 12:36
sponsorJudah Gabriel Himango16-Oct-06 12:36 
QuestionCreated dll for use in other language Pin
Nooie16-Oct-06 10:57
Nooie16-Oct-06 10:57 
AnswerRe: Created dll for use in other language Pin
Judah Gabriel Himango16-Oct-06 11:07
sponsorJudah Gabriel Himango16-Oct-06 11:07 
First of all, if the dll is to be used by other applications/components, what are those apps/components written in? If they're written in a .NET language, there is no need to run regsvr32 on them.

However, if the other applications/components are COM components, then you need to do at least 2 things to your C# dll: compile with exposure to COM. From the project settings page in Visual Studio, go to the Build tab and check the "register for COM interop" option. This will build your DLL with COM capability and will register the dll on the local system. If you deploy this dll to another machine, you'll of course need to register it with regsvr32. This article[^] elaborates.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: God-as-Judge, God-as-Forgiver
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Created dll for use in other language Pin
Nooie16-Oct-06 11:09
Nooie16-Oct-06 11:09 
GeneralRe: Created dll for use in other language [modified] Pin
Nooie16-Oct-06 11:52
Nooie16-Oct-06 11:52 
GeneralRe: Created dll for use in other language Pin
Judah Gabriel Himango16-Oct-06 12:34
sponsorJudah Gabriel Himango16-Oct-06 12:34 
GeneralRe: Created dll for use in other language Pin
Nooie16-Oct-06 12:53
Nooie16-Oct-06 12:53 
GeneralRe: Created dll for use in other language Pin
Judah Gabriel Himango16-Oct-06 16:54
sponsorJudah Gabriel Himango16-Oct-06 16:54 
GeneralRe: Created dll for use in other language Pin
Nooie16-Oct-06 17:25
Nooie16-Oct-06 17:25 
GeneralRe: Created dll for use in other language Pin
Judah Gabriel Himango16-Oct-06 17:27
sponsorJudah Gabriel Himango16-Oct-06 17:27 
GeneralRe: Created dll for use in other language Pin
Nooie16-Oct-06 17:40
Nooie16-Oct-06 17:40 
GeneralRe: Created dll for use in other language Pin
Judah Gabriel Himango16-Oct-06 17:47
sponsorJudah Gabriel Himango16-Oct-06 17:47 
GeneralRe: Created dll for use in other language Pin
Nooie16-Oct-06 17:56
Nooie16-Oct-06 17:56 
GeneralRe: Created dll for use in other language Pin
Judah Gabriel Himango16-Oct-06 18:06
sponsorJudah Gabriel Himango16-Oct-06 18:06 
GeneralRe: Created dll for use in other language Pin
Nooie16-Oct-06 18:27
Nooie16-Oct-06 18:27 
GeneralRe: Created dll for use in other language Pin
Judah Gabriel Himango17-Oct-06 4:23
sponsorJudah Gabriel Himango17-Oct-06 4:23 
QuestionDatagrid configuration questions. Pin
Dan Neely16-Oct-06 10:55
Dan Neely16-Oct-06 10:55 
AnswerRe: Datagrid configuration questions. Pin
Judah Gabriel Himango16-Oct-06 12:40
sponsorJudah Gabriel Himango16-Oct-06 12:40 
GeneralRe: Datagrid configuration questions. Pin
Dan Neely17-Oct-06 2:19
Dan Neely17-Oct-06 2:19 
QuestionBackground Thread execution time Pin
DMBFiredancer16-Oct-06 9:57
DMBFiredancer16-Oct-06 9:57 

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.