Click here to Skip to main content
16,009,112 members
Home / Discussions / C#
   

C#

 
Questioncall code from string? Pin
Codegreen_71317-Nov-05 13:51
Codegreen_71317-Nov-05 13:51 
AnswerRe: call code from string? Pin
KaptinKrunch17-Nov-05 14:10
KaptinKrunch17-Nov-05 14:10 
GeneralRe: call code from string? Pin
Codegreen_71317-Nov-05 15:11
Codegreen_71317-Nov-05 15:11 
GeneralRe: call code from string? Pin
lmoelleb17-Nov-05 22:51
lmoelleb17-Nov-05 22:51 
GeneralRe: call code from string? Pin
Judah Gabriel Himango18-Nov-05 5:52
sponsorJudah Gabriel Himango18-Nov-05 5:52 
GeneralRe: call code from string? Pin
Codegreen_71318-Nov-05 11:35
Codegreen_71318-Nov-05 11:35 
AnswerRe: call code from string? Pin
vineas18-Nov-05 12:53
vineas18-Nov-05 12:53 
Questionunable to load unmanaged dll Pin
Mark Hahn CA17-Nov-05 13:39
Mark Hahn CA17-Nov-05 13:39 
I have code to call a DLL that I wrote in C (see end of message). This code has worked fine for months. I reloaded my OS and installed a fresh vs2005 rc and now I'm getting a System.DllNotFoundException. It also says: Unable to load DLL 'copy.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

My DLL is in my working directory just as it was before. My project setup has not changed and the working directory is specified correctly. What could have changed to cause this error?

[DllImport( "copy.dll", CharSet = CharSet.Unicode )]<br />
public static extern int BackupClose( long hash1, long hash2 );<br />

QuestionC# 2 Document Compiler Pin
Fernando A. Gomez F.17-Nov-05 13:35
Fernando A. Gomez F.17-Nov-05 13:35 
QuestionADAM (Active Directory Application Mode) and C# Pin
sam31517-Nov-05 13:24
sam31517-Nov-05 13:24 
AnswerRe: ADAM and C# Pin
Dave Kreskowiak17-Nov-05 14:24
mveDave Kreskowiak17-Nov-05 14:24 
GeneralRe: ADAM and C# Pin
sam31517-Nov-05 16:47
sam31517-Nov-05 16:47 
GeneralRe: ADAM and C# Pin
Dave Kreskowiak18-Nov-05 6:41
mveDave Kreskowiak18-Nov-05 6:41 
QuestionScope problem Pin
Dan Neely17-Nov-05 9:51
Dan Neely17-Nov-05 9:51 
AnswerRe: Scope problem Pin
Trevor McClean17-Nov-05 10:27
Trevor McClean17-Nov-05 10:27 
AnswerRe: Scope problem Pin
Christian Graus17-Nov-05 11:20
protectorChristian Graus17-Nov-05 11:20 
GeneralRe: Scope problem Pin
User 665817-Nov-05 12:22
User 665817-Nov-05 12:22 
GeneralRe: Scope problem Pin
Dave Kreskowiak17-Nov-05 14:18
mveDave Kreskowiak17-Nov-05 14:18 
GeneralRe: Scope problem Pin
Judah Gabriel Himango17-Nov-05 15:34
sponsorJudah Gabriel Himango17-Nov-05 15:34 
GeneralRe: Scope problem Pin
Christian Graus17-Nov-05 15:36
protectorChristian Graus17-Nov-05 15:36 
GeneralRe: Scope problem Pin
User 665817-Nov-05 20:40
User 665817-Nov-05 20:40 
QuestionMulti Threading Pin
zaboboa17-Nov-05 5:26
zaboboa17-Nov-05 5:26 
AnswerRe: Multi Threading Pin
Mark Hahn CA17-Nov-05 13:44
Mark Hahn CA17-Nov-05 13:44 
Questionicon overlay handler Pin
rakesh_nits17-Nov-05 3:05
rakesh_nits17-Nov-05 3:05 
AnswerRe: icon overlay handler Pin
Wraith219-Nov-05 3:19
Wraith219-Nov-05 3:19 

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.