Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 927 - an error with DemoProjectWPF for VS2008
Summary: an error with DemoProjectWPF for VS2008
Status: RESOLVED NOTABUG
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Examples Demos (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 22:05 EDT by Shinobu Nagai
Modified: 2014-11-03 09:06 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinobu Nagai 2014-09-18 22:05:23 EDT
I installed Steema TeeChart for .NET 2014 4.1.2014.08120 for VS2008.
I tried to run the DemoProjectWPF in VS2008, I got an error that says "System.Xaml.dll is missing."

How can I solve it?
Comment 1 sandra pazos 2014-10-06 07:18:52 EDT
Hello Nagai, 

I would like inform you that in .NET Framework 3.5 and .NET Framework 3.0, both Windows Presentation Foundation (WPF) and Windows Workflow Foundation included a XAML language implementation. Many of the public types that provided extensibility for the WPF XAML implementation existed in the WindowsBase, PresentationCore, and PresentationFramework assemblies. Likewise, public types that provided extensibility for Windows Workflow Foundation XAML existed in the System.Workflow.ComponentModel assembly. In the .NET Framework 4, some of the XAML-related types are migrated to the System.Xaml assembly. 

Therefore, if you want resolve the problem you should remove the System.Xaml.dll from DemoProjectWPF (Vs2008 version) references folder.
If you want more information, I would like recommend you taking a look in the link below. 
http://msdn.microsoft.com/en-us/library/ee834866(v=vs.110).aspx