Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: Couldn't able to access functions in a web service reference Pin
NarVish15-Mar-12 2:13
NarVish15-Mar-12 2:13 
GeneralRe: Couldn't able to access functions in a web service reference Pin
NarVish15-Mar-12 2:55
NarVish15-Mar-12 2:55 
QuestionXNA framework Accelerometer values Pin
DerecL14-Mar-12 22:59
DerecL14-Mar-12 22:59 
AnswerRe: XNA framework Accelerometer values Pin
Clark Kent12315-Mar-12 2:00
professionalClark Kent12315-Mar-12 2:00 
Questionhow to write part of application widow to vga or usb out as video stream Pin
jayachanakya14-Mar-12 19:13
jayachanakya14-Mar-12 19:13 
AnswerRe: how to write part of application widow to vga or usb out as video stream Pin
OriginalGriff15-Mar-12 1:59
mveOriginalGriff15-Mar-12 1:59 
QuestionMono tutorial required! Pin
jsdhgkjdsahklg14-Mar-12 10:51
jsdhgkjdsahklg14-Mar-12 10:51 
AnswerRe: Mono tutorial required! Pin
Dave Kreskowiak14-Mar-12 10:58
mveDave Kreskowiak14-Mar-12 10:58 
GeneralRe: Mono tutorial required! Pin
jsdhgkjdsahklg14-Mar-12 11:01
jsdhgkjdsahklg14-Mar-12 11:01 
GeneralRe: Mono tutorial required! Pin
Dave Kreskowiak14-Mar-12 11:30
mveDave Kreskowiak14-Mar-12 11:30 
AnswerRe: Mono tutorial required! Pin
Eddy Vluggen14-Mar-12 11:01
professionalEddy Vluggen14-Mar-12 11:01 
GeneralRe: Mono tutorial required! Pin
jsdhgkjdsahklg14-Mar-12 11:08
jsdhgkjdsahklg14-Mar-12 11:08 
AnswerRe: Mono tutorial required! Pin
Eddy Vluggen14-Mar-12 12:13
professionalEddy Vluggen14-Mar-12 12:13 
GeneralRe: Mono tutorial required! Pin
Pete O'Hanlon14-Mar-12 12:15
mvePete O'Hanlon14-Mar-12 12:15 
GeneralRe: Mono tutorial required! Pin
Mycroft Holmes14-Mar-12 19:51
professionalMycroft Holmes14-Mar-12 19:51 
GeneralRe: Mono tutorial required! Pin
Pete O'Hanlon14-Mar-12 22:31
mvePete O'Hanlon14-Mar-12 22:31 
GeneralRe: Mono tutorial required! Pin
DaveyM6915-Mar-12 5:19
professionalDaveyM6915-Mar-12 5:19 
GeneralC# coding example using AHP technique Pin
anwar90_scout@yahoo.com14-Mar-12 5:00
anwar90_scout@yahoo.com14-Mar-12 5:00 
GeneralRe: C# coding example using AHP technique Pin
OriginalGriff14-Mar-12 5:15
mveOriginalGriff14-Mar-12 5:15 
GeneralRe: C# coding example using AHP technique Pin
Keith Barrow14-Mar-12 11:28
professionalKeith Barrow14-Mar-12 11:28 
QuestionLoadLibraryW(dllpath) fails Pin
V K 214-Mar-12 1:22
V K 214-Mar-12 1:22 
AnswerRe: LoadLibraryW(dllpath) fails Pin
Pete O'Hanlon14-Mar-12 1:38
mvePete O'Hanlon14-Mar-12 1:38 
GeneralRe: LoadLibraryW(dllpath) fails Pin
V K 214-Mar-12 1:51
V K 214-Mar-12 1:51 
GeneralRe: LoadLibraryW(dllpath) fails Pin
Pete O'Hanlon14-Mar-12 1:57
mvePete O'Hanlon14-Mar-12 1:57 
GeneralRe: LoadLibraryW(dllpath) fails Pin
Dave Kreskowiak14-Mar-12 3:21
mveDave Kreskowiak14-Mar-12 3:21 
.DLL's sometimes are not standalone modules. It's entirely possible the .DLL you're trying to load uses another .DLL that you don't have somewhere where it can be found.

Use this[^] to find out what that dependancy might be. Just open the .DLL that's failing in it.

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.