We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Spreadsheet Control Required References

If I create a new WPF project and drag a Spreadsheet control onto the screen and then compile, I get the following error:
 
Error 3 The tag 'SpreadsheetControl' does not exist in XML namespace 'http://schemas.syncfusion.com/wpf'. Line 7 Position 4. C:\Temp\Projects\WpfApplication9\WpfApplication9\MainWindow.xaml 7 4 WpfApplication9
Where can I find a list of all the references required to compile a program using the spreadsheet control?
 
The demos work fine on my system.

2 Replies

TH Thomas H. Lanier January 23, 2013 05:22 PM UTC

Ok, I discovered the problem.
 
You must change the Target Framework in the Project Properties to ".Net Framework 4" not ".Net Framework 4 Client Profile".
 
 


PS Pannir Selvam S Syncfusion Team January 28, 2013 04:41 PM UTC

Hi Thomas,

 

Thanks for using Syncfusion product.

 

Please refer the below documentation link for the reference assemblies needed to load the Spreadsheet Control

 

Link: http://help.syncfusion.com/ug/wpf/spreadsheet/documents/defaultdeploymentpattern.htm

 

You can also load the SpreadsheetControl in Client profile framework by adding the Syncfusion.Spreadsheet.Wpf.ClientProfile.dll and Syncfusion.XlsIO.ClientProfile.dll assemblies instead of adding Syncfusion.Spreadsheet.Wpf.dll and Syncfusion.XlsIO.Base.dll assemblies.

 

Please let us know if any other concerns.

 

Thanks,

Pannir


Loader.
Live Chat Icon For mobile
Up arrow icon