This topic is locked

adding reference to an external namespace

6/1/2016 1:34:38 PM
ASPRunner.NET General questions
P
precisiondi author

Hi I need to add a refererence to an external namespace so I can use a third party to for creating PDF's. I believe that the reference needs to be added to my project.xml file in "C:\Program Files (x86)\ASPRunnerNET8.0\source\project.xml" file so that my project will build. Has anybody done this before? If so can you provide me with an example.
Thanks in advance for your help

Sergey Kornilov admin 6/2/2016

This is the correct place to add references. Open this project.xml file in any text editor, locate the following section and add more references:

<Reference Include="System.Core" />

<Reference Include="System.Data.DataSetExtensions" />

<Reference Include="System.Xml.Linq" />

<Reference Include="System.Web" />

<Reference Include="System.Web.Extensions" />

<Reference Include="System.Web.Abstractions" />

<Reference Include="System.Web.Routing" />

<Reference Include="System.Xml" />