If you utilize the Ajaxified Widget and have shape tracing enabled, Orchard.DesignerTools.Services.ShapeTracingFactory will throw an error in the OnDisplaying method, line 115:
var descriptor = shapeTable.Descriptors[shapeMetadata.Type];
This error is thrown when it is looking for shape Widget__Ajaxified It simply does not exist in the dictionary. I don't yet have a fix for this, will post back here if I do.
If you utilize the Ajaxified Widget and have shape tracing enabled, Orchard.DesignerTools.Services.ShapeTracingFactory will throw an error in the OnDisplaying method, line 115:
This error is thrown when it is looking for shape Widget__Ajaxified It simply does not exist in the dictionary. I don't yet have a fix for this, will post back here if I do.