vote up 3 vote down star

Hi everyone,

I'm using VS2005 in a solution with a mix of VB and C# in different projects.

I use this solution on several different computers and XML comments with both /// (c#) and ''' (VB) have been fine for months.

all of a sudden, on my main development machine, they've stopped working in VB. They still work in C#.

They work in other projects, too (in VB). It's just all VB projects within this one solution.

Does anyone have any ideas?

I can't pinpoint when it stopped working as I haven't modified much of the VB code for weeks/months.

Many thanks, Jim

flag

3 Answers

vote up 0 vote down

Thank you!

link|flag
vote up 7 vote down

aha!

in the 'compile' tab under properties, the 'generate documentation' checkbox was not ticked.

looking at SVN it looks like someone checked in the VB projects with this unticked, for some reason.

thanks for the help! it's my first time using this site. looks like the guys involved have done a good job. i love the fact you don't have to register.

link|flag
This has been driving me up a wall for months!! Thanks for solving this. – Micah Oct 7 '08 at 2:50
great, this came up as a suggestion when I was about to post this question myself! – korro Oct 28 '08 at 14:38
This helped me out, thanks! – tom.dietrich Feb 25 at 19:35
vote up 1 vote down

The one reason this might be the case is that the XML file is no longer being created/updated. Make sure the XML Documentation file is set in the project property pages. Has your XML file been put under source control and if so is it checked out on a build. If not then it won't update.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.