Hi
I am try to load DICOM image in clear canvas image viewer from my local disk but it's gives exception.
I am useing following code
string[] filenames = new string[] { "C:\\CRStudy\\img1.dcm", "C:\\CRStudy\\img2.dcm" };OpenStudyHelper.OpenFiles(filenames,WindowBehaviour.Separate);
it gives error
Object reference not set to an instance of an object.
thanks for reply