Click here to Skip to main content
15,905,915 members
Home / Discussions / C#
   

C#

 
AnswerRe: binding combo box with array Pin
Michael Sync19-Jul-07 20:30
Michael Sync19-Jul-07 20:30 
GeneralRe: binding combo box with array Pin
monuSaini19-Jul-07 20:39
monuSaini19-Jul-07 20:39 
Questiondetect mouseclick in an area Pin
cyn819-Jul-07 19:34
cyn819-Jul-07 19:34 
AnswerRe: detect mouseclick in an area Pin
Christian Graus19-Jul-07 19:42
protectorChristian Graus19-Jul-07 19:42 
GeneralRe: detect mouseclick in an area Pin
cyn819-Jul-07 19:53
cyn819-Jul-07 19:53 
GeneralRe: detect mouseclick in an area Pin
Martin#19-Jul-07 20:05
Martin#19-Jul-07 20:05 
AnswerRe: detect mouseclick in an area Pin
Martin#19-Jul-07 19:53
Martin#19-Jul-07 19:53 
GeneralRe: detect mouseclick in an area Pin
cyn819-Jul-07 19:57
cyn819-Jul-07 19:57 
Questionproblem with SQL server Pin
prasadbuddhika19-Jul-07 19:21
prasadbuddhika19-Jul-07 19:21 
AnswerRe: problem with SQL server Pin
originSH19-Jul-07 21:55
originSH19-Jul-07 21:55 
QuestionCustom Tab Control Pin
T.EDY19-Jul-07 16:50
T.EDY19-Jul-07 16:50 
AnswerRe: Custom Tab Control Pin
Martin#19-Jul-07 19:15
Martin#19-Jul-07 19:15 
QuestionSocket communication (Winsock), interop ... Pin
devvvy19-Jul-07 15:30
devvvy19-Jul-07 15:30 
AnswerRe: Socket communication (Winsock), interop ... Pin
originSH19-Jul-07 21:59
originSH19-Jul-07 21:59 
GeneralRe: Socket communication (Winsock), interop ... Pin
devvvy20-Jul-07 3:15
devvvy20-Jul-07 3:15 
GeneralRe: Socket communication (Winsock), interop ... Pin
originSH20-Jul-07 4:10
originSH20-Jul-07 4:10 
GeneralRe: Socket communication (Winsock), interop ... Pin
devvvy20-Jul-07 22:31
devvvy20-Jul-07 22:31 
GeneralRe: Socket communication (Winsock), interop ... Pin
originSH23-Jul-07 12:10
originSH23-Jul-07 12:10 
AnswerRe: Socket communication (Winsock), interop ... Pin
pbraun20-Jul-07 9:12
pbraun20-Jul-07 9:12 
GeneralRe: Socket communication (Winsock), interop ... Pin
devvvy24-Jul-07 5:26
devvvy24-Jul-07 5:26 
QuestionPropertyGridItem -Dynamic Value Updates Pin
mastmast19-Jul-07 13:19
mastmast19-Jul-07 13:19 
Question.xml documentation Pin
jon-8019-Jul-07 11:19
professionaljon-8019-Jul-07 11:19 
I'm trying to compile test code with VS 2005 so that it generates xml documentation, however, only part of the tags are being generated. Why?

Math.cs:
// Math.csnamespace Wrox.ProCSharp.Basics{////// Wrox.ProCSharp.Basics.Math class./// Provides a method to add two integers.///public class Math{////// The Add method allows us to add two integers//////<returns>Result of the addition (int)///<param name="”x”" />First number to add///<param name="”y”" />Second number to addpublic int Add(int x, int y){return x + y;}}}

Command prompt:
C:\temp>csc /t:library /doc:Math.xml Math.cs
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.


C:\temp>dir

Math.xml

- <doc>
- <assembly>
<name>Math

<members>


Also, IE prompts me that it has blocked ActiveX controls when it loads this file. Why?

Jon

AnswerRe: .xml documentation Pin
DavidNohejl19-Jul-07 11:33
DavidNohejl19-Jul-07 11:33 
GeneralRe: .xml documentation Pin
Guffa19-Jul-07 11:33
Guffa19-Jul-07 11:33 
AnswerRe: .xml documentation Pin
Luc Pattyn19-Jul-07 11:34
sitebuilderLuc Pattyn19-Jul-07 11:34 

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.