Page 1 of 1

Compiling Error TeeChart SourceCode

Posted: Tue Mar 25, 2014 7:45 pm
by 16066986
Hi,

i have changed my Developermachine and DevEnv to Win7 64x, VS Professionel 2012 (Version 11.0.61030.00 Update4) an i reveive the following Error:

During overwriting the Member "Steema.TeeChart.Chart.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)""

Instanzen dieses Fehlers (1)

1. Aufrufliste ausblenden

bei System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
bei System.Signature..ctor(IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
bei System.Reflection.RuntimeConstructorInfo.GetParametersNoCopy()
bei System.RuntimeType.FilterApplyMethodBase(MethodBase methodBase, BindingFlags methodFlags, BindingFlags bindingFlags, CallingConventions callConv, Type[] argumentTypes)
bei System.RuntimeType.GetConstructorCandidates(String name, BindingFlags bindingAttr, CallingConventions callConv, Type[] types, Boolean allowPrefixLookup)
bei System.RuntimeType.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
bei System.Type.GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers)
bei System.ComponentModel.Design.DesignSurface.CreateInstance(Type type)
bei Microsoft.VisualStudio.Design.VSDesignSurface.CreateInstance(Type type)
bei System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.CreateComponent(Type componentType, String name)
bei System.ComponentModel.Design.Serialization.DesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
bei System.ComponentModel.Design.Serialization.DesignerSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
bei System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
bei System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
bei Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
bei System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)


Do you have an Idea how to fix it?

Thanks and Best Regards

Re: Compiling Error TeeChart SourceCode

Posted: Wed Mar 26, 2014 10:33 am
by Christopher
Hello,
Jan wrote: Do you have an Idea how to fix it?
One possibility is to add "VS2010;VS2012" to the conditional compile symbols of the TeeChart project. Does that help?