Показать сообщение отдельно
Старый 19.02.2009, 12:17   #10  
Tony Green is offline
Tony Green
Участник
Аватар для Tony Green
 
184 / 25 (1) +++
Регистрация: 08.10.2002
Адрес: Москва
?
Обнаружился очень неприятный подвох: когда я пытаюсь передать параметр в форму создания сущности через очередной параметр строки, то CRM страшно ругается Типа такого:

Error Description:
CRM Parameter Filter - Invalid parameter 'Parameter=1' in Request.QueryString on page /vkpmdev/userdefined/edit.aspx The raw request was 'GET /vkpmdev/userdefined/edit.aspx?etc=10029&Parameter=1' called from .

Error Details:
Выдано исключение типа "System.Web.HttpUnhandledException".

Full Stack:
[InvalidOperationException: CRM Parameter Filter - Invalid parameter 'Parameter=1' in Request.QueryString on page /vkpmdev/userdefined/edit.aspx
The raw request was 'GET /vkpmdev/userdefined/edit.aspx?etc=10029&Parameter=1' called from .]
в Microsoft.Crm.Application.ParameterFilter.ValidateParameter(Page page, ArrayList parameterCollection, String key, String value, String collectionName, EntityType pageEntityType)
в Microsoft.Crm.Application.ParameterFilter.ValidateParameters(Page page, EntityType pageEntityType, Boolean alwaysEnableParameterChecking)
в Microsoft.Crm.Application.ParameterFilter.ValidateParameters(Page page, EntityType pageEntityType)
в Microsoft.Crm.Application.Controls.AppPage.ValidatePageParameters()
в Microsoft.Crm.Application.Controls.AppPage.OnInit(EventArgs e)
в System.Web.UI.Control.InitRecursive(Control namingContainer)
в System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

[HttpUnhandledException: Выдано исключение типа "System.Web.HttpUnhandledException".]
в System.Web.UI.Page.HandleError(Exception e)
в System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
в System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
в System.Web.UI.Page.ProcessRequest()
в System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
в System.Web.UI.Page.ProcessRequest(HttpContext context)
в ASP.vkpmdev_userdefined_edit_aspx.ProcessRequest(HttpContext context)
в System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
в System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Помогите передать параметр другим способом или обойти эти проверки плз
__________________
С уважением,
Tony Green