Assembly Intellisense

  • Thread starter Thread starter Mythran
  • Start date Start date
M

Mythran

I wrote the XML file for a VB.Net assembly which *should* work in my opinion.
How do I get this xml file to work so my assembly has the Intellisense features
which C# has built in? (code commenting automatically makes these XML files, how
to make my xml files link into the XML as the C# files which are autogenerated
link)..

Thanks,
Mythran
 
* "Mythran said:
I wrote the XML file for a VB.Net assembly which *should* work in my opinion.
How do I get this xml file to work so my assembly has the Intellisense features
which C# has built in? (code commenting automatically makes these XML files, how
to make my xml files link into the XML as the C# files which are autogenerated
link)..

Where did you place the XML file? What's its name? Are you sure there
are no bugs in the file (does it open properly with MSIE)?
 
Hi Mythran,

This question is so often been in this newsgroup that it is boring almost
everyone who visits this newsgroup more or less regulairy.

This is one of the few features that is in C# and not in VB.net.

Told is that it will be in Withbey

Cor
 
Cor said:
Hi Mythran,

This question is so often been in this newsgroup that it is boring almost
everyone who visits this newsgroup more or less regulairy.

Sorry, searched Google and found only those that are SELLING applications that do
this, they had to find out somehow...

This is one of the few features that is in C# and not in VB.net.

Ok, maybe I didn't say it clearly enough, how CAN i get it to work
programatically? If you say I can't, I'd say I'm not because programatically,
almost any resonable task CAN be accomplished, and this is one of those that can.
So, I'm not asking if it can or can't, I'm asking if anyone knows how. (Not
trying to sound rude, just to the point).


Mythran
 
Mythran said:
Not catching, who's Herfried and how do I help him/her help me do
this task?

Herfried replied to your message:

Where did you place the XML file? What's its name? Are you sure there
are no bugs in the file (does it open properly with MSIE)?
 
* "Armin Zingler said:
Herfried replied to your message:

Where did you place the XML file? What's its name? Are you sure there
are no bugs in the file (does it open properly with MSIE)?

Ah, thanks for mentioning that...
 
Back
Top