Click here to Skip to main content
15,886,100 members
Home / Discussions / C#
   

C#

 
GeneralRe: XNA Curve Class Pin
Judah Gabriel Himango10-Aug-07 6:48
sponsorJudah Gabriel Himango10-Aug-07 6:48 
GeneralRe: XNA Curve Class Pin
Mike Ellison10-Aug-07 14:17
Mike Ellison10-Aug-07 14:17 
QuestionHow to resolve this FxCop warning? Pin
Scott Dorman9-Aug-07 12:32
professionalScott Dorman9-Aug-07 12:32 
AnswerRe: How to resolve this FxCop warning? Pin
Andrew Rissing9-Aug-07 12:58
Andrew Rissing9-Aug-07 12:58 
GeneralRe: How to resolve this FxCop warning? Pin
Scott Dorman9-Aug-07 13:04
professionalScott Dorman9-Aug-07 13:04 
AnswerRe: How to resolve this FxCop warning? Pin
Guffa9-Aug-07 14:01
Guffa9-Aug-07 14:01 
GeneralRe: How to resolve this FxCop warning? Pin
Scott Dorman9-Aug-07 17:16
professionalScott Dorman9-Aug-07 17:16 
AnswerRe: How to resolve this FxCop warning? Pin
Judah Gabriel Himango9-Aug-07 15:31
sponsorJudah Gabriel Himango9-Aug-07 15:31 
I've had this one before, and frankly, I don't think it really is a problem. It seems to be a problem only if

1) you've got a class derived from DocumentViewer
and
2) that class needs to implement IDocumentInformationService outside of DocumentViewer's implementation.

I think that's a rare case to say the least. (I could be misunderstanding FxCop's warning, but that's my take on it.)

Perhaps one way to fix this is to create a protected method that exposes the functionality of DocumentTemplateFullName. Then this warning can essentially go away: either FxCop will be smart enough to recognize this, or you'd just throw a SurpressMessageAttribute on the DocumentViewer class.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: I Plead (audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: How to resolve this FxCop warning? Pin
Scott Dorman9-Aug-07 17:20
professionalScott Dorman9-Aug-07 17:20 
Questionchanging color of a edited row of a datagrid Pin
Nosnibor9-Aug-07 11:12
Nosnibor9-Aug-07 11:12 
AnswerRe: changing color of a edited row of a datagrid Pin
Nouman Bhatti9-Aug-07 20:06
Nouman Bhatti9-Aug-07 20:06 
AnswerRe: changing color of a edited row of a datagrid Pin
Nouman Bhatti9-Aug-07 20:08
Nouman Bhatti9-Aug-07 20:08 
QuestionDetermine the amount of red in an image Pin
newb2vb9-Aug-07 10:28
newb2vb9-Aug-07 10:28 
AnswerRe: Determine the amount of red in an image Pin
Christian Graus9-Aug-07 11:20
protectorChristian Graus9-Aug-07 11:20 
AnswerRe: Determine the amount of red in an image [modified] Pin
Luc Pattyn9-Aug-07 11:49
sitebuilderLuc Pattyn9-Aug-07 11:49 
AnswerRe: Determine the amount of red in an image Pin
c0ax_lx10-Aug-07 4:29
c0ax_lx10-Aug-07 4:29 
QuestionClipboard copy and a listview Pin
Piet Pelle9-Aug-07 9:31
Piet Pelle9-Aug-07 9:31 
AnswerRe: Clipboard copy and a listview Pin
Judah Gabriel Himango9-Aug-07 9:43
sponsorJudah Gabriel Himango9-Aug-07 9:43 
GeneralRe: Clipboard copy and a listview Pin
Piet Pelle9-Aug-07 9:54
Piet Pelle9-Aug-07 9:54 
GeneralRe: Clipboard copy and a listview Pin
Judah Gabriel Himango9-Aug-07 9:57
sponsorJudah Gabriel Himango9-Aug-07 9:57 
GeneralRe: Clipboard copy and a listview Pin
Piet Pelle9-Aug-07 10:14
Piet Pelle9-Aug-07 10:14 
GeneralRe: Clipboard copy and a listview Pin
Piet Pelle9-Aug-07 10:33
Piet Pelle9-Aug-07 10:33 
GeneralRe: Clipboard copy and a listview Pin
Judah Gabriel Himango9-Aug-07 10:43
sponsorJudah Gabriel Himango9-Aug-07 10:43 
GeneralRe: Clipboard copy and a listview [modified] Pin
Luc Pattyn9-Aug-07 10:53
sitebuilderLuc Pattyn9-Aug-07 10:53 
GeneralRe: Clipboard copy and a listview Pin
Judah Gabriel Himango9-Aug-07 11:52
sponsorJudah Gabriel Himango9-Aug-07 11:52 

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.