Click here to Skip to main content
15,912,205 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help me Convert this WPF to Silverlight Pin
Richard MacCutchan29-Dec-11 23:21
mveRichard MacCutchan29-Dec-11 23:21 
QuestionWould like help on technique to debug a dll Pin
turbosupramk329-Dec-11 12:09
turbosupramk329-Dec-11 12:09 
AnswerRe: Would like help on technique to debug a dll Pin
Pete O'Hanlon29-Dec-11 12:21
mvePete O'Hanlon29-Dec-11 12:21 
GeneralRe: Would like help on technique to debug a dll Pin
turbosupramk329-Dec-11 13:06
turbosupramk329-Dec-11 13:06 
GeneralRe: Would like help on technique to debug a dll Pin
harold aptroot29-Dec-11 12:30
harold aptroot29-Dec-11 12:30 
GeneralRe: Would like help on technique to debug a dll Pin
turbosupramk329-Dec-11 13:06
turbosupramk329-Dec-11 13:06 
GeneralRe: Would like help on technique to debug a dll Pin
harold aptroot29-Dec-11 13:30
harold aptroot29-Dec-11 13:30 
AnswerRe: Would like help on technique to debug a dll Pin
jschell29-Dec-11 14:12
jschell29-Dec-11 14:12 
turbosupramk3 wrote:
I would like to know the best technique to debug this dll without putting it in the parent applications


For starters your first step shouldn't be debugging. It should be testing.

The way I unit test is to use Nunit which you can google for.

You can use that or write your own application. That application is NOT part of the dll nor would your unit test code be part of the dll.

You create a different project, and myself I create a different solution as well. That project contains the unit test code. The unit test code calls the code in the dll to test parts of it and also to test the total functionality.

Once you do that, then if you have a unit test that fails then you have the code, the unit test code, which you can then debug.
GeneralRe: Would like help on technique to debug a dll Pin
turbosupramk329-Dec-11 15:44
turbosupramk329-Dec-11 15:44 
GeneralRe: Would like help on technique to debug a dll Pin
jschell30-Dec-11 8:21
jschell30-Dec-11 8:21 
GeneralRe: Would like help on technique to debug a dll Pin
OriginalGriff30-Dec-11 8:35
mveOriginalGriff30-Dec-11 8:35 
QuestionXML problem with retrieving value Pin
Cindy MCS29-Dec-11 8:34
Cindy MCS29-Dec-11 8:34 
AnswerRe: XML problem with retrieving value Pin
PIEBALDconsult29-Dec-11 8:58
mvePIEBALDconsult29-Dec-11 8:58 
GeneralRe: XML problem with retrieving value Pin
Cindy MCS29-Dec-11 9:34
Cindy MCS29-Dec-11 9:34 
GeneralRe: XML problem with retrieving value Pin
PIEBALDconsult29-Dec-11 9:56
mvePIEBALDconsult29-Dec-11 9:56 
AnswerRe: XML problem with retrieving value Pin
OriginalGriff29-Dec-11 9:00
mveOriginalGriff29-Dec-11 9:00 
GeneralRe: XML problem with retrieving value Pin
Cindy MCS29-Dec-11 9:29
Cindy MCS29-Dec-11 9:29 
QuestionC# Post to URL (e.g Register) and get new\response page Pin
Member 852236229-Dec-11 4:59
Member 852236229-Dec-11 4:59 
AnswerRe: C# Post to URL (e.g Register) and get new\response page Pin
Luc Pattyn29-Dec-11 5:36
sitebuilderLuc Pattyn29-Dec-11 5:36 
AnswerRe: C# Post to URL (e.g Register) and get new\response page Pin
Member 852236229-Dec-11 5:49
Member 852236229-Dec-11 5:49 
AnswerRe: C# Post to URL (e.g Register) and get new\response page Pin
Luc Pattyn29-Dec-11 6:18
sitebuilderLuc Pattyn29-Dec-11 6:18 
AnswerRe: C# Post to URL (e.g Register) and get new\response page Pin
BobJanova30-Dec-11 14:35
BobJanova30-Dec-11 14:35 
QuestionCpu Calculations per second Pin
Brandon-X1200028-Dec-11 10:41
Brandon-X1200028-Dec-11 10:41 
GeneralRe: Cpu Calculations per second Pin
harold aptroot28-Dec-11 11:32
harold aptroot28-Dec-11 11:32 
AnswerRe: Cpu Calculations per second Pin
OriginalGriff28-Dec-11 20:49
mveOriginalGriff28-Dec-11 20: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.