Click here to Skip to main content
15,900,425 members
Home / Discussions / C#
   

C#

 
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 
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 
* The error message says:
System.DllNotFoundException: Unable to load DLL "Firas.dll": This application has failed to start because the application configuration is incorrect. Reinstall the application may fix this problem.(Exception from HRESULT: 0x800736B1)
at Template.CardInstruction.Open_USB()


and Open_USB() is one of the function in the dll file.
When creating the dll I used C++ project and make the project give dll as output, in the Code I use (extern “C”) then before each function I put the following:
_declspec(dllexport)


* What I want to inform you about is when running the project from the .Net (as a project) the application could see the dll (located in the debug folder) and use its functions without any problem, but when I setup the application in the Client PC the error occurred.

* The Client system is 32-bit Windows.

* The dll given by the software you had recommended is:
DCIC32.dll (which is the hardware library given by the manufacturer because my application is using Card reader and this is its library containing the function to read/write on the card)
MFC90UD.Dll (Idon’t know this one)
MSVCR90D.Dll (Idon’t know this one)
KERNAL32.Dll
OLEAUT32.Dll
USER32.Dll
ADVAPI32.Dll
Again thank you very much for being helpful !
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 
QuestionCant copy a complete text file Pin
ayandelhi23-Jul-10 6:44
ayandelhi23-Jul-10 6:44 
AnswerRe: Cant copy a complete text file Pin
riced23-Jul-10 6:51
riced23-Jul-10 6:51 
GeneralRe: Cant copy a complete text file Pin
ayandelhi23-Jul-10 6:59
ayandelhi23-Jul-10 6:59 
AnswerRe: Cant copy a complete text file Pin
Richard MacCutchan23-Jul-10 6:56
mveRichard MacCutchan23-Jul-10 6:56 

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.