L
Loane Sharp
Hi there
I am running the .NET Framework 2.0.50215.45 on a machine with Windows XP
Pro, Office 2003 and Office Web Components 11.
I can successfully produce an OWC chart from an .aspx page using VBScript
but not VB.NET.
I installed the Primary Interop Assemblies when installing Office and they
are referenced in the Global Assembly Cache.
My *.aspx page throws a compilation error ~ Type 'ChartSpace' is not
defined ~ at the following line:
Dim objCSpace As ChartSpace = New ChartSpaceClass()
I have included the following reference at the beginning of the page:
<%@ Import Namespace="Microsoft.Office.Interop.Owc11" %>
Please help!
Best regards
Loane
I am running the .NET Framework 2.0.50215.45 on a machine with Windows XP
Pro, Office 2003 and Office Web Components 11.
I can successfully produce an OWC chart from an .aspx page using VBScript
but not VB.NET.
I installed the Primary Interop Assemblies when installing Office and they
are referenced in the Global Assembly Cache.
My *.aspx page throws a compilation error ~ Type 'ChartSpace' is not
defined ~ at the following line:
Dim objCSpace As ChartSpace = New ChartSpaceClass()
I have included the following reference at the beginning of the page:
<%@ Import Namespace="Microsoft.Office.Interop.Owc11" %>
Please help!
Best regards
Loane