This is a migrated thread and some comments may be shown as answers.

WorksheetPageSetup

2 Answers 92 Views
SpreadProcessing
This is a migrated thread and some comments may be shown as answers.
Quentin Blacklock
Top achievements
Rank 1
Quentin Blacklock asked on 27 Apr 2015, 04:28 PM

The ScaleFactor property of the WorksheetPageSetup class requires a System.Windows.Size  of the WindowsBase, Version=4.0.0.0 assembly.

The WindowsBase assembly does not seem to exist in .Net 4

Where can I find this assembly?

 

2 Answers, 1 is accepted

Sort by
0
Quentin Blacklock
Top achievements
Rank 1
answered on 27 Apr 2015, 08:09 PM

Found it.

The WindowsBase assembly is part of WPF

It can be found at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\WindowsBase.dll

It seems odd the SpreadProcessing for Win Forms has a dependency on WPF?

Is this a bug or a feature?

 

0
Petya
Telerik team
answered on 30 Apr 2015, 02:31 PM
Hi Quentin,

The full list of assemblies needed to use SpreadProcessing can be found in our documentation here. Indeed, the WindwsBase.dll is primarily used in WPF projects, but it is still a .NET assembly so we are not considering this an issue in the library. 

As to the reasons for the dependency, SpreadProcessing was initially developed as part of the WPF suite, but since it is independent from UI it could be used in any .NET project.

Regards,
Petya
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
SpreadProcessing
Asked by
Quentin Blacklock
Top achievements
Rank 1
Answers by
Quentin Blacklock
Top achievements
Rank 1
Petya
Telerik team
Share this question
or