EasyXLS
http://forum.easyxls.com/

asp.net : using EasyXLS
http://forum.easyxls.com/viewtopic.php?f=3&t=706
Page 1 of 1

Author:  teutates [ Sat Jun 21, 2008 11:26 am ]
Post subject:  asp.net : using EasyXLS

Hi

I have just installing EasyXLS. I work with Visual web developer 2008 express edition.

I have a error message with this line:
using EasyXLS;

Code:
using System;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;

[b]using EasyXLS;[/b]


public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}



I have this error message (sorry in french) :
Le type ou le nom d'espace de noms 'EasyXLS' est introuvable (une directive using ou une référence d'assembly est-elle manquante ?)

traducted myself : The type or the namespace 'EasyXLS' can't be found (is a directive using or an assembly reference missing ?)

What is the problem ? Thanks

Author:  daniela [ Mon Jun 23, 2008 3:26 am ]
Post subject: 

You need to add EasyXLS.dll as reference into your project.
You can find EasyXLS.dll under:
<EasyXLS>\Dot NET version\DLL
See also
<EasyXLS>\Dot NET version\Tutorials\C# tutorials\ReadMe.doc
for directions about how to add a reference.

Page 1 of 1 All times are UTC - 4 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/