Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. modify XmlDictionaryReaderQuotas

modify XmlDictionaryReaderQuotas

Scheduled Pinned Locked Moved C#
helpquestion
11 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    abbd
    wrote on last edited by
    #1

    Hello, I have an exception on my web service, the error show that we must modify the value of "XmlDictionaryReaderQuotas" How i can modify the value of "XmlDictionaryReaderQuotas"? whene i can find the file whitch contain "XmlDictionaryReaderQuotas"? Thank you verry mutch

    K H 2 Replies Last reply
    0
    • A abbd

      Hello, I have an exception on my web service, the error show that we must modify the value of "XmlDictionaryReaderQuotas" How i can modify the value of "XmlDictionaryReaderQuotas"? whene i can find the file whitch contain "XmlDictionaryReaderQuotas"? Thank you verry mutch

      H Offline
      H Offline
      Henry Minute
      wrote on last edited by
      #2

      A quick google gave loads of hits, most of which, including this[^] one, indicate that the problem lies in your .config file. BTW: I googled on XmlDictionaryReaderQuotas

      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

      1 Reply Last reply
      0
      • A abbd

        Hello, I have an exception on my web service, the error show that we must modify the value of "XmlDictionaryReaderQuotas" How i can modify the value of "XmlDictionaryReaderQuotas"? whene i can find the file whitch contain "XmlDictionaryReaderQuotas"? Thank you verry mutch

        K Offline
        K Offline
        Keith Barrow
        wrote on last edited by
        #3

        For WCF services you can configure it in your service binding configuration:

        <bindings>
        <wsHttpBinding>

        <binding name="....">
          ...
          [Sort of a cross between Lawrence of Arabia and Dilbert.](http://tinyurl.com/3yl74on)\[[^](http://tinyurl.com/3yl74on "New Window")\]  
        

        -Or-
        A Dead ringer for Kate Winslett[^]

        A 1 Reply Last reply
        0
        • K Keith Barrow

          For WCF services you can configure it in your service binding configuration:

          <bindings>
          <wsHttpBinding>

          <binding name="....">
            ...
            [Sort of a cross between Lawrence of Arabia and Dilbert.](http://tinyurl.com/3yl74on)\[[^](http://tinyurl.com/3yl74on "New Window")\]  
          

          -Or-
          A Dead ringer for Kate Winslett[^]

          A Offline
          A Offline
          abbd
          wrote on last edited by
          #4

          Hello, whene i can fin the service binding configuration ? can you give me the path of file witch contain this ? Thank you verry mutch.

          K 1 Reply Last reply
          0
          • A abbd

            Hello, whene i can fin the service binding configuration ? can you give me the path of file witch contain this ? Thank you verry mutch.

            K Offline
            K Offline
            Keith Barrow
            wrote on last edited by
            #5

            It is probably in the WCF's web.config file, depending on how you have set things up.

            Sort of a cross between Lawrence of Arabia and Dilbert.[^]
            -Or-
            A Dead ringer for Kate Winslett[^]

            A 1 Reply Last reply
            0
            • K Keith Barrow

              It is probably in the WCF's web.config file, depending on how you have set things up.

              Sort of a cross between Lawrence of Arabia and Dilbert.[^]
              -Or-
              A Dead ringer for Kate Winslett[^]

              A Offline
              A Offline
              abbd
              wrote on last edited by
              #6

              Hello, I dont have "XmlDictionaryReaderQuotas" in web.config of my project (web service). Thank you verry mutch.

              modified on Sunday, December 26, 2010 1:25 PM

              K 1 Reply Last reply
              0
              • A abbd

                Hello, I dont have "XmlDictionaryReaderQuotas" in web.config of my project (web service). Thank you verry mutch.

                modified on Sunday, December 26, 2010 1:25 PM

                K Offline
                K Offline
                Keith Barrow
                wrote on last edited by
                #7

                is your service a wcf service or do you have asmx files?

                Sort of a cross between Lawrence of Arabia and Dilbert.[^]
                -Or-
                A Dead ringer for Kate Winslett[^]

                A 1 Reply Last reply
                0
                • K Keith Barrow

                  is your service a wcf service or do you have asmx files?

                  Sort of a cross between Lawrence of Arabia and Dilbert.[^]
                  -Or-
                  A Dead ringer for Kate Winslett[^]

                  A Offline
                  A Offline
                  abbd
                  wrote on last edited by
                  #8

                  i have asmx files. Thank you verry mutch.

                  K 1 Reply Last reply
                  0
                  • A abbd

                    i have asmx files. Thank you verry mutch.

                    K Offline
                    K Offline
                    Keith Barrow
                    wrote on last edited by
                    #9

                    I can only find answers for WCF services, and it's been so long since I've touched plain SOAP services that I can't really help. Sorry.

                    Sort of a cross between Lawrence of Arabia and Dilbert.[^]
                    -Or-
                    A Dead ringer for Kate Winslett[^]

                    A 2 Replies Last reply
                    0
                    • K Keith Barrow

                      I can only find answers for WCF services, and it's been so long since I've touched plain SOAP services that I can't really help. Sorry.

                      Sort of a cross between Lawrence of Arabia and Dilbert.[^]
                      -Or-
                      A Dead ringer for Kate Winslett[^]

                      A Offline
                      A Offline
                      abbd
                      wrote on last edited by
                      #10

                      Hello, My web service modify the PDF File, in the input parameters i set the encoding base 64 of my original PDF but there are the excpetion when i try to get the encoding base 64 of my pdf modified. What is the difference between the asmx et wcf ? Thank you verry mutch.

                      modified on Sunday, December 26, 2010 2:11 PM

                      1 Reply Last reply
                      0
                      • K Keith Barrow

                        I can only find answers for WCF services, and it's been so long since I've touched plain SOAP services that I can't really help. Sorry.

                        Sort of a cross between Lawrence of Arabia and Dilbert.[^]
                        -Or-
                        A Dead ringer for Kate Winslett[^]

                        A Offline
                        A Offline
                        abbd
                        wrote on last edited by
                        #11

                        Hello, I test my web service with soapUI, my methos return the correct encode base 64. I call the web service correctly ? Thank you verry mutch.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups