xsl-list
[Top] [All Lists]

[xsl] AltovaXML assembly reference?

2006-08-17 01:39:32
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(_at_)seipas(_dot_)com


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>