I’ve update the Database Embedded Image sample on NuGet
Dynamic Data Database Embedded Image Field Template | |
Dynamic Data Image Handler |
instead of depending on a NotAClue.Web.Helpers it now depends on:
NotAClue Dynamic Data Extensions |
All future samples will build on this main library.
5 comments:
Steve,
After installing v.1.2.2 via NuGet I am getting build errors in UploadImage.ascx.cs and UploadFile.ascx.cs. In both you should instantiate Image1 as
var Image1 = new System.Web.UI.WebControls.Image()
{
ImageUrl = imagePath,
AlternateText = FieldValueString,
BorderStyle = BorderStyle.None
};
Could you, please, fix it?
Thank you,
Igor Loginov
I have tested with a vanilla project and all work fine for me sorry, have you upgraded from a previous version ?
Steve
How do I do to Download Dynamic Data Image Field Template. Already I register in the Nuget, but I dont find the botton to Download this Packages.... I need to help fast!!!!
you need to install NuGet into VS2010 and then add the package via NuGet.
Steve
I got this error when installed Dynamic Data Database Embedded Image Field Template and Dynamic Data Custom Field Templates packages by using NuGet. I think there is conflict of type name because your Image field type has the same type name as System.Web.UI.WebControls.Image
Post a Comment