Hi
Recently we have upgraded our project to version 8.2.3.2.
Running it on a testenvironment caused no problems, running it on a live environment caused the IIS to drop en restart after the application after a couple of minutes each time.
Now I'm running this solution on my local machine, with version 8.2.3.7.
Debugging it local shows out there are some issues with the API and the ProductTemplateExtender.
Calling the following functions inside a ProductTemplateExtender are throwing a StackOverflowException:
- PageView.Current().Area.Value("Areaname")
- Dim RangeProducts As ProductCollection = New ProductCollection()
RangeProducts.Load(query)
Anybody any idea what could be causing this? And how to solve it?
Gr
Martijn