Hello,
I see a lot of failed dependency calls (Application Insights) with the following message "Invalid column name 'CreatedOn'.".
Query: SELECT TOP (1) [c].[CreatedOn] AS [CreatedOn] FROM [dbo].[__MigrationHistory] AS [c]
The table contains the following columns:
Is this by design? What can I do to resolve this issue / message?
Kind regards,
bob
__MigrationHistory table us usually used by EF (Entity Framework) migrations. Interesting that this happens in plain EPiServer site. Do you (or any other library you are referencing) has EF Migrations enabled?
It seems to be the library DbLocalizationProvider, thanks for pointing me in the right direction.I was a bit to quick with my post,
regards,
Hello,
I see a lot of failed dependency calls (Application Insights) with the following message "Invalid column name 'CreatedOn'.".
Query: SELECT TOP (1)
[c].[CreatedOn] AS [CreatedOn]
FROM [dbo].[__MigrationHistory] AS [c]
The table contains the following columns:
Is this by design? What can I do to resolve this issue / message?
Kind regards,
bob