Craig100
var pageRef = _contentService.SaveAndPublish(advertiserPage); GuidUdi adPageUdi = pageRef.Content.GetUdi(); var adPage = _contentService.GetById(adPageUdi.Guid); // <--- Seems to be ok so far! var logoImageRef = adPage.GetValue("logoImage") as Udi; // <--- I get Null here although the image exists in the saved page IMedia logoImage = _mediaService.GetById(logoImageRef.AsGuid());
gregor.tusar
builder.Services.AddDistributedSqlServerCache(options => { options.TableName = nameof(CacheStore); options.ConnectionString = builder.Config.GetConnectionString("umbracoDbDSN"); });
IDistributedCache
AppCaches
Patrik Lithner
Tom Chance
var jsonData = System.IO.File.ReadAllText("myfile.json");
Andy Boot
System.ExecutionEngineException HResult=0x80131506 Message=Exception of type 'System.ExecutionEngineException' was thrown. And this is from event viewer: Faulting module name: System.Private.CoreLib.dll, version: 7.0.923.32018, Failed to load app-local ICU: icuuc68.2.0.9.dll
Piotr KrĂłl
Bjarne Fyrstenborg
colSpan
rowSpan
TigerMan
janosbananos
A hub and casual space for you to interact with fellow community members and learn more about Umbraco!