24 references to General_MissingService
System.Workflow.Activities (24)
Common\CompModHelpers.cs (3)
309
SR.GetString(SR.
General_MissingService
, typeof(IDesignerHost).Name));
358
SR.GetString(SR.
General_MissingService
, typeof(IDesignerHost).Name));
435
SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).Name));
Designers\EventSinkActivityDesigner.cs (1)
76
throw new Exception(SR.GetString(SR.
General_MissingService
, typeof(IExtendedUIService).FullName));
Designers\InvokeMethodActivityDesigner.cs (1)
75
throw new Exception(SR.GetString(SR.
General_MissingService
, typeof(IExtendedUIService).FullName));
Designers\InvokeWebServiceDesigner.cs (3)
82
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
117
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(IExtendedUIService).FullName));
154
throw new Exception(SR.GetString(SR.
General_MissingService
, typeof(IExtendedUIService).FullName));
Designers\WebServiceReceiveDesigner.cs (1)
108
throw new Exception(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
Designers\WebServiceResponseDesigner.cs (1)
30
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
EventSinkActivity.cs (1)
451
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
InvokeMethodActivity.cs (1)
256
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
InvokeSchedule.cs (2)
174
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(IStartWorkflow).FullName));
209
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
InvokeWebService.cs (3)
313
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
387
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
443
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
WebServiceFault.cs (1)
193
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
WebServiceReceive.cs (4)
177
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
448
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
520
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
657
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
WebServiceResponse.cs (2)
254
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));
317
throw new InvalidOperationException(SR.GetString(SR.
General_MissingService
, typeof(ITypeProvider).FullName));