Tagged Questions

0
votes
2answers
153 views

gcc warning” ‘will be initialized after’

I am getting a lot of these warnings from 3rd party code that I cannot modify. Is there a way to disable this warning or at least disable it for certain areas (like #pragma push/pop in VC++)? …
0
votes
2answers
929 views

Crystal Reports: Suppressing a field conditionaly according to group name in current page

Hi! I have a group named: "Group #1 Name" and as you know when viewing the report at the first page in Group 1 section we see the title of group but this is not appears in next page till we navigate …
1
vote
4answers
869 views

Sourcesafe command line options

I am having an issue with the Microsoft Visual Sourcesafe command line options that I'm hoping someone has run across and can assist me with. I have the following line in a DOS batch file. …
0
votes
2answers
176 views

What event do I need to supress to stop IE from “Dinging” when I press enter in a text box?

On simple forms with one text box pressing enter submits the form (and this is great for easy search forms) However on a form with multiple fields, pressing Enter in an input="text" box won't do …
5
votes
5answers
929 views

Excluding FxCop rule in source.

Hi, In a project I'm working on FxCop shows me lots of (and I mean more than 400) errors on the InitializeComponent() methods generated by the Windows Forms designer. Most of those errors are just …
3
votes
1answer
245 views

How can you get FxCop rule CA1726 to ignore a prefered term?

FxCop has a rule (CA1726) that checks for preferred terms. This looks for words like "Dont" and tells you to replace them with better words like "Do not". Generally this is fine, however one of the …
2
votes
2answers
315 views

FxCop Suppression

I have a control on an Asp.Net page, on that page is a control with the name "PaReq" that violates the rule: CA1704:IdentifiersShouldBeSpelledCorrectly I've used suppression before I'm not sure …
0
votes
1answer
97 views

Exception clogging up my IDE

I'm scanning for dead links on one of my pages. On one i get many "A first chance exception of type 'System.Net.WebException' occurred in System.dll" Dozens of them. How do i have MSVC# NOT display …
0
votes
0answers
416 views

Suppress the duplicate values in group, SSRS Reports

Hi, I have an SSRS report where the date should be grouped by project category the project code in the category is repeating in side the group how do I suppress the value Please help me to get an …