Questions tagged [episerver]

Episerver is a web content management system and e-commerce platform based on .NET.

Episerver is an ASP.NET-based CMS (Content Management System) and e-commerce platform.

Information about Episerver development is best found at: http://world.episerver.com

General company information about Episerver is found at: http://www.episerver.com

In 2021, Episerver acquired Optimizely, and started its rebranding to gather under the Optimizely name.

Since the release of the most current versions (CMS 12 and Commerce 14), the products run on .NET 5/6.

728 questions
0
votes
1 answer

EPiServer 7: Trouble adding dojo module to user interface

I have some trouble adding my dojo module to the user interface.It tries to access in the episerver/shell. I have added a module.conifg;
ptf
  • 3,210
  • 8
  • 34
  • 67
0
votes
1 answer

Episerver PageStoreService, page properties not falling back to master language

I am using PageStoreService to pull down content from Episerver for some custom PageTypes that contain content in both English and German. So for every English page that I pull down via PageStoreService.getPage(), I then call…
0
votes
2 answers

Rename connection string in .NET with EPiServer 7

I have this connection string: And was wondering if it is possible to rename it to something else other that EPiServerDB. Is it possible? We really need…
ptf
  • 3,210
  • 8
  • 34
  • 67
0
votes
2 answers

How to get startPage/rootPage using EPIServer WebService

I've tried to get the start or root node using EPIServer webservice. When programming in EPI I just do PageReference parent = PageReference.StartPage; but when using the webservice it gets a little trickier since this doesn't…
Andreas
  • 2,336
  • 2
  • 28
  • 45
0
votes
2 answers

EPiServer: A site with siteId is already registered

My EPiServer application is throwing following error: A site with siteId is already registered. Call the Reset method firs. There were no code changes before the exception occurred and there is duplicate of this instance which is running without…
Szymon Kuzniak
  • 848
  • 1
  • 6
  • 16
0
votes
2 answers

Can't get items from DDS via query LINQ

I am new to C# ASP.NET and I am trying to get the items from a store (EPiServer). Visual Studio says Cannot resolve symbol Where, OnderzoekId and ToList What am I doing wrong? I used this code…
0
votes
2 answers

EPIServer CMS Webservice

I'm trying to use EPIServer Webservice ContentChannelService.asmx to import files to a specific property on a page. I create the pages programatically and after this I want to use the webservice to populate a "linktoimage" property. Now I have…
Andreas
  • 2,336
  • 2
  • 28
  • 45
0
votes
1 answer

EPiServer: DLL trouble - Unable to load one or more of the requested types

I'm trying to get an EPiServer project up and running, but I get this error: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. The following information may be a subset of the…
ptf
  • 3,210
  • 8
  • 34
  • 67
0
votes
1 answer

Strange HttpException that's driving me nuts

Im trying to list all categories in a VPP-folder using a module from Meridium called FolderBrowserProperty. It works perfectly locally and on our company's remote test site, but on the live site we are getting the following error: Server Error…
Mattias
  • 684
  • 3
  • 7
  • 16
0
votes
2 answers

Episerver Some images, that really are used, have "no related pages" in filesummary

In Episerver FileManagement some images have "no related pages" in filesummary, but there are pages, that use these pictures. Update, site restart, reindexing didn't help. Images are displayed by some control that gets image path from…
CheViana
  • 3
  • 3
0
votes
1 answer

EpiServer Web service 6.0, problems authenticating when using webservice

I'm doing a console applications that will tell the EpiServer webservice to add a page. My problem is that I can't get the autentication to work. I've created a webservice user in Epi backofice. I can login to the webservice through the browser with…
Andreas
  • 2,336
  • 2
  • 28
  • 45
0
votes
2 answers

Using EPiServer to publish a PDF document

We have an EPI Server site. We would like to publish the contents from a PDF document as part of a published page. The published page should have the right menu and the top menu of the site, but the contents should come from the PDF document. Is…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
0
votes
2 answers

Group/Editor permission for language in EPiServer

I have an issue with a large globalized website with alot of languages in EPiServer. At the moment we have used different nodes for each language, with each spoken language for that country. With this, we have assigned access rights to the…
0
votes
1 answer

Encryption of episerver tag in web.config

I am adding encryption to my build process for a public EPiServer site using MSBuild and aspnet_regiis. Mostly, it is going well, but not when encrypting the episerver tag in web.config. The command: aspnet_regiis -pef "episerver"…
Niklas Wulff
  • 3,497
  • 2
  • 22
  • 43
0
votes
1 answer

Null pointer-exception (FunctionTypeList.ascx) i Composer module-plugin for EPiServer

I have installed the Composer-module for EPiServer on an EPiServer CMS 6 R2-site deployed at IIS 7. I have configured the web.config according to the instructions. I can view a page in 'Composer edit'-mode. I get the following error when I try to…
Anders Branderud
  • 1,878
  • 6
  • 29
  • 45