suzy <(E-Mail Removed)> wrote:
> yes you are right, i am accessing this code from another solution. I tried
> creating a documentation file (which created lots of html files etc in a
> folder called "CodeCommentReport". There is no xml file here though).
Nope, you don't want to do that. Intellisense is looking for the XML
file, not HTML.
> I have also tried copying the doc.xml file that was created when I build the
> solution into the same dir as my code files and that didn't work either.
>
> What do I do from here, because it's still now working.
You should name the XML file the same as your assembly, but with .xml
on the end instead of .dll. For instance:
MyCompany.Foo.dll and MyCompany.Foo.xml
If they're both in the same directory with the naming scheme above,
VS.NET should pick them up.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too