problem about episerver-Collection of common programming errors
SkonJeet
asp.net c#-4.0 content-management-system episerver episerver-6
When creating properties and page types through admin mode in EPiServer, it’s quite easy to understand how the database is written to in order to update the configuration of the website. But with page type builder, however, if it’s as easy as writing…[PageTypeProperty] public virtual string MainBody { get; set; }…to create a new property – at what point is this stored in the datbase? Runtime? Compile time?
Pedery
c# asp.net file path episerver
How can I get the path of a cs file in aspx?Here’s the issue: I’ve created a property class in a property.cs file which is used in an EPiServer admin module. Server.MapPath() will hence return the path of the executing file, which is in a totally different place than my code. I need to get the path of the property.cs file (from inside the property.cs file) in order to dynamically set some relative paths to css and js files. How can this be done?I hence want to be able to include .js and .css fil
marto
.net tdd episerver
What is the best way to abstract the episerver infrastructure for easier testing?
Tepu
episerver episerver-6-r2
I need to create a dynamic property in code and save it. How can I create a dynamic property? I can update the dynamic property with the below code but couldn’t create a new oneDynamicProperty dynProperty = DynamicProperty.Load(page.PageLink, “DynProp”); dynProperty .PropertyValue.Value = “value”; dynProperty .Save();
Bill the Lizard
c# asp.net asp.net-3.5 properties episerver
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 in ‘/’ Application.Unhandled Execution ErrorStack trace:[HttpException: 0x80004005]<br> System.Web.CachedPathData.GetConfigPathData(String configPath) +459 System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsi
kjelelokk
asp.net asp.net-mvc episerver
When I enter my webpage I get this in my console:If I log in to EPiServer, I do not get the errors, and it seems fixed for a little while, I can even log out and it works for a couple of hours.Anyone knows what this is?
Anders Branderud
sql episerver
I have upgraded a database from EPiServer 5 to 6 R2. Current database-version is ‘6103’ according to a script run in Microsoft SQL Server Management Studio. However when I try to access the website I get the following error (‘current version is 6001’): Previously a copy of the same database has run successfully with the same website (same web.config and the other files the same (the only difference is the database of the connectionstring).Dynamic Data Store 6.2.267.1 can only be used with databa
Anders Branderud
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 access the Composer-plugin in Admin-mode (which is used to register Composer-blocks).How do I solve this?:Server Error in ‘/’ Application.Object reference not set to an instance of an object.Description: An unhandled exception occurred during the executi
Greg B
asp.net iis upgrade episerver
Im getting this exception when configuring EPi CMS 5 to run under IIS7.5. Exception Details: System.IO.FileNotFoundException: Could not loadfile or assembly ‘EPiServer.Framework’ or one of its dependencies.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location ofthe exception can be identified using the exception stack trace below.Assembly Load Trace: The following information can be helpful to determine w
Erik A. Brandstadmoen
episerver wif episerver-6
I am researching the possibilities of using WIF to identify users on parts of a customer’s site running on EPiServer. I’ve managed to get WIF to kick in using, amongst others, the following post:http://world.episerver.com/Blogs/Ben-Morris/Dates/2010/6/Converting-EPiServer-6-to-use-claims-based-authentication-with-WIF/This works nicely if you set <authorization><deny users=”?”/> </authorization>in web.config, making all requests require an authenticated user. However, we would l
trembon
episerver episerver-7
I’m having some problem with getting XForms to work in a block in EPiServer 7. It’s webforms and not MVC.XForms works when I put them on a normal page, but when I use them on blocks I get a null exception. See below.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name:
Mattias
c# asp.net sharepoint-2010 episerver
Im running Search Server 2010 from a virtual machine and it works good so far. On my development machine (win xp 32bit), the thought is to query the search server with a web service. Problem is that when i try to start the site, i get the following error:Could not load file or assembly ‘Microsoft.Office.Server.Search’ or one of its dependencies. An attempt was made to load a program with an incorrect format. Description: An unhandled exception occurred during the execution of the current web req
Jinxen
.net episerver
I am currently installing an episerver site that I know works, however when after I have installed it I get an exception when trying to login to the site.2013-10-04 09:19:22,771 ERROR [8] EPiServer.Global.Global_Error – 1.2.5 Unhandled exception in ASP.NETSystem.Web.HttpUnhandledException (0x80004005): Exception of type ‘System.Web.HttpUnhandledException’ was thrown. —> System.ArgumentException: GpnRapport.Presenters.PageHeaderPresenter is missing an expected constructor, or the constructor is
Web site is in building