| Author |
Message |
ccrowe
Joined: 14 Aug 2008 Posts: 2
|
Posted: Thu Aug 14, 2008 12:31 am Post subject: Object Could Not Be Documented DocumentationEngine |
|
|
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 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group