EtchUK/Etch.OrchardCore.SEO

Error when activating features: Method not found: 'YesSql.IQueryIndex`1<!!0>

Closed this issue · 7 comments

An unhandled exception occurred while processing the request. MissingMethodException: Method not found: 'YesSql.IQueryIndex1<!!0> YesSql.QueryExtensions.QueryIndex(YesSql.ISession, System.Linq.Expressions.Expression1<System.Func2<!!0,Boolean>>)'.
Etch.OrchardCore.SEO.Redirects.Startup.Configure(IApplicationBuilder app, IEndpointRouteBuilder routes, IServiceProvider serviceProvider)`

@kdubious What version of Orchard Core are you using?

@peterkeating I’m on the “latest” pre-release. I was able to fork this code, make about 6 updates, and I seem to be up and running again. I can post details, or you can close this one.

@kdubious Be interested to know the exact version number of Orchard Core and the 6 updates you needed to make.

@peterkeating sorry, I wasn't at a computer. I'm on 1.0.0-rc2-15965

@kdubious Okay, this module supports up to the latest version released on NuGet. When a new version is released we will look to migrate pretty quickly. Worth noting there is a PR from a contributor for making the module work with 15965 - #71, however looks like there is an unsolved issue with redirects.

@peterkeating kdubious@8b954a6

Although I didn't work out the public int UpdateFrom1() yet

@kdubious In preparation for the pending 1.0.0 release, I've pushed up a dev branch that targets 1.0.0-rc2-16368 that should hopefully resolve the issue you were having. Going to close this issue but feel free to re-open if you're still having issues.