I have purchased this module from Snowcovered and have the same issue. We use an objectqualifier, and when I trace the database I see that a query that will not produce any result is being used:
exec sp_executesql N'SELECT TOP (1) [t2].[ModuleID], [t2].[ItemID], [t2].[Content], [t2].[Version], [t2].[StateID], [t2].[IsPublished], [t2].[CreatedByUserID], [t2].[CreatedOnDate], [t2].[LastModifiedByUserID], [t2].[LastModifiedOnDate]
FROM [dbo].[TabModules] AS [t0]
INNER JOIN [dbo].[Modules] AS [t1] ON [t1].[ModuleID] = [t0].[ModuleID]
CROSS JOIN [dbo].[HtmlText] AS [t2]
WHERE ([t0].[TabID] = @p0) AND (NOT ([t1].[IsDeleted] = 1)) AND ([t2].[ModuleID] = [t1].[ModuleID])
ORDER BY [t2].[LastModifiedOnDate] DESC, [t2].[CreatedOnDate] DESC',N'@p0 int',@p0=4094
I have tried to used a custom query, but have no success with that either. Could you please email me the updated dll as well?
Thanks!
N.