473,799 Members | 3,132 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to turn off "missing xml comment" warnings ?

someone please advise
Nov 15 '05 #1
3 8108
You will have to either not compile the XML documentation, or add XML
documentation where it says there is missing documentation. It's an
all-or-nothing-proposition.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldin o=at=exisconsul ting<dot>com

"n_o_s_p_a_ _m" <n_**********@m ail.com> wrote in message
news:1f******** *************** **@posting.goog le.com...
someone please advise

Nov 15 '05 #2
"n_o_s_p_a_ _m" <n_**********@m ail.com> wrote in message
news:1f******** *************** **@posting.goog le.com...
someone please advise


If you're using VS.NET 2003, open the properties window for the project,
then go into the "Configurat ion | Build" section and put 1591 in the
"Suppress Specific Warnings" textbox.

If you're not using VS.NET 2003, you can pass a "/nowarn 1591" to the csc
compiler.

Good luck.

--
Ryan LaNeve [MCSD.NET]
http://weblogs.asp.net/rlaneve
Nov 15 '05 #3
KJ
Thanks guys

"Ryan LaNeve" <rl*****@noavii ncspam.com> wrote in message
news:%2******** **********@TK2M SFTNGP12.phx.gb l...
"n_o_s_p_a_ _m" <n_**********@m ail.com> wrote in message
news:1f******** *************** **@posting.goog le.com...
someone please advise


If you're using VS.NET 2003, open the properties window for the project,
then go into the "Configurat ion | Build" section and put 1591 in the
"Suppress Specific Warnings" textbox.

If you're not using VS.NET 2003, you can pass a "/nowarn 1591" to the csc
compiler.

Good luck.

--
Ryan LaNeve [MCSD.NET]
http://weblogs.asp.net/rlaneve

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
38739
by: Bill Dee | last post by:
I use XML comments around most of my class libraries public property and methods, for example: /// <summary> /// blah blah /// </summary> However I have a few dozen public constants as well as a few properties and methods that I do not want to provide any XML comments for. This generates errors like this:
4
3707
by: BK | last post by:
I need to Set & Get the "Comment" property of files. I would like to know what classes handle these in VB.NET. The VBA code is sen at http://support.microsoft.com/default.aspx?scid=kb;en-us;212724 To set the comment manually, we have to right click a file in windows explorer, click on "Properties" and then select the "Summary" Tab. Making sure the view is "Simple" there will be a text box to enter the comments. Once this is set, we...
1
1446
by: rb | last post by:
I'm a bit confused with this new data binding methodology - well, at least the "visual" part of it. With asp.net 1, I used be able to "mouse-my-way" around data binding instead of doing it in code. However, since DataBinding property is gone from all controls in 2.0 and DataSourceID isn't visible among control properties, is there really no way to bind controls (labels, text boxes etc) other than in code? I realize there are new (really...
0
1562
by: Sean Quilty | last post by:
Help! We are getting the following errors on a slave server: 060304 7:42:03 Error reading packet from server: Could not find first log (server_errno=65535) 060304 7:43:03 Slave: Failed reading log event, reconnecting to retry, log 'wcassp801.2514' position 76 060304 7:43:03 Slave: reconnected to master 'repl@10.20.10.10:3306',replication resumed in log 'wcassp801.2514' at position 76 We are running mysql v3.23.58-max-log on a...
1
4689
by: Maricel Espejo | last post by:
Hi, Is there anyone encountered this error before & how it is being resolved? Missing end comment mark '*/' The error pops-up when I was running a DTS Import/Export from a SQL server (source) to another SQL server (destination) residing on a different machine. I'm copying all tables, views, & stored procedures of a database.
1
4288
by: BobPaul | last post by:
I'm following code out of a howto book and this is really bugging me. This header file was created by VStudio 6.0 when I did a "Right Click: Add Member Function" CLine is a class I wrote (per the book's instructions) and Line.h in included in Day10Doc.cpp Here is the contents of Day10Doc.h #if !defined(AFX_DAY10DOC_H__16736853_CB29_49E7_A8ED_C912CAE666EC__INCLUDED_) #define AFX_DAY10DOC_H__16736853_CB29_49E7_A8ED_C912CAE666EC__INCLUDED_ ...
0
2253
by: Dommett | last post by:
I would like to suppress the warning on some methods (e.g. Dispose which doesn't really need a comment and also some private methods I just dont want to explain). What I'd like is a way to do the following: /// <Summary> /// Some text ... /// </Summary> public void SomeMethod ()
5
3295
by: Miro | last post by:
My form suddenly wouldnt compile. It had an error - main form must be specified. So i went to my Solution and went to properties. In the Application Tab I reset my opening form, but my "Enable Application Framework" checkbox is missing and everything under it is missing. If I create a new solution I have the options. Is my only choice to recreate a new solution and re-imput all my forms? I
14
10902
by: terrible.theterrible4 | last post by:
Hello w3c,php, fedora + apache experts! Is there code I can use for POST A COMMENT? I am not ready for PHP yet. Anybody did it in JS?
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9538
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10470
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10214
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10023
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6803
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5459
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4135
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3751
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.