Posted 15 October 2021, 9:33 am EST
Exception was thrown when creating a new instance: var superLabel = new C1.C1Report.CustomFields.SuperLabel()
Errors: Cannot create instance of type C1.Win.C1SuperTooltip.C1SuperLabel, error was: Cannot load assembly C1.Win.C1SuperTooltip.4. Make sure that assembly is available either in the application directory or in the GCA…
I added all required assemblies to the project that I could think of including C1.C1Report.CustomFields.4.dll and C1.Win.C1SuperTooltip.4.dll and they are available in the bin folder at runtime.
How can I get this resolved? I need to SuperLabel to display the html formatted text in the report.
Many thanks!