I have a problem with the Image Manager showing the wrong image with recent versions of the library. It shows the same image for all items in the current page of the file list.
I have checked the URL of the image that the manager requests, and it's the same URL for all the images. I have single stepped through the ResolveDirectory method in the provider code, and it sends an array of FileItems that all have different URLs.
Has there been any changes in how the Image Manager uses the content provider?
There hasn't been any changes neither in the code that opens the Image Manager, nor in the content provider. The only related change is the version of the Telerik library. I made minor changes in an unrelated page (an http handler that doesn't use any Telerik components at all) and when I published the site the Image Manager stopped working correctly.
I have managed to patch the site for now with an older version of the library, hopefully that doesn't make something else act up...
I have checked the URL of the image that the manager requests, and it's the same URL for all the images. I have single stepped through the ResolveDirectory method in the provider code, and it sends an array of FileItems that all have different URLs.
Has there been any changes in how the Image Manager uses the content provider?
There hasn't been any changes neither in the code that opens the Image Manager, nor in the content provider. The only related change is the version of the Telerik library. I made minor changes in an unrelated page (an http handler that doesn't use any Telerik components at all) and when I published the site the Image Manager stopped working correctly.
I have managed to patch the site for now with an older version of the library, hopefully that doesn't make something else act up...