This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gives the reason why the site could not be started.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public enum SiteStartupFailReason
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration SiteStartupFailReason

Members

Member nameDescription
Unknown
There is no known reason why the site did not start.
UnableToOpenDatabase
The connection to the database could not be opened.
ServicesFailed
The services failed to start.
LicenseHostOrProductIdNotFound
Licensing error: licensehost or product id could not be found.
SqlError
A sql statement failed to execute.

See Also

Smartsite.Base Namespace
Advanced