Sitecore 8.0U5, Glass 4, TDS 5.0.1.11
I've got an interesting problem here and I feel like I'm just being dense somewhere, but can't figure it out.
I've got a template in Sitecore called "Testimonial" that has text fields like "Quote", "Name", "Location". It additionally has a field named "Image" of type "Image".
TDS generates my code and the properties of the template look normal. When viewing the rendering, all the fields are mapped appropriately except for the "Image" field. It is always "NULL".
The image is displayed in my view rendering only when viewing in the Experience Editor. When I 'Preview' or browse to the page, the image does not display. To complicate things, when I put a breakpoint on the rendering line and inspect in either Experience Editor or Preview, "Image" is still NULL. So even though it doesn't appear to be mapped, it still works in the Experience Editor.
I'm running locally and have my site pointed to the master database.
Anyone seen anything like this or have any ideas for additional ways to troubleshoot?
Thanks!