Click here to Skip to main content
15,920,688 members
Home / Discussions / C#
   

C#

 
GeneralRe: OUTLFLTR.DLL library - need an answer Pin
chiky_ancutza3-Mar-10 2:40
chiky_ancutza3-Mar-10 2:40 
GeneralRe: OUTLFLTR.DLL library - need an answer Pin
Covean3-Mar-10 3:02
Covean3-Mar-10 3:02 
GeneralRe: OUTLFLTR.DLL library - need an answer Pin
chiky_ancutza3-Mar-10 5:35
chiky_ancutza3-Mar-10 5:35 
GeneralRe: OUTLFLTR.DLL library - need an answer Pin
Covean4-Mar-10 0:05
Covean4-Mar-10 0:05 
QuestionQuickTime Audio peak detection Pin
survcopt2-Mar-10 4:57
survcopt2-Mar-10 4:57 
Questionnamespace - automatically created, now not recognized Pin
lukeer2-Mar-10 4:44
lukeer2-Mar-10 4:44 
AnswerRe: namespace - automatically created, now not recognized Pin
Dan Mos2-Mar-10 5:27
Dan Mos2-Mar-10 5:27 
AnswerRe: namespace - automatically created, now not recognized Pin
Luc Pattyn2-Mar-10 5:35
sitebuilderLuc Pattyn2-Mar-10 5:35 
lukeer wrote:
Visual Studio claims to have found an error


VS never claims; it did find an error. Laugh | :laugh:

FYI: when a file contains errors, it does not compile, and the types it defines, are not available to the compiler when trying to deal with remainder of the application, so the compilation of other files may suffer from that as well. I assume you currently have multiple errors. Then first fix the errors in the lowest-level files, the ones holding minor classes needed by many but not needing much themselves, then work you way up.
Extra suggestion: if that fails, temporarily disable large chunks of code WITHIN classes (not entire classes though); you can use #if false and #endif for that purpose.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.

GeneralRe: namespace - automatically created, now not recognized Pin
Som Shekhar2-Mar-10 7:46
Som Shekhar2-Mar-10 7:46 
AnswerRe: namespace - automatically created, now not recognized Pin
Paulo Zemek2-Mar-10 10:05
Paulo Zemek2-Mar-10 10:05 
GeneralRe: namespace - automatically created, now not recognized Pin
lukeer2-Mar-10 20:37
lukeer2-Mar-10 20:37 
GeneralRe: namespace - automatically created, now not recognized Pin
Paulo Zemek3-Mar-10 1:21
Paulo Zemek3-Mar-10 1:21 
GeneralRe: namespace - automatically created, now not recognized Pin
lukeer3-Mar-10 20:45
lukeer3-Mar-10 20:45 
QuestionHow do you check the validity of a file type? Pin
sunlord_clave2-Mar-10 3:50
sunlord_clave2-Mar-10 3:50 
AnswerRe: How do you check the validity of a file type? Pin
PIEBALDconsult2-Mar-10 3:57
mvePIEBALDconsult2-Mar-10 3:57 
AnswerRe: How do you check the validity of a file type? Pin
Dave Kreskowiak2-Mar-10 3:57
mveDave Kreskowiak2-Mar-10 3:57 
AnswerRe: How do you check the validity of a file type? Pin
dan!sh 2-Mar-10 4:11
professional dan!sh 2-Mar-10 4:11 
Questionweb cam with sound recording to avi [modified] Pin
sanforjackass2-Mar-10 2:09
sanforjackass2-Mar-10 2:09 
AnswerRe: web cam with sound recording to avi Pin
Dave Kreskowiak2-Mar-10 3:55
mveDave Kreskowiak2-Mar-10 3:55 
QuestionOptional parameter declaration in C3 3.5 Pin
abcurl2-Mar-10 1:50
abcurl2-Mar-10 1:50 
AnswerRe: Optional parameter declaration in C3 3.5 Pin
Not Active2-Mar-10 1:55
mentorNot Active2-Mar-10 1:55 
GeneralRe: Optional parameter declaration in C3 3.5 Pin
Kevin McFarlane2-Mar-10 2:05
Kevin McFarlane2-Mar-10 2:05 
JokeRe: Optional parameter declaration in C3 3.5 Pin
Not Active2-Mar-10 2:16
mentorNot Active2-Mar-10 2:16 
GeneralRe: Optional parameter declaration in C3 3.5 Pin
Keith Barrow2-Mar-10 2:27
professionalKeith Barrow2-Mar-10 2:27 
GeneralShameless self-promotion Pin
Keith Barrow2-Mar-10 2:26
professionalKeith Barrow2-Mar-10 2:26 

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.