Page 1 of 1

Installation problem on last release

Posted: Mon Dec 06, 2010 3:24 pm
by 15657281
I installaed TeeChartNET2010VSNET2010_4.1.2010.11303 on a new notebook with Win 7 Pro 64 bit.
The installation finished ok.
The feature demo don't start and show:
Nome evento problema: CLR20r3
Firma problema 01: teechartnetexamples.exe
Firma problema 02: 4.1.2010.11303
Firma problema 03: 4cf3ce78
Firma problema 04: TeeChartNetExamples
Firma problema 05: 4.1.2010.11303
Firma problema 06: 4cf3ce78
Firma problema 07: 165
Firma problema 08: 17
Firma problema 09: System.BadImageFormatException
Versione SO: 6.1.7600.2.0.0.256.48
ID impostazioni locali: 1040
Informazioni aggiuntive 1: ff6d
Ulteriori informazioni 2: ff6d566fdcc8eae03c255b90fdbd6138
Ulteriori informazioni 3: dc7e
Ulteriori informazioni 4: dc7eaae82c2825a3d480204debf34890

The others demo (Opengl, WPF, silverlight, maps ) work fine.

Any idea ?
Regards
losvil

Re: Installation problem on last release

Posted: Tue Dec 07, 2010 2:08 pm
by 10050769
Hello losvil,

I can reproduce your problem here and we try to solve it. At the moment, you can work with demo if you open demo directly with VS2010 and compile it.

Thanks,

Re: Installation problem on last release

Posted: Tue Dec 07, 2010 3:50 pm
by 15657281
I loaded Teechart example in VS2010, but when I click on a form I get this error: (it is tranlated from italy)

Unable to display the designer for the file because none of the classes can be designed. The designer inspected the following classes in the file:
Axis_Behind --- Unable to load the base class 'Steema.TeeChart.Samples.BaseForm'. Verify the existence of an assembly reference and that all projects have been generated.

, with this stack call
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager)
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)

I think that there are some problems in dll registration

Best regards
losvil

Re: Installation problem on last release

Posted: Thu Dec 09, 2010 3:29 pm
by 10050769
Hello losvil,

I suggest you, other solution that is to copy the Interop.SHDocVw.dll file from the bin/Debug folder to the bin/Release folder and everything works. Please try if it solve your problem.
I loaded Teechart example in VS2010, but when I click on a form I get this error: (it is tranlated from italy)
Unable to display the designer for the file because none of the classes can be designed. The designer inspected the following classes in the file:
Axis_Behind --- Unable to load the base class 'Steema.TeeChart.Samples.BaseForm'. Verify the existence of an assembly reference and that all projects have been generated.

, with this stack call
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager)
in System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
in Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)
I cannot reproduce using the latest vs2010 installer. Can you build and run the DemoProject in Debug mode?

Thanks,

Re: Installation problem on last release

Posted: Fri Dec 10, 2010 10:19 am
by 15657281
Hello Sandra

TeeChart installation create ExecutableDemo folder under DemoProject folder. There aren't Debug and Release folders.
The ExecutableDemo folder contains AxInterop.SHDocVw.dll file, but TeeChartNetExamples.exe don't run.
I loaded the demo project into VS2010.
I can compile it with debug and release mode (there are some warning about "obsolete" fields or method)
The debug executable under bin\Debug run, but the release executable under bin\Release don't run.

Regards
losvil

Re: Installation problem on last release

Posted: Mon Dec 13, 2010 9:48 am
by 10050769
Hello losvil,

Sorry for the delay. I have tested your problem and I suggest follow next steps and try again if your demo run correctly:
1.- Open DemoProject with Vs2010
2.- Build it with Debug mode and run it.
3.- Go to the folder of TeeChart2010 TeeChart2010\Examples\DemoProject
4.- Copy Interop.SHDocVw.dll from Debug folder to Release and ExecutableDemo folders.
5.- Try to run Demo.

I hope will helps.

Re: Installation problem on last release

Posted: Mon Dec 13, 2010 1:36 pm
by 15657281
Hello Sandra,

I copied the file, and now the demo project works.
Now my problem is that I can't see TeeChart component in a new project.
I try to copy TeeChart from demo project form, but the "copy" command is disabled.
Any idea ?

Regards
losvil

Re: Installation problem on last release

Posted: Mon Dec 13, 2010 3:35 pm
by 10050769
Hello losvil,

I couldn't reproduce your problem here. Can you explain us exactly how we do for reproduce your problem?

Thanks,

Re: Installation problem on last release

Posted: Tue Dec 14, 2010 8:17 am
by 15657281
I loaded TeeChart examples project.
I can compile and run it in debug and release mode.
I can view the forms in VS2010, but when I select the tChart1 control on form, I can't cat or copy it in a new form.
In VS2010 left tree (CTRL+W,X)(where there are label, button, checkbox,...) I have not TeeChart component, and I can't add TeeChart control on a new form.

Regards
losvil

Re: Installation problem on last release

Posted: Tue Dec 14, 2010 3:16 pm
by 10050769
Hello losvil,
I can view the forms in VS2010, but when I select the tChart1 control on form, I can't cat or copy it in a new form.
You can not copy the tChart1 control of Demo Examples, because it inherits directly of class Base that you find in folder Others of demo project. Could you please, check that if you open class base.cs you can copy,cut and paste Chart control?
In VS2010 left tree (CTRL+W,X)(where there are label, button, checkbox,...) I have not TeeChart component, and I can't add TeeChart control on a new form.
A solution is added manually TeeChart components following steps:
1.- Create a new tab.
2.- Click right button and select Choose items.
3.- Select tab .NET Framework Components and Click Browse.
4.- Find folder where you have TeeChart.Net 2010 and select TeeChart.dll.

I hope will helps.

Thanks,

Re: Installation problem on last release

Posted: Tue Dec 14, 2010 5:25 pm
by 15657281
Many thanks for your support.
Now I can work with TeeChart on Win7 64 bit.

Ciao
losvil

Re: Installation problem on last release

Posted: Wed Dec 15, 2010 1:27 pm
by 10050769
Hello losvil,

I am glad that TeeChart, already works for you :).


Thanks,