Click here to Skip to main content
15,916,180 members
Home / Discussions / C#
   

C#

 
GeneralRe: copy protection Pin
Samer Aburabie2-Dec-08 10:41
Samer Aburabie2-Dec-08 10:41 
GeneralRe: copy protection Pin
Paul Conrad2-Dec-08 10:45
professionalPaul Conrad2-Dec-08 10:45 
GeneralRe: copy protection Pin
Samer Aburabie2-Dec-08 11:16
Samer Aburabie2-Dec-08 11:16 
QuestionReliable Logging Pin
blackjack21502-Dec-08 1:06
blackjack21502-Dec-08 1:06 
AnswerRe: Reliable Logging Pin
SeMartens2-Dec-08 1:13
SeMartens2-Dec-08 1:13 
GeneralRe: Reliable Logging Pin
Samer Aburabie2-Dec-08 10:46
Samer Aburabie2-Dec-08 10:46 
AnswerRe: Reliable Logging Pin
Andrew Rissing2-Dec-08 6:00
Andrew Rissing2-Dec-08 6:00 
QuestionUnable to load (unmanaged) DLL: not found Pin
HosamAly2-Dec-08 0:46
HosamAly2-Dec-08 0:46 
I am getting an error loading a function from an unmanaged DLL, but I'm getting this error:
System.DllNotFoundException: Unable to load DLL 'MyLibrary.dll': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
I have the DLL file in the project next to the source code files, and its properties are set to "copy if newer". Even "copy always" did not work. The file is there, but the application can't find it (at least in VS Debugger)! WTF | :WTF:

I tried checking File.Exists("MyLibrary.dll"), and it returns true!

Any idea what's happening? Confused | :confused:


AnswerRe: Unable to load (unmanaged) DLL: not found Pin
Simon P Stevens2-Dec-08 0:48
Simon P Stevens2-Dec-08 0:48 
GeneralRe: Unable to load (unmanaged) DLL: not found Pin
HosamAly2-Dec-08 1:29
HosamAly2-Dec-08 1:29 
GeneralRe: Unable to load (unmanaged) DLL: not found Pin
Simon P Stevens2-Dec-08 1:50
Simon P Stevens2-Dec-08 1:50 
QuestionUpdate progressbar , text box from thread Pin
ptr_Electron1-Dec-08 23:42
ptr_Electron1-Dec-08 23:42 
AnswerRe: Update progressbar , text box from thread Pin
N a v a n e e t h1-Dec-08 23:44
N a v a n e e t h1-Dec-08 23:44 
AnswerRe: Update progressbar , text box from thread Pin
Simon P Stevens1-Dec-08 23:47
Simon P Stevens1-Dec-08 23:47 
AnswerRe: Update progressbar , text box from thread Pin
Giorgi Dalakishvili2-Dec-08 1:58
mentorGiorgi Dalakishvili2-Dec-08 1:58 
AnswerRe: Update progressbar , text box from thread Pin
Samer Aburabie2-Dec-08 10:52
Samer Aburabie2-Dec-08 10:52 
QuestionUsing Binary Operators Pin
MatthysDT1-Dec-08 23:15
MatthysDT1-Dec-08 23:15 
AnswerRe: Using Binary Operators Pin
Simon P Stevens1-Dec-08 23:21
Simon P Stevens1-Dec-08 23:21 
AnswerRe: Using Binary Operators Pin
Guffa2-Dec-08 0:53
Guffa2-Dec-08 0:53 
AnswerRe: Using Binary Operators Pin
Alan Balkany2-Dec-08 4:05
Alan Balkany2-Dec-08 4:05 
AnswerRe: Using Binary Operators Pin
ely_bob2-Dec-08 6:35
professionalely_bob2-Dec-08 6:35 
GeneralRe: Using Binary Operators Pin
MatthysDT2-Dec-08 19:15
MatthysDT2-Dec-08 19:15 
QuestionDifferent settings for the same application Pin
Natza Mitzi1-Dec-08 23:02
Natza Mitzi1-Dec-08 23:02 
AnswerRe: Different settings for the same application Pin
Christian Graus1-Dec-08 23:41
protectorChristian Graus1-Dec-08 23:41 
GeneralRe: Different settings for the same application Pin
Natza Mitzi2-Dec-08 2:25
Natza Mitzi2-Dec-08 2:25 

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.