One of my developers is getting an error when they try to access Examine Management on their development machine. The message they get is as follows:
Received an error from the server
An error occured
The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'
They've tried different browsers and restarting etc... Everything else is working normally for them, and I'm not getting the error on my machine, I see the Examine Management screen no problem.
Does anyone have any ideas what might be causing this? The face that it's happening on one machine and not the other when the code should be identical makes me think it's some sort of local setting or cache issue, but I'm not sure what.
Just had the same problem.
Solved by manually creating the following directories as they were missing.
AppData -> Temp -> ExamineIndexes
And then in ExamineIndexers 3 folders...
External
Internal
Members
You'd have thought since they are in the TEMP folder you can delete then and they'd be recreated but that doesn'y appear to be happening.
Hope this helps
Examine Management gives error
One of my developers is getting an error when they try to access Examine Management on their development machine. The message they get is as follows:
Received an error from the server
An error occured
The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'
They've tried different browsers and restarting etc... Everything else is working normally for them, and I'm not getting the error on my machine, I see the Examine Management screen no problem.
Does anyone have any ideas what might be causing this? The face that it's happening on one machine and not the other when the code should be identical makes me think it's some sort of local setting or cache issue, but I'm not sure what.
I'd really appreciate any help thanks.
Did you ever solve this? Got the exact same error right now...
I have the same problem in load balancing scenario.
Have you found a way to solve?
Thank you
Just had the same problem. Solved by manually creating the following directories as they were missing.
AppData -> Temp -> ExamineIndexes
And then in ExamineIndexers 3 folders... External Internal Members
You'd have thought since they are in the TEMP folder you can delete then and they'd be recreated but that doesn'y appear to be happening. Hope this helps
is working on a reply...