What version of Kentico are you using?
Kentico 10
Is it Portal Engine or MVC?
Portal Engine
Where and how do you display this information? Could you post the code part containing GetAttachmentUrlByGUID?
<%@ Register Src="~/CMSModules/Content/Controls/Attachments/DocumentAttachments/DocumentAttachments.ascx" TagName="DocumentAttachments" TagPrefix="cms" %>
<img class="img-responsive" src="<%# GetAttachmentUrlByGUID(Eval("ArticleTeaserImage"), Eval("ArticleName")) %>" alt="<%# Eval("ArticleName") %> " style="width: 175px;" class="img-responsive">
|
<%# Eval("ArticleName") %>
<%# Eval("ArticleText") %>
|