Dee
Dee
@Shazwazza yesterday I received again 4 more exceptions within the ValidateRequest method, all with the same URL and User Agent. So the version number correction didn't resolve the issue. Url:...
just had a new exception with a new user agent: Unhandled Exception! Url: https://ourdomain/DependencyHandler.axd (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36)
@Shazwazza This exception still occurs. If I enter the url https://ourdomain/DependencyHandler.axd this exception with the exact same message occurs. It means, somehow this url is requested automatically. These are the...
@bjarnef is right, you usually load paged data, so performance shouldn't be an issue. Please give us the option of bulk loading the members directly and not first the ids...
Hey @Shazwazza, you mentioned: > My advice is to pre-define your bundles and render them where necessary... This is exactly what we need to do but we couldn't figure out...
This is also the approach I tried without any success. We have a bundle named "before-functions" which should be dynamically set with JS-files based on the pages, that are rendered....
I also copy pasted the fixed example provided here: https://github.com/schotime/NPoco/issues/315 still getting the sequence contains no elements error.