Question

I have just got hold of the following binaries because I want a nice way to parse CSV files in my Visual Studio 2010 C# project.

The binaries file includes a .dll, .xml and .chm file.

I linked the .dll into my project using the Add Reference option in the Project menu. Visual Studio recognises the class and it comes up as an option with IntelliSense, however, I cannot see the documentation in the .xml file within Visual Studio.

How do I see the documentation?

Was it helpful?

Solution

To see the documentation please double-click on a PC having Windows installed (and this is the only way at this stage for you). But one step you have to do first:

When you unzip the CHM only the TOC is showing, the right information panel is blank (file not found). Microsoft is trying to protect you from CHM files (since they can execute stuff). Using the Windows built-in Zip support it makes sense that Windows security may try to stop you viewing the CHM from a ZIP.

After unzipping the CHM you need to right-click it, select properties and click the unblock button.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top