Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
AnswerRe: Application hangs with a call to MessageBox.Show Pin
Anthony Mushrow8-May-08 8:40
professionalAnthony Mushrow8-May-08 8:40 
AnswerRe: Application hangs with a call to MessageBox.Show Pin
leckey8-May-08 9:03
leckey8-May-08 9:03 
AnswerRe: Application hangs with a call to MessageBox.Show Pin
Ennis Ray Lynch, Jr.8-May-08 9:29
Ennis Ray Lynch, Jr.8-May-08 9:29 
GeneralRe: Application hangs with a call to MessageBox.Show Pin
Krishna Murthy8-May-08 20:00
Krishna Murthy8-May-08 20:00 
QuestionWhat is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 7:24
Member 39190498-May-08 7:24 
AnswerRe: What is the difference between bin\debug and obj\debug? Pin
Judah Gabriel Himango8-May-08 7:40
sponsorJudah Gabriel Himango8-May-08 7:40 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 8:38
Member 39190498-May-08 8:38 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Andrew Rissing8-May-08 8:51
Andrew Rissing8-May-08 8:51 
Actually, the standard practice is to include them as a reference in the project. It handles them properly that way, so regardless of what build you're in..it places it into the proper folder.

1. Open your solution file.
2. Right click on the project file.
3. Select "Add Reference...".
4. Either select the third party dll's using the dialog (most likely the 'Browse' tab)
5. Build your project
6. Enjoy having Visual Studio handle the management of your third party dll's.
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 8:53
Member 39190498-May-08 8:53 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
eggsovereasy8-May-08 9:04
eggsovereasy8-May-08 9:04 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 9:56
Member 39190498-May-08 9:56 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 12:14
Member 39190498-May-08 12:14 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Andrew Rissing9-May-08 4:47
Andrew Rissing9-May-08 4:47 
QuestionOpen Source Database Lib Pin
Mushtaque Nizamani8-May-08 7:16
Mushtaque Nizamani8-May-08 7:16 
AnswerRe: Open Source Database Lib Pin
Judah Gabriel Himango8-May-08 7:38
sponsorJudah Gabriel Himango8-May-08 7:38 
QuestionWant to map two keys to a value Pin
Jordanwb8-May-08 6:34
Jordanwb8-May-08 6:34 
AnswerRe: Want to map two keys to a value Pin
Judah Gabriel Himango8-May-08 7:37
sponsorJudah Gabriel Himango8-May-08 7:37 
GeneralRe: Want to map two keys to a value Pin
Andrew Rissing8-May-08 8:53
Andrew Rissing8-May-08 8:53 
GeneralRe: Want to map two keys to a value Pin
eggsovereasy8-May-08 9:13
eggsovereasy8-May-08 9:13 
GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:09
Jordanwb8-May-08 10:09 
GeneralRe: Want to map two keys to a value Pin
Dave Kreskowiak8-May-08 10:27
mveDave Kreskowiak8-May-08 10:27 
GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:47
Jordanwb8-May-08 10:47 
GeneralRe: Want to map two keys to a value Pin
Dave Kreskowiak8-May-08 13:26
mveDave Kreskowiak8-May-08 13:26 
GeneralRe: Want to map two keys to a value Pin
Andrew Rissing9-May-08 4:44
Andrew Rissing9-May-08 4:44 
AnswerRe: Want to map two keys to a value Pin
Gareth H8-May-08 7:43
Gareth H8-May-08 7:43 

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.