Find or search for the right contact person here
0 kontakter
Bente Bach Simonsen

Bente Søndergaard

Error executing template "Designs/exhibition_site/QueryPublisher/partials/mch365-contact-item.cshtml"
System.Exception: _dynamicwebProduct is not Active. Settings are: {"Presentation":null,"Booth":null,"Product":null,"Id":"P4362e848250665d0d24f56139f8f3","LanguageId":null,"VariantId":"","PrimaryVariantId":"","EmbeddedInModelList":true}
at Co3.Espresso.Website.Models.FrontEnd.Ecommerce.EspressoProduct.Populate(ProductSettings settings) in F:\TeamCity\BuildAgent 1\work\ea1444d680f7414e\Co3.Espresso.Website\Models\FrontEnd\Ecommerce\EspressoProduct.cs:line 755
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProfileProduct.Populate(ProductSettings settings) in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProfileProduct.cs:line 61
at Co3.MCH.Website.Frontend.Services.Ecommerce.ProductService.GetEspressoProduct(ProductSettings settings, String key) in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Services\Ecommerce\ProductService.cs:line 59
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ContactPersonProduct.GetProfileProduct() in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ContactPersonProduct.cs:line 92
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ContactPersonProduct.get_Profile() in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ContactPersonProduct.cs:line 84
at CompiledRazorTemplates.Dynamic.RazorEngine_d79e4df45b0141a3bba009d8934f2b74.Execute() in E:\dynamicweb.net\Solutions\mch365.espresso5.dk\Files\Templates\Designs\exhibition_site\QueryPublisher\partials\mch365-contact-item.cshtml:line 6
at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader)
at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag)
at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer)
at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter)
at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template)
at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template)
at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @inherits ViewModelTemplate<Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ContactPersonProduct>
2 @using Dynamicweb.Frontend
3 @using Dynamicweb.Rendering
4 5 @{
6 bool hasPresentation = Model.Profile.HasPresentation;
7 }
8 9 10 <div class="w-100 my-1 e-productlist-item js-e-productlist-item js-e-productlist-item-@Model.Id" data-product-id="@Model.Id" data-variant-id="@Model.VariantId">
11 <div class="e-productlist-item-container container-fluid h-100">
12 <div class="row h-100">
13 <div class="col-12 p-0">
14 <div class="row">
15 <div class="col-9 pl-1 pl-xl-2 p-txt-container">
16 <div class="p-txt-wrapper">
17 <h4 class="p-contact-name font-weight-normal mb-0 mt-half" itemprop="name">@Model.Name</h4>
18 <h4 class="p-contact-title font-weight-light mt-half" itemprop="jobTitle">
19 @Model.Title
20 </h4>
21 <p class="small mb-1 mch365-productlist-company-name">
22 <a href="@Model.Profile.Link">
23 @Model.Profile.Company.Name
24 </a>
25 </p>
26 @if (Model.IsPresent && hasPresentation)
27 {
28 <span class="mch365-product-label label-mini label-secondary e-text-light">@Translate("MCH365 - Contact listItem isPresent - Label", "På messen")</span>
29 }
30 31 </div>
32 </div>
33 <div class="p-img-container col-3 order-first">
34 <div class="row">
35 <p class="col-12 p-img-width-auto mx-auto mb-0">
36 @{
37 string noImageClasses = "";
38 string contactPersonImage = Model.Image;
39 if (string.IsNullOrEmpty(contactPersonImage))
40 {
41 contactPersonImage = "/Files/Templates/Designs/mch365_admin/_assets/img/mch365-noimage.svg";
42 noImageClasses = "bg-light";
43 }
44 }
45 <img alt="@Model.Name" class="p-img border-radius-sm @noImageClasses" src="/admin/public/getimage.ashx?Image=@contactPersonImage&Width=120&Height=120&Format=webp&Quality=75&Crop=0" />
46 </p>
47 </div>
48 </div>
49 </div>
50 </div>
51 </div>
52 </div>
53 </div>
Bjarke Bergqvist

Error executing template "Designs/exhibition_site/QueryPublisher/partials/mch365-contact-item.cshtml"
System.Exception: _dynamicwebProduct is not Active. Settings are: {"Presentation":null,"Booth":null,"Product":null,"Id":"P4362e848250665d0d24f56139f8f3","LanguageId":null,"VariantId":"","PrimaryVariantId":"","EmbeddedInModelList":true}
at Co3.Espresso.Website.Models.FrontEnd.Ecommerce.EspressoProduct.Populate(ProductSettings settings) in F:\TeamCity\BuildAgent 1\work\ea1444d680f7414e\Co3.Espresso.Website\Models\FrontEnd\Ecommerce\EspressoProduct.cs:line 755
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ProfileProduct.Populate(ProductSettings settings) in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ProfileProduct.cs:line 61
at Co3.MCH.Website.Frontend.Services.Ecommerce.ProductService.GetEspressoProduct(ProductSettings settings, String key) in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Services\Ecommerce\ProductService.cs:line 59
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ContactPersonProduct.GetProfileProduct() in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ContactPersonProduct.cs:line 92
at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ContactPersonProduct.get_Profile() in C:\Data\Development\git\mch365mb-dev\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ContactPersonProduct.cs:line 84
at CompiledRazorTemplates.Dynamic.RazorEngine_d79e4df45b0141a3bba009d8934f2b74.Execute() in E:\dynamicweb.net\Solutions\mch365.espresso5.dk\Files\Templates\Designs\exhibition_site\QueryPublisher\partials\mch365-contact-item.cshtml:line 6
at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader)
at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag)
at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer)
at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter)
at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template)
at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template)
at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @inherits ViewModelTemplate<Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ContactPersonProduct>
2 @using Dynamicweb.Frontend
3 @using Dynamicweb.Rendering
4 5 @{
6 bool hasPresentation = Model.Profile.HasPresentation;
7 }
8 9 10 <div class="w-100 my-1 e-productlist-item js-e-productlist-item js-e-productlist-item-@Model.Id" data-product-id="@Model.Id" data-variant-id="@Model.VariantId">
11 <div class="e-productlist-item-container container-fluid h-100">
12 <div class="row h-100">
13 <div class="col-12 p-0">
14 <div class="row">
15 <div class="col-9 pl-1 pl-xl-2 p-txt-container">
16 <div class="p-txt-wrapper">
17 <h4 class="p-contact-name font-weight-normal mb-0 mt-half" itemprop="name">@Model.Name</h4>
18 <h4 class="p-contact-title font-weight-light mt-half" itemprop="jobTitle">
19 @Model.Title
20 </h4>
21 <p class="small mb-1 mch365-productlist-company-name">
22 <a href="@Model.Profile.Link">
23 @Model.Profile.Company.Name
24 </a>
25 </p>
26 @if (Model.IsPresent && hasPresentation)
27 {
28 <span class="mch365-product-label label-mini label-secondary e-text-light">@Translate("MCH365 - Contact listItem isPresent - Label", "På messen")</span>
29 }
30 31 </div>
32 </div>
33 <div class="p-img-container col-3 order-first">
34 <div class="row">
35 <p class="col-12 p-img-width-auto mx-auto mb-0">
36 @{
37 string noImageClasses = "";
38 string contactPersonImage = Model.Image;
39 if (string.IsNullOrEmpty(contactPersonImage))
40 {
41 contactPersonImage = "/Files/Templates/Designs/mch365_admin/_assets/img/mch365-noimage.svg";
42 noImageClasses = "bg-light";
43 }
44 }
45 <img alt="@Model.Name" class="p-img border-radius-sm @noImageClasses" src="/admin/public/getimage.ashx?Image=@contactPersonImage&Width=120&Height=120&Format=webp&Quality=75&Crop=0" />
46 </p>
47 </div>
48 </div>
49 </div>
50 </div>
51 </div>
52 </div>
53 </div>


Bo Lydersen

Bo Skyggelund

Bo Steen Rasmussen
