Aspose.Excel.Express Product Preview

Dear customers,

Aspose.Excel.Express is not on the market for sale so this forum is currently used for feature requests only.

Aspose.Excel.Express will be defined as an express version of Aspose.Excel. It will utilize the Smart Marker technique to offer ease-of-use for both developers and end users.

Aspose.Excel.Express will import any Excel designer spreadsheet you create and populate it with your data using Smart Marker technique. It will support most Excel features, from Excel97 to Excel2003.

It’s easy to create an Excel file with Aspose.Excel.Express, only 3 steps.

  1. Create the designer spreadsheet
  2. Populate your data in a few lines of code. You can refer to the source code of Smart Marker demo after you install Aspose.Excel setup msi.
  3. Generate the result Excel file.

Now we’re totally open to your requests on how it should look like so feel free to post your needs.

Thanks for your valuable input in advance.

I’ve tried to run Aspose.Excel smart marker demo and got the following error:

Server Error in ‘/Aspose.Excel.Demos’ Application.

The located assembly’s manifest definition with name ‘Aspose.Excel’ does not match the assembly reference.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: The located assembly’s manifest definition with name ‘Aspose.Excel’ does not match the assembly reference.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly ‘Aspose.Excel’ could not be loaded.

=== Pre-bind state information === LOG: DisplayName = Aspose.Excel, Version=2.3.3.0, Culture=neutral, PublicKeyToken=716fcc553a201e56 (Fully-specified) LOG: Appbase = file:///C:/Program Files/Aspose/Aspose.Excel/Demos/Aspose.Excel.Demos LOG: Initial PrivatePath = bin Calling assembly : Aspose.Excel.Demos, Version=1.0.1734.26818, Culture=neutral, PublicKeyToken=null. === LOG: Publisher policy file is not found. LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config). LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: Aspose.Excel, Version=2.3.3.0, Culture=neutral, PublicKeyToken=716fcc553a201e56 LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspose.excel.demos/119f4e95/7749568f/Aspose.Excel.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/aspose.excel.demos/119f4e95/7749568f/Aspose.Excel/Aspose.Excel.DLL. LOG: Attempting download of new URL file:///C:/Program Files/Aspose/Aspose.Excel/Demos/Aspose.Excel.Demos/bin/Aspose.Excel.DLL. WRN: Comparing the assembly name resulted in the mismatch: Revision Number 

Stack Trace:

[FileLoadException: The located assembly’s manifest definition with name ‘Aspose.Excel’ does not match the assembly reference.] Aspose.Excel.Demos.SmartMarker.Page_Load(Object sender, EventArgs e) +0 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +739 


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

Do you have trouble to run our online demo at



You can deploy Aspose.Excel to GAC to solve this problem.















Online deom works fine. The problem appeared when I’ve uninstalled Aspose.Excel and installed it again in order to get the new samples which include SmartMarker.
The whole demo code stopped working after that, however my project that uses Excel works fine. Could you please explain about putting Aspose to GAC in more details. Also, why was it working before? have you done any changes to the demo?

My company bought unlimited licence for Aspose Report. I’ve tried to include Excel.SetLicense in to your demo files, but that did not help.

Laurence wrote:
Do you have trouble to run our online demo at



You can deploy Aspose.Excel to GAC to solve this problem.

Never meet problem before. And this problem has nothing to do with Aspose.Exel but a setting problem.

Please check if your re-installed dll is higher than v2.3.1.1.

About deploying dll to GAC(Global Assembly Cache), you can do it by this:

Go to Control Panel-> Administration Tools -> Microsoft .NET Framework configuration -> My Computer -> Assembly Cache -> Add