Click here to Skip to main content
15,887,446 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to pass null to a ref ushort parameter in interop method? Pin
Dave Kreskowiak5-Dec-12 6:13
mveDave Kreskowiak5-Dec-12 6:13 
AnswerRe: How to pass null to a ref ushort parameter in interop method? Pin
DaveyM694-Dec-12 23:51
professionalDaveyM694-Dec-12 23:51 
AnswerRe: How to pass null to a ref ushort parameter in interop method? Pin
BobJanova4-Dec-12 23:55
BobJanova4-Dec-12 23:55 
Questiontrame GPS in c# Pin
chouu4-Dec-12 4:46
chouu4-Dec-12 4:46 
AnswerRe: trame GPS in c# Pin
Dave Kreskowiak4-Dec-12 7:52
mveDave Kreskowiak4-Dec-12 7:52 
GeneralRe: trame GPS in c# Pin
chouu4-Dec-12 8:18
chouu4-Dec-12 8:18 
QuestionDll problem Pin
marca2924-Dec-12 3:00
marca2924-Dec-12 3:00 
AnswerRe: Dll problem Pin
David Knechtges4-Dec-12 3:19
David Knechtges4-Dec-12 3:19 
I can think of 3 ways you could do this:

1) Enable remote debugging in Visual Studio and run all the tests on a computer with the hardware installed. So your laptop can run the tests and the hardware also.

2) Add a few conditional compile options around the calls you have into the hardware specific DLLs - this makes them not execute at all.

3) Stub out the hardware DLLs on your dev laptop by creating special versions of them that run without the hardware attached. So basically, they can return to you known data when called, and do nothing when no return data is required.
GeneralRe: Dll problem Pin
Gergo Bogdan4-Dec-12 19:31
Gergo Bogdan4-Dec-12 19:31 
AnswerRe: Dll problem Pin
Ingo4-Dec-12 4:00
Ingo4-Dec-12 4:00 
QuestionReduce Size of a pdf file Pin
prahalad.gaggar4-Dec-12 2:56
prahalad.gaggar4-Dec-12 2:56 
AnswerRe: Reduce Size of a pdf file Pin
Eddy Vluggen4-Dec-12 3:02
professionalEddy Vluggen4-Dec-12 3:02 
GeneralRe: Reduce Size of a pdf file Pin
prahalad.gaggar4-Dec-12 3:14
prahalad.gaggar4-Dec-12 3:14 
GeneralRe: Reduce Size of a pdf file Pin
Eddy Vluggen4-Dec-12 3:17
professionalEddy Vluggen4-Dec-12 3:17 
GeneralRe: Reduce Size of a pdf file Pin
prahalad.gaggar4-Dec-12 3:30
prahalad.gaggar4-Dec-12 3:30 
GeneralRe: Reduce Size of a pdf file Pin
Eddy Vluggen4-Dec-12 4:24
professionalEddy Vluggen4-Dec-12 4:24 
GeneralRe: Reduce Size of a pdf file Pin
prahalad.gaggar4-Dec-12 18:07
prahalad.gaggar4-Dec-12 18:07 
QuestionTypeLoadExceptionCould not load type 'WFPath.Class1' from assembly 'ParToChildWF, Version=1.0.4720.26649 Pin
Peaches20144-Dec-12 2:55
Peaches20144-Dec-12 2:55 
AnswerRe: TypeLoadExceptionCould not load type 'WFPath.Class1' from assembly 'ParToChildWF, Version=1.0.4720.26649 Pin
Eddy Vluggen4-Dec-12 5:04
professionalEddy Vluggen4-Dec-12 5:04 
GeneralRe: TypeLoadExceptionCould not load type 'WFPath.Class1' from assembly 'ParToChildWF, Version=1.0.4720.26649 Pin
Peaches20144-Dec-12 9:34
Peaches20144-Dec-12 9:34 
GeneralRe: TypeLoadExceptionCould not load type 'WFPath.Class1' from assembly 'ParToChildWF, Version=1.0.4720.26649 Pin
Eddy Vluggen4-Dec-12 10:14
professionalEddy Vluggen4-Dec-12 10:14 
Questionhow can use eventhandler Pin
muzammile ahmed3-Dec-12 22:33
muzammile ahmed3-Dec-12 22:33 
AnswerRe: how can use eventhandler Pin
Richard MacCutchan3-Dec-12 22:58
mveRichard MacCutchan3-Dec-12 22:58 
Questionhow can use keventhandler Pin
muzammile ahmed3-Dec-12 22:32
muzammile ahmed3-Dec-12 22:32 
AnswerRe: how can use keventhandler Pin
Simon_Whale3-Dec-12 22:49
Simon_Whale3-Dec-12 22:49 

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.