Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Couldn't get Design Time license for 'SoftwareFX.ChartFX.Chart' error in C# solution

I'm trying to build a C# solution in Visual Studio 2008 written by other programmer. Visual Studio throws the following error:

Exception occurred creating type 'SoftwareFX.ChartFX.Chart, ChartFX, Version=6.2.1342.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce' System.ComponentModel.LicenseException: Couldn't get Design Time license for 'SoftwareFX.ChartFX.Chart'

I've never used SoftwareFX or ChartFX. Actually I'm C/C++ developer, not C# developer but have to debug this project. How to resolve this issue?

Thanks in advance.

like image 341
Donotalo Avatar asked Dec 19 '25 08:12

Donotalo


1 Answers

I've found a way: making licenses.licx file a 0 byte file. After this the solution builds.

like image 142
Donotalo Avatar answered Dec 21 '25 22:12

Donotalo