Object Could Not Be Documented DocumentationEngine
ccrowe
Posts: 3
I am using 1.3.0.596
I am getting a lot of these errors while trying to document a database.
Object Could Not Be Documented DocumentationEngine
Here is one function that fails:
USE [ISSeverity]
GO
/****** Object: UserDefinedFunction [dbo].[ToLocalTime] Script Date: 08/14/2008 11:26:02 ******/
ALTER FUNCTION [dbo].[ToLocalTime](@DT [datetime], @TargetTimezone [nvarchar](128))
RETURNS [datetime] WITH EXECUTE AS CALLER
AS
EXTERNAL NAME [TimeZoneInformation].[TimeZoneInformation].[ToLocalTime]
I just upgraded from version 1.2 which also did not like this DB.
chris
I am getting a lot of these errors while trying to document a database.
Object Could Not Be Documented DocumentationEngine
Here is one function that fails:
USE [ISSeverity]
GO
/****** Object: UserDefinedFunction [dbo].[ToLocalTime] Script Date: 08/14/2008 11:26:02 ******/
ALTER FUNCTION [dbo].[ToLocalTime](@DT [datetime], @TargetTimezone [nvarchar](128))
RETURNS [datetime] WITH EXECUTE AS CALLER
AS
EXTERNAL NAME [TimeZoneInformation].[TimeZoneInformation].[ToLocalTime]
I just upgraded from version 1.2 which also did not like this DB.
chris