November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
No, as episerver is handling that. but if there is a way to see it do tell me.
From the callstack it seems that there is some property defined as a PageReference that has some "unknown" format stored in the database. Could you try to execute the following sql statement
select LinkGuid, ContentLink, String from tblContentProperty as prop inner join tblPropertyDefinition as def on prop.fkPropertyDefinitionID = def.pkID
where def.fkPropertyDefinitionTypeID = 4
My guess is that you will find some row that have LinkGuid and ContentLink as null but some unknown format for String column.
I fired the query and got values in ContentLink only .There where no null values in contentlink but other two columns LinkGuid and String column where completely null.
So every entry for String is null, there is no entry which is String.Empty or a blank space?
I ran below given query on the upgrade database and recieved no values.
SELECT * FROM [dbxyz].[dbo].[tblContent] where pkID = 3
SELECT * FROM [dbxyz].[dbo].[tblContent] where pkID = 4
But when i ran the above queries on a newly created database directly in CMS 7.0.586.1 i got rows
I have a custom property which was working fine before i upgraded from CMS 5.2 R2 to CMS 7.0.586.1 . Now whenever i try to edit the property value i get below error. This property has the reference to a page in the episerver same site and on the basis of pagereference i get certain values from that page to the page on which i have defined the custom property. Other than editing the property is working fine.Please find below the exception.Ideally when i try to edit it should give me a popup window with treeview of pages in my site.
UrlReferer
PageReference: Input string was not in a correct format.
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: EPiServer.Core.EPiServerException: PageReference: Input string was not in a correct format.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: