Go to content

Go to employees

Go to search

EPiServer

 

AmbiguousMatchException when updating from PTB 1.3.0.0 to PTB 2.0

When updating from PTB 1.3.0.0 to PTB 2.0.0.0 I got this error: "System.Reflection.AmbiguousMatchException: Ambiguous match found."


Retreive the LoaderExceptions property for more information.

While upgrading from CMS 5 to CMS 6 R2 I got this runtime error: "Unable to load one or more of the requested types. Retreive the LoaderExceptions property for more information."


EPiServerFriendlyUrlRewriteProvider rewrites urls that belong to a different site

I have two EPiServer sites linking back and forth to each other. In the test environment the two sites are only available on IP addresses. No DNS is created for the two. Site A: [127.0.0.1]:[port X] Site B: [127.0.0.1]:[port Y] if site A renders a...


Mirroring in EPiServer CMS 5 R2 (5.2.375.236)

If the editor decide to delete a page om the source site, after an initial mirroring has been preformed on this page, the next mirroring will fail.


EPiServer.Blog setup

This post tries to pinpoint every aspect of the EPiServer.Blog setup. How do you add tags to the tags collection property on the blog item page, how does the tagcloud get updated, how does the blog item pages get created beneath correct date root...


UnifiedPrincipal.Current retreive UserName

Keywords: EPiServer 4.6, UserName, EPiServer.Security.UnifiedPrincipal.Current I had this code, and I needed to know the username of the currently logged on user. Using EPiServer.Security; UnifiedPrincipal currentUser = UnifiedPrincipal.Current;...

Tags


The trust relationship between the primary domain and the trusted domain failed

Keywords: Trust, domain, SystemException, System.Security.Principal.NTAccount.TranslateToSids,   EPiServer.Security.UnifiedPrincipal.IsInRole The solution to this failure message is pretty well described both on EPiServer forum and on EPiServer...

Tags


Multi page property

"Have you ever wanted to store multiple page references in one property in EPiServer? This custom property lets you do exactly that." (copied from coderesort.com) Introduction: CodeResort is a hosted community for code development and maintainance...