Jump to content
Software FX Community

leszek

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by leszek

  1. I created another test

    When I insert chart on the form selected add extension check OLAP box and run no error.

    when I select choose OLAP Data Source I can select my cube see olap2 jpg

    after selecting dimensions and measure when running I have same exception 

    post-7533-13922413104965_thumb.jpg

  2.  Using visual Studio 2005

    1. I drop chart on winForm

    2. Add Extensions (selcted OLAP)

    3. from "chose OLAP data source" I selected existing cube

    4. selected first radio button (I want Chart FX OLAP to help...)

    5.  selected two dimensions and one measure

    I try to run and receive exception:

    System.InvalidOperationException was unhandled

      Message="An error occurred creating the form. See Exception.InnerException for details.  The error is: Provider cannot be found. It may not be properly installed."

      Source="olap1"

      StackTrace:

    at olap1.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190

    at olap1.My.MyProject.MyForms.get_Form1()

    at olap1.My.MyApplication.OnCreateMainForm() in \\ahla.com\AHLEI\Users\lmlynarczyk\Documents\Visual Studio 2005\Projects\olap1\olap1\My Project\Application.Designer.vb:line 35

    at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()

    at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()

    at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)

    at olap1.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81

    at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)

    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()

    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

    at System.Threading.ThreadHelper.ThreadStart()

     

    what I am missing?

     

     

×
×
  • Create New...