.net - Cannot see xml comments from dll in a project -


I commented or acts with a .dll created XML and Subs:

  '' '& lt; Summary & gt; '' The path of this assembly '' '& lt; / Summary & gt; '' '& Lt; Returns & gt; Assembly & lt; / Returns & gt; '' '& Lt; Comment & gt; & Lt; / Comments & gt; Public function GetactiveProgrammPath () String Dim exeName, exedir string exeName = Reflection.Assembly.GetExecutingAssembly.Location exedir = Path.GetDirectoryName (exeName) as the Return exedir end function  

I The .dll reference can not be seen in another project and XML comments. Any ideas why? I was built followed

You really xml file of instructions? Page appear to be linked not to mention it to

Right-click on your project. -> Settings -> Build -.> Check "Xml documentation file"

when you build your project, you must produce two MyProject.dll and MyProject.xml files. Your other project should now be able to find the XML document.


Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -