Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
QuestionWPF - beginner Pin
Nitin S30-Oct-12 1:14
professionalNitin S30-Oct-12 1:14 
AnswerRe: WPF - beginner Pin
V.30-Oct-12 1:22
professionalV.30-Oct-12 1:22 
AnswerRe: WPF - beginner Pin
Abhinav S30-Oct-12 6:31
Abhinav S30-Oct-12 6:31 
Question"Attempted to read or write protected memory." why am i getting this exception. Pin
Member 943048330-Oct-12 0:37
Member 943048330-Oct-12 0:37 
AnswerRe: "Attempted to read or write protected memory." why am i getting this exception. Pin
Richard MacCutchan30-Oct-12 0:49
mveRichard MacCutchan30-Oct-12 0:49 
AnswerRe: "Attempted to read or write protected memory." why am i getting this exception. Pin
David Knechtges30-Oct-12 2:59
David Knechtges30-Oct-12 2:59 
QuestionDrag and drop from windows form to explorer Pin
Somnath T Avhad30-Oct-12 0:04
Somnath T Avhad30-Oct-12 0:04 
AnswerRe: Drag and drop from windows form to explorer Pin
Ingo30-Oct-12 0:15
Ingo30-Oct-12 0:15 
QuestionDrag and drop from windows from to Explorer Pin
Somnath T Avhad30-Oct-12 0:01
Somnath T Avhad30-Oct-12 0:01 
AnswerRe: Drag and drop from windows from to Explorer Pin
Ingo30-Oct-12 0:11
Ingo30-Oct-12 0:11 
Questiondeserialization exception - socket Pin
devvvy29-Oct-12 23:02
devvvy29-Oct-12 23:02 
AnswerRe: deserialization exception - socket Pin
Richard MacCutchan29-Oct-12 23:08
mveRichard MacCutchan29-Oct-12 23:08 
GeneralRe: deserialization exception - socket Pin
devvvy29-Oct-12 23:33
devvvy29-Oct-12 23:33 
GeneralRe: deserialization exception - socket Pin
Richard MacCutchan30-Oct-12 0:42
mveRichard MacCutchan30-Oct-12 0:42 
GeneralRe: deserialization exception - socket Pin
devvvy30-Oct-12 17:44
devvvy30-Oct-12 17:44 
GeneralRe: deserialization exception - socket Pin
Richard MacCutchan30-Oct-12 22:49
mveRichard MacCutchan30-Oct-12 22:49 
QuestionRe: deserialization exception - socket Pin
Eddy Vluggen30-Oct-12 2:40
professionalEddy Vluggen30-Oct-12 2:40 
AnswerRe: deserialization exception - socket Pin
devvvy30-Oct-12 15:42
devvvy30-Oct-12 15:42 
AnswerRe: deserialization exception - socket Pin
jschell30-Oct-12 10:01
jschell30-Oct-12 10:01 
GeneralRe: deserialization exception - socket Pin
devvvy30-Oct-12 15:40
devvvy30-Oct-12 15:40 
GeneralRe: deserialization exception - socket Pin
jschell31-Oct-12 8:47
jschell31-Oct-12 8:47 
GeneralRe: deserialization exception - socket Pin
devvvy31-Oct-12 15:09
devvvy31-Oct-12 15:09 
AnswerRe: deserialization exception - socket Pin
Paulo Zemek30-Oct-12 12:03
mvaPaulo Zemek30-Oct-12 12:03 
General[ANSWER HERE] (Thanks Paulo!) Pin
devvvy30-Oct-12 17:44
devvvy30-Oct-12 17:44 
QuestionC# build problem Pin
classy_dog29-Oct-12 17:48
classy_dog29-Oct-12 17:48 
At my company I am told to get this C# 2008 application to work that has been 'stored away' for a year. The programmer who wrote the application is no longer working for this company.
I have the following 3 references that need to resolved for ths application to work correctly:
1. I am missing a reference to the common.logging.dll. I clicked under references and selected the .net and com tabs. I did not find the common.logging.dll.
Is this some .net feature that I need to add to this solution file? If so, can you tell me how to locate this feature and add it to my solution file? If not, can you tell me where I can locate the common.logging.dll and how to attach the reference to my solution file?
2. My other 2 references are the names of 2 of the project files that are part of the applicable solution file. Thus I am thinking that I need to rebuild each of the two project files separately from the entire solution file to obtain the required dll files. To obtain the applicable dlls, I am thinking that I need to obtain a reference to each file in the bin/debug or bin/release folders?
Is obtaining the applicable dlls from the bin/debug or bin/release folders a good idea or not?

Can you tell me if what I am planning to do is correct and/or what change(s) you think I should make?

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.