[xsl] AltovaXML assembly reference?

Subject: [xsl] AltovaXML assembly reference?
From: Arthur Maloney <ArthurM@xxxxxxxxxx>
Date: Thu, 17 Aug 2006 09:36:50 +0100
Hello xsl-list,

  In ASP.NET Does anybody know how the manual method to register Altova.AltovaXML

  After running the installer its in the GAC OK, and the dll is in
 C:\Program Files\Microsoft.NET\Primary Interop Assemblies\Altova.AltovaXML.dll

 in ASP (Code behind bit) I typically

        using System;
        using System.Data;
        using System.Configuration;
        using System.Collections;
        using System.Web;
        using System.Web.Security;
        using System.Web.UI;
        using System.Web.UI.WebControls;
        using System.Web.UI.WebControls.WebParts;
        using System.Web.UI.HtmlControls;
        
        using System.IO;
        using System.Xml;
        using Altova.AltovaXML;
  ...


I'm  getting
Compiler Error Message: CS0246: The type or namespace name 'Altova'
could not be found (are you missing a using directive or an assembly reference?)

Altovaa's documentation is about using wizards in Visual Studio.
I don't use the the product.

Typically  I use a text editor.



-- 
Best regards,
 Arthur                          mailto:ArthurM@xxxxxxxxxx

Current Thread