2 references to CannotCreateInstance
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (1)
185
this.ReportError(string.Format(CultureInfo.CurrentUICulture, SR.
CannotCreateInstance
, TypeNameHelper.GetDisplayName(this.Factory.DelegateType, false)), details);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
453
ErrorReporting.ShowErrorMessage(string.Format(CultureInfo.CurrentUICulture, SR.
CannotCreateInstance
, TypeNameHelper.GetDisplayName(type, false)), details);