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.NotSupportedException: The given path's format is not supported.
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.
I've used a colon ":" in Doc type names before for many projects and it has worked fine (I do it so that when a user creates a new page in the content, "Page" comes first in the list of document types and therefore becomes the default page type)
YSOD on creating a new Document Type.
Has anyone seen this error before, and if so what is the problem / fix.
Created a new document type and got a YSOD error.
Clicking on any document type now shows this error in the right hand pane
Server Error in '/' Application.
The given path's format is not supported.
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.NotSupportedException: The given path's format is not supported.
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
What is the name of the document type you tried to create?
Hi Arnold,
I tried adding "Page: Section" to the following doc types:
Thanks,
Matt
Matt,
It _could_ be because of the ":", but not sure about that.
Maybe you can try to edit that in the DB and see if that helps?
Arnold
Thank Arnold,
I've used a colon ":" in Doc type names before for many projects and it has worked fine (I do it so that when a user creates a new page in the content, "Page" comes first in the list of document types and therefore becomes the default page type)
I'm just having a look at the DB now.
Matt
Hi Arnold,
Sorry it was the colon ":". I have used brackets before e.g. "Page (Section)" not a colon.
A little change on the cmsTemplate table fixed it (the errror was actually being cause by the matching template created)
Thanks for your help!
Matt
is working on a reply...