Installation problem on last release

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
losvil
Newbie
Newbie
Posts: 12
Joined: Mon Sep 20, 2010 12:00 am

Installation problem on last release

Post by losvil » Mon Dec 06, 2010 3:24 pm

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem on last release

Post by Sandra » Tue Dec 07, 2010 2:08 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

losvil
Newbie
Newbie
Posts: 12
Joined: Mon Sep 20, 2010 12:00 am

Re: Installation problem on last release

Post by losvil » Tue Dec 07, 2010 3:50 pm

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem on last release

Post by Sandra » Thu Dec 09, 2010 3:29 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

losvil
Newbie
Newbie
Posts: 12
Joined: Mon Sep 20, 2010 12:00 am

Re: Installation problem on last release

Post by losvil » Fri Dec 10, 2010 10:19 am

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem on last release

Post by Sandra » Mon Dec 13, 2010 9:48 am

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.
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

losvil
Newbie
Newbie
Posts: 12
Joined: Mon Sep 20, 2010 12:00 am

Re: Installation problem on last release

Post by losvil » Mon Dec 13, 2010 1:36 pm

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem on last release

Post by Sandra » Mon Dec 13, 2010 3:35 pm

Hello losvil,

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

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

losvil
Newbie
Newbie
Posts: 12
Joined: Mon Sep 20, 2010 12:00 am

Re: Installation problem on last release

Post by losvil » Tue Dec 14, 2010 8:17 am

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem on last release

Post by Sandra » Tue Dec 14, 2010 3:16 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

losvil
Newbie
Newbie
Posts: 12
Joined: Mon Sep 20, 2010 12:00 am

Re: Installation problem on last release

Post by losvil » Tue Dec 14, 2010 5:25 pm

Many thanks for your support.
Now I can work with TeeChart on Win7 64 bit.

Ciao
losvil

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Installation problem on last release

Post by Sandra » Wed Dec 15, 2010 1:27 pm

Hello losvil,

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


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply