Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 358525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T12:18:28+00:00 2026-05-12T12:18:28+00:00

I am looking for a solution on the following issue. Any suggestions will be

  • 0

I am looking for a solution on the following issue. Any suggestions will be very welcomed! Thank you in advance.

Background: We just upgraded MS Crm 3 to Crm 4

Question:
Every time when a user tries to save a new record or an update of a record. A warning will be logged into Event Viewer –> Application. It happens to all entities.

For example:
1. I am doing some updates on the contact form “http://localhost:5555/CAMELOT-DEV/sfa/conts/edit.aspx?id={488FF696-4F8C-DE11-AC94-00505698306E}#”
2. Click save
3. I will find a warning message in Event Viewer –> Application
Exception information:
Exception type: InvalidOperationException
Exception message: CRM Parameter Filter – Invalid parameter ‘type=2’ in Request.QueryString on page /default.aspx
The raw request was ‘GET /default.aspx?type=2&typename=contact&id={488FF696-4F8C-DE11-AC94-00505698306E}&orgname=CAMELOT-DEV&userlcid=1033&orglcid=1033/default.aspx’ called from “http://localhost:5555/CAMELOT-DEV/sfa/conts/edit.aspx?id={488FF696-4F8C-DE11-AC94-00505698306E}”.
4. The record is saved fine despite of the warning.

Details:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 8/09/2009
Time: 9:42:58 a.m.
User: N/A
Computer: MYCOMPANYDEV02
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 8/09/2009 9:42:58 a.m.
Event time (UTC): 7/09/2009 9:42:58 p.m.
Event ID: 117f3eff7dff438e9862e0767b14de3f
Event sequence: 1358
Event occurrence: 24
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/3/ROOT-1-128967648198441643
Trust level: Full
Application Virtual Path: /
Application Path: C:\Program Files\Microsoft CRM Server\CRMWeb\
Machine name: GFSGWGTNDEV02

Process information:
Process ID: 264
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: InvalidOperationException
Exception message: CRM Parameter Filter – Invalid parameter ‘type=2’ in Request.QueryString on page /default.aspx
The raw request was ‘GET /default.aspx?type=2&typename=contact&id={488FF696-4F8C-DE11-AC94-00505698306E}&orgname=CAMELOT-DEV&userlcid=1033&orglcid=1033/default.aspx’ called from http://localhost:5555/CAMELOT-DEV/sfa/conts/edit.aspx?id={488FF696-4F8C-DE11-AC94-00505698306E}.

Request information:
Request URL: “http://localhost:5555/default.aspx?type=2&typename=contact&id={488FF696-4F8C-DE11-AC94-00505698306E}&orgname=CAMELOT-DEV&userlcid=1033&orglcid=1033/default.aspx”
Request path: /default.aspx
User host address: 127.0.0.1
User: CAMELOT\Kelvin_Shen
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 6
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at Microsoft.Crm.Application.ParameterFilter.ValidateParameter(Page page, ArrayList parameterCollection, String key, String value, String collectionName, EntityType pageEntityType)
at Microsoft.Crm.Application.ParameterFilter.ValidateParameters(Page page, EntityType pageEntityType, Boolean alwaysEnableParameterChecking)
at Microsoft.Crm.Application.ParameterFilter.ValidateParameters(Page page, EntityType pageEntityType)
at Microsoft.Crm.Application.Controls.AppPage.ValidatePageParameters()
at Microsoft.Crm.Application.Controls.AppPage.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T12:18:28+00:00Added an answer on May 12, 2026 at 12:18 pm

    Ok, I find the cause.

    We have an iframe on the form. The problem is the URL property of the iframe is set to “\” rather than about:blank.

    So just change the value for iframe URL to about:blank and problem solved.

    Cheers

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for the solution of following algorithm with minimal time and space
I am looking for an elegant solution for the following problem. Let's assume we
I have a very simple problem, but I'm looking for the 'best' solution to
I am running into the following issue: Our members have a desire for personalized
I'm having a global array which holds my css+js includes and I'm looking for
I'm not the first to have these issues, and will list some reference posts
I have the following code, using Django ORM routes =Routes.objects.filter(scheduleid=schedule.id).only('externalid') t_list = [(route.externalid, route.vehicle.name)
It seems that when using the following NHibernate query, I do not get a
For my jq driven form I am looking for a function that clears my
I need to clear sector 0 for removable media devices (custom USB memory devices)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.