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

Error instance in library

Hi, there was a problem implementing your SfStepProgressBar v17.2.0.34 library, please let me know if you had a case solution. Thank you.

    SfStepProgressBar stepProgress = new SfStepProgressBar();
            stepProgress.Orientation = StepOrientation.Vertical;
            StepView step1 = new StepView();
            step1.Status = StepStatus.Completed;

            step1.PrimaryFormattedText = new FormattedString();
            step1.PrimaryFormattedText.Spans.Add(new Span { Text = "Ordered and Approved", FontSize = 13, FontAttributes = FontAttributes.Bold, TextColor = Color.Blue // crash here });

Message Error:
Unhandled Exception:

System.NullReferenceException: Object reference not set to an instance of an object. 


1 Reply

DS Devaraj Sekar Syncfusion Team October 2, 2019 12:49 PM UTC

Hi Jean,

Thank you for contacting Syncfusion support.

The mentioned issue has been resolved from our side. So, we recommend to use our latest version of Syncfusion assemblies or NuGet which is available in the following link.
https://www.syncfusion.com/forums/147704/essential-studio-2019-volume-3-beta-release-v17-3-0-9-is-available-for-download


Kindly, let us know if you require any further assistance.

 
Regards,
Devaraj


Loader.
Live Chat Icon For mobile
Up arrow icon