Click here to Skip to main content
15,902,275 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need to close other Browser's whn i open my browser ( Windows Application ) Pin
Dave Kreskowiak24-Jul-10 4:12
mveDave Kreskowiak24-Jul-10 4:12 
GeneralRe: Need to close other Browser's whn i open my browser ( Windows Application ) Pin
PIEBALDconsult24-Jul-10 4:34
mvePIEBALDconsult24-Jul-10 4:34 
QuestionResolved : C# Socket programming not working in communication with linux machine. [modified] Pin
jobin00700723-Jul-10 11:35
jobin00700723-Jul-10 11:35 
AnswerRe: C# Socket programming not working in communication with linux machine. Pin
Ennis Ray Lynch, Jr.23-Jul-10 12:28
Ennis Ray Lynch, Jr.23-Jul-10 12:28 
GeneralRe: C# Socket programming not working in communication with linux machine. Pin
jobin00700726-Jul-10 2:55
jobin00700726-Jul-10 2:55 
AnswerRe: C# Socket programming not working in communication with linux machine. Pin
Richard MacCutchan23-Jul-10 22:08
mveRichard MacCutchan23-Jul-10 22:08 
AnswerRe: Resolved : C# Socket programming not working in communication with linux machine. Pin
jobin00700727-Jul-10 5:35
jobin00700727-Jul-10 5:35 
QuestionDeploy C# application with C organized dll Pin
firas_hamzeh23-Jul-10 11:23
firas_hamzeh23-Jul-10 11:23 
Hi every body,
I created C dll (Dynamic-link library) using .Net to use C function in C# application , I used DLL Export in the C project (when creating the dll) in order to export its function, then I used DLL Import In C# project to use the C function..
To make the C# project see the dll’s functions I just put it in the Debug folder of the C# project, and it works properly. Now after finishing making the C# application, you know that I have to make the setup of the application to install it in the client PC, and here is the problem! how to make the application see the dll in the client PC, When I installed the application in the client PC and tried to run it, it made an error showing that the application couldn’t see the dll functions at all!!
You know that in his PC there will not be a debug folder, on the other hand C dll can’t be added to the C# project as a reference!!
Also C dll can’t be registered in the operating system with the instruction:
regsvr32

I tried the following:
- Put the dll file in the installation folder of the client PC (it didn’t work)
- Put the dll file in the system32 folder of windows (it didn’t work)
- Put the dll in the setup ad a content file to be set in the installation folder (it didn’t work)
So anybody can help me please ! How to make the program see the dll to use its functions in the Client PC?
AnswerRe: Deploy C# application with C organized dll Pin
Luc Pattyn23-Jul-10 16:25
sitebuilderLuc Pattyn23-Jul-10 16:25 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh23-Jul-10 23:05
firas_hamzeh23-Jul-10 23:05 
AnswerRe: Deploy C# application with C organized dll Pin
Luc Pattyn23-Jul-10 23:43
sitebuilderLuc Pattyn23-Jul-10 23:43 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:08
firas_hamzeh24-Jul-10 0:08 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 0:20
sitebuilderLuc Pattyn24-Jul-10 0:20 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:42
firas_hamzeh24-Jul-10 0:42 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 1:10
sitebuilderLuc Pattyn24-Jul-10 1:10 
QuestionBinaryFormater FileStream structure Pin
Mark H Bishop23-Jul-10 10:28
Mark H Bishop23-Jul-10 10:28 
AnswerRe: BinaryFormater FileStream structure Pin
Pete O'Hanlon23-Jul-10 11:07
mvePete O'Hanlon23-Jul-10 11:07 
QuestionLive GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 7:48
faheemnadeem23-Jul-10 7:48 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
Ennis Ray Lynch, Jr.23-Jul-10 9:15
Ennis Ray Lynch, Jr.23-Jul-10 9:15 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 11:31
faheemnadeem23-Jul-10 11:31 
QuestionRe: Live GPS data and Video synchronized recording and playback Pin
vijayr10-Nov-10 23:04
vijayr10-Nov-10 23:04 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 2:29
faheemnadeem15-Nov-10 2:29 
GeneralRe: Live GPS data and Video synchronized recording and playback [modified] Pin
vijayr15-Nov-10 19:05
vijayr15-Nov-10 19:05 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 19:34
faheemnadeem15-Nov-10 19:34 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
vijayr15-Nov-10 20:17
vijayr15-Nov-10 20:17 

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.