I am getting an error when trying to create a DocumentType
or ContentType as like this.. How to rectify this?
Server Error in '/' Application.
No Contenttype with id: 1712
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.ArgumentException: No Contenttype with id: 1712
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 had something similar when using custom data types. The problem was that the node ID of my custom data type had changed but the document type still referenced it.
Could this be the same problem?
I solved it by hacking around in the database to change the node ID referenced.
Error
Hi folks.,
I am getting an error when trying to create a DocumentType
or ContentType as like this.. How to rectify this?
Server Error in '/' Application.
No Contenttype with id: 1712
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.ArgumentException: No Contenttype with id: 1712
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:
I've had something similar when using custom data types. The problem was that the node ID of my custom data type had changed but the document type still referenced it.
Could this be the same problem?
I solved it by hacking around in the database to change the node ID referenced.
is working on a reply...