19 references to Application
ComSvcConfig (19)
Tool.cs (19)
136ComAdminAppInfo appInfo = ComAdminWrapper.GetAppInfo(options.Application); 139throw CreateArgumentException(Cmd.Application, options.Application, SR.GetString(SR.ApplicationNotFound, options.Application), null); 150container = ComplusEndpointConfigContainer.Get(options.Application, true); 153throw CreateArgumentException(Cmd.Application, options.Application, SR.GetString(SR.ApplicationNotFound, options.Application), null); 168container = WasEndpointConfigContainer.Get(webServer, options.WebDirectory, options.Application); 258throw CreateException(SR.GetString(SR.ErrorDuringAdd, options.Application), e); 277throw CreateArgumentException(Cmd.Application, options.Application, SR.GetString(SR.ApplicationNotFound, options.Application), null); 410if (options.Application != null) 415if (!ComAdminWrapper.ResolveApplicationId(options.Application, out appid)) 417throw CreateArgumentException(Cmd.Application, options.Application, SR.GetString(SR.ApplicationNotFound, options.Application), null); 546ComAdminAppInfo appInfo = ComAdminWrapper.GetAppInfo(options.Application); 549throw CreateArgumentException(Cmd.Application, options.Application, SR.GetString(SR.ApplicationNotFound, options.Application), null); 1001if (options.Application == null) 1042if (options.Application == null)