473,396 Members | 1,780 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Typed datasets and xml documentation

OK, so you are using ndoc to make some nice documentation for your C#
class library.

What the hell are you going to do with your typed datasets? When you
compile you get 100s of warnings and you aren't going to exactly
document all that - even if you do it will get lost when you change
your dataset.

The only two options in vs2005 that I have found are:

1. Set warning level to 3 from the project properties dialog. This is
kinda lame for obvious reasons.

2. Add "#pragma warning disable" as the first line in your
x.designer.cs file for the typed dataset.

http://groups.google.com/group/micro...=2&hl=en&fwc=1

Any other ideas?

Nov 17 '05 #1
4 1599
Wait for RTM?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group www.codezone-si.info

<al**@logic-tools.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
OK, so you are using ndoc to make some nice documentation for your C#
class library.

What the hell are you going to do with your typed datasets? When you
compile you get 100s of warnings and you aren't going to exactly
document all that - even if you do it will get lost when you change
your dataset.

The only two options in vs2005 that I have found are:

1. Set warning level to 3 from the project properties dialog. This is
kinda lame for obvious reasons.

2. Add "#pragma warning disable" as the first line in your
x.designer.cs file for the typed dataset.

http://groups.google.com/group/micro...=2&hl=en&fwc=1

Any other ideas?

Nov 17 '05 #2
Hi Miha -

I don't get it - am I missing something? What release to market? Is
there a new feature in vs2005? Any other info?

-Alex

Nov 17 '05 #3
You do realize that you are using beta version, do you?
The final version is supposed to RTM on November 7th.
I suppose it won't throw warnings "out of nowhere" anymore.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group www.codezone-si.info

<al**@logic-tools.com> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com...
Hi Miha -

I don't get it - am I missing something? What release to market? Is
there a new feature in vs2005? Any other info?

-Alex

Nov 17 '05 #4
I guess it still will, just like VS 2003 does for the same thing.

To your list of possible workarounds I can add a 3rd:

3. Put the typed dataset in a separate project and don't generate XML
documentation for that project.

"Miha Markic [MVP C#]" wrote:
You do realize that you are using beta version, do you?
The final version is supposed to RTM on November 7th.
I suppose it won't throw warnings "out of nowhere" anymore.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group www.codezone-si.info

<al**@logic-tools.com> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com...
Hi Miha -

I don't get it - am I missing something? What release to market? Is
there a new feature in vs2005? Any other info?

-Alex


Nov 17 '05 #5

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

Similar topics

0
by: sys | last post by:
I have a typed dataset and the xml-documentation turned on. When I build the solution I get warnings saying that the xml-comments for members of the typed dataset are missing. Is there a...
0
by: Jeremy Summers | last post by:
Has anyone run into problems creating typed datasets from complex schemas? I am attempting to create a Typed Dataset in Visual Studio .Net from a .xsd schema file for a industry standard web...
0
by: Bj?rn Mor?n | last post by:
I am consuming a web service that returns arrays of classes which can contain other classes (a hierarchy of data). Is there a simple way to move the data into a typed DataSet without writing too...
0
by: alex | last post by:
OK, so you are using ndoc to make some nice documentation for your C# class library. What the hell are you going to do with your typed datasets? When you compile you get 100s of warnings and you...
3
by: Tolga Erdogus | last post by:
Hi, for a project that I am wrapping up I am writing documentation. I'd like to be able to put in xmldoc style comments in to the source of my strongly typed dataset, its tables, relationshipts...
4
by: Ronald S. Cook | last post by:
I've always used untyped datasets. In a Microsoft course, it walks through creating typed datasets and harps on the benefits. It has you drag all these things around ..wizard, wizard, wizard......
21
by: Peter Bradley | last post by:
Hi all, This post is sort of tangentially related to my earlier posts on configuration files for DLLs. Does anyone know how to create typed DataSets using VS2005's new DataSet designer, but...
4
by: Rachana | last post by:
Hi, I have understood Data Sets but what is meant by typed/untyped/ strongly typed datasets. Can any one explain me or suggest any site/ article, to get these concepts (and their ...
12
by: BillE | last post by:
I'm trying to decide if it is better to use typed datasets or business objects, so I would appreciate any thoughts from someone with more experience. When I use a business object to populate a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.