I am trying to use the Microsoft Translater to create at multi langual site as shown by Per Plough Hansen (http://umbraco.org/blog/2009/3/25/microsoft-translator-and-umbraco). My problem is that when i try to copy my main node i get an error as seen below. I have also tried copying single nodes but the same error occurs. I am new to umbraco and does not know from where this error could originate...any ideas? (I am using Umbraco 4.0.2.1 at my webhost: unoeuro.com)
Regards
Tarrild
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.cms.businesslogic.relation.Relation.MakeNew(Int32 ParentId, Int32 ChildId, RelationType RelType, String Comment) +173
umbraco.cms.businesslogic.web.Document.Copy(Int32 CopyTo, User u, Boolean RelateToOrignal) +369
umbraco.dialogs.moveOrCopy.HandleDocumentMoveOrCopy() +1499
umbraco.dialogs.moveOrCopy.HandleMoveOrCopy(Object sender, EventArgs e) +51
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3601
Error when copying content node
Hi
I am trying to use the Microsoft Translater to create at multi langual site as shown by Per Plough Hansen (http://umbraco.org/blog/2009/3/25/microsoft-translator-and-umbraco). My problem is that when i try to copy my main node i get an error as seen below. I have also tried copying single nodes but the same error occurs. I am new to umbraco and does not know from where this error could originate...any ideas? (I am using Umbraco 4.0.2.1 at my webhost: unoeuro.com)
Regards
Tarrild
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
Have you been able to copy node before? Can you copy the nodes if you remvoce the .cs file form the app_code folder?
is working on a reply...