Dear Paul,
tnx for your reply. After enabling DevErrors in web.config I got this:
(Tried to translate German phrases, translation in [] )
-------------------------------------
Error Description:
Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
[The object reference was not assigned to an object instance.]
Error Details:
Eine Ausnahme vom Typ System.Web.HttpUnhandledException wurde ausgelöst.
[An exception of type System.Web.HttpUnhandledException was caused.]
Full Stack:
[NullReferenceException: Der Objektverweis wurde nicht auf eine
Objektinstanz festgelegt.]
bei
Microsoft.Crm.ObjectModel.ContractService.UpdateSt artEndDates(IBusinessEntity
entity, String startName, String endName)
bei Microsoft.Crm.ObjectModel.ContractService.Renew(Gu id contractId,
Int32 status, Boolean includeCanceledLines, ExecutionContext context)
[TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler
verursacht.]
bei System.RuntimeMethodHandle._InvokeMethodFast(Objec t target, Object[]
arguments, SignatureStruct& sig, MethodAttributes methodAttributes,
RuntimeTypeHandle typeOwner)
bei System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[]
arguments, Signature sig, MethodAttributes methodAttributes,
RuntimeTypeHandle typeOwner)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean
skipVisibilityChecks)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Web.Services.Protocols.LogicalMethodInfo.In voke(Object target,
Object[] values)
bei
Microsoft.Crm.Extensibility.InternalOperationPlugi n.Execute(IPluginExecutionContext context)
bei
Microsoft.Crm.Extensibility.PluginStep.Execute(Pip elineExecutionContext
context)
bei Microsoft.Crm.Extensibility.Pipeline.Execute(Pipel ineExecutionContext
context)
bei
Microsoft.Crm.Extensibility.MessageProcessor.Execu te(PipelineExecutionContext
context)
bei
Microsoft.Crm.Extensibility.InternalMessageDispatc her.Execute(PipelineExecutionContext context)
bei Microsoft.Crm.Extensibility.ExternalMessageDispatc her.Execute(String
messageName, Int32 primaryObjectTypeCode, Int32 secondaryObjectTypeCode,
PropertyBag fields, CorrelationToken correlationToken, CallerOriginToken
originToken, UserAuth userAuth, Guid callerId)
bei Microsoft.Crm.Sdk.RequestBase.Process(Int32 primaryObjectTypeCode,
Int32 secondaryObjectTypeCode, CorrelationToken correlationToken,
CallerOriginToken originToken, UserAuth userAuth, Guid callerId)
bei Microsoft.Crm.Sdk.RequestBase.Process(CorrelationT oken
correlationToken, CallerOriginToken originToken, UserAuth userAuth, Guid
callerId)
bei Microsoft.Crm.Sdk.CrmServiceInternal.Execute(Reque stBase request,
CorrelationToken correlationToken, CallerOriginToken originToken, UserAuth
userAuth, Guid callerId)
bei Microsoft.Crm.Sdk.InProcessCrmService.Execute(Obje ct request)
bei
Microsoft.Crm.Application.Platform.ServiceCommands .PlatformCommand.ExecuteInternal()
bei
Microsoft.Crm.Application.Platform.ServiceCommands .RenewContractCommand.Execute()
bei Microsoft.Crm.Application.Platform.DataSource.Rene wContract(Guid
contractId, Boolean includeCanceledLines, Int32 newStatus)
bei Microsoft.Crm.Web.CS.ContractPage.renew(Object sender, DataEventArgs e)
bei Microsoft.Crm.Application.Forms.DataEventProcessor .Raise(FormEventId
eventId, FormState state, IUser user, String objectId, Entity entity)
bei Microsoft.Crm.Application.Forms.AppForm.RaiseDataE vent(FormEventId
eventId)
bei Microsoft.Crm.Application.Forms.EndUserForm.Initia lize(Entity entity)
bei Microsoft.Crm.Application.Forms.CustomizableForm.E xecute(Entity
entity, String formType)
bei Microsoft.Crm.Application.Forms.CustomizableForm.E xecute(Entity entity)
bei Microsoft.Crm.Web.CS.ContractPage.ConfigureForm()
bei Microsoft.Crm.Application.Controls.AppUIPage.OnPre Render(EventArgs e)
bei System.Web.UI.Control.PreRenderRecursiveInternal()
bei System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException: Eine Ausnahme vom Typ
System.Web.HttpUnhandledException wurde ausgelöst.]
bei System.Web.UI.Page.HandleError(Exception e)
bei System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
bei System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
bei System.Web.UI.Page.ProcessRequest()
bei System.Web.UI.Page.ProcessRequestWithNoAssert(Http Context context)
bei System.Web.UI.Page.ProcessRequest(HttpContext context)
bei ASP.vsx_cs_contracts_edit_aspx.ProcessRequest(Http Context context)
bei
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
bei System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
-------------------------------------------
Is this helpful to determine the problem?
Thank you in advance.