Moin Moin.
By the way, does anyone know of a registration-page here.
However, The aforementioned error persists upon using an SqlFunction :
i.e. public partial class tabular_EventLog//Assemblies do not like encapsulating "namespace"s.
{[SqlFunction(FillRowMethodName="FillRow")]public static IEnumerable InitMethod(String logname) {...}
public static EventLogEntry FillRow( Object object_to_enter_into_resulttable
,out SqlDateTime Time_written,out SqlChars message,out SqlChars category,out long Instance_ID
){...}