The Library Drive Or Media Pool Is Empty Water. The information on this page is intended to be used by programmers so that the software. @kiran-bobade, I see similar behavior when referencing a.Net Standard 2.0 project (with the ConfigurationManager package) from a Xamarin project (see below). Could not load file or assembly 'System.Configuration.ConfigurationManager' or one of its dependencies. However, if I add the ConfigurationManager package in Xamarin project, and move the code into the Xamarin project, it works fine.
The DeleteApplicationPool method deletes an applicationpool.
szPool: A pointer to a Unicode string thatcontains the name of the application pool to delete.
Return Values: A signed 32-bit value thatindicates return status. If the method returns a negative value, it failed. Ifthe 12-bit facility code (bits 16–27) is set to 0x007, the value contains aWin32 error code in the lower 16 bits. Zero or positive values indicate success,with the lower 16 bits in positive nonzero values containing warnings or flagsdefined in the method implementation. For more information about Win32 errorcodes and HRESULTvalues, see [MS-ERREF].
Return value/code | Description |
---|---|
0x00000000 S_OK | The call was successful. |
0x80070490 ERROR_NOT_FOUND | Element not found. |
0x800710D3 ERROR_NOT_EMPTY | The library, drive, or media pool must be empty to perform this operation. |
The opnum field valuefor this method is 6.
When processing this call, the server MUST do the following:
Determine whether the application pool specified by the szPoolparameter exists. If it does not, return ERROR_NOT_FOUND.
Enumerate the applications in the application pool specified by szPool(see section 3.9.4.5). If anyapplications are associated with the pool, return ERROR_NOT_EMPTY.
Delete the application pool. How to install archicad 21.