Datatable Visualizer Privileges

Last post 09-12-2007 10:50 PM by Nimay11. 2 replies.

Sort Posts:

  • Datatable Visualizer Privileges

    09-10-2007, 8:06 PM
    • Member
      645 point Member
    • Nimay11
    • Member since 09-03-2007, 6:58 PM
    • Gold Coast
    • Posts 224

    Hi All,

         In my VS IDE, when i debug my application and in particular when I want to see my Datatable Visualizer , I am shown the following error messagebox....

    Error " The application you are debugging has insufficient privileges to allow the use of custom visualizers. Please see the documentation for the list of required privileges."

    Please can anyone help me out with this feature of debugging. It is very handy if you can see your datatable visualizer, so that you can know at runtime what is your datatable object populated with

     

    Thanking in advance,
     

    Love to work,
    Nimesh

    "The best way to learn is by practicing"
    Please mark the post as answer if it has helped you
  • Re: Datatable Visualizer Privileges

    09-12-2007, 10:42 PM
    Answer

    Hi Nimesh,

    To load the visualizer, we should run the code with full trust level. Please modify the trust element in web.config. For example, please refer to the following section:

        <system.web>
            ……
            <trust level="Full"/>
            ……
        </system.web>

     

    Sincerely,
    Benson Yu
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
  • Re: Datatable Visualizer Privileges

    09-12-2007, 10:50 PM
    • Member
      645 point Member
    • Nimay11
    • Member since 09-03-2007, 6:58 PM
    • Gold Coast
    • Posts 224

     Hi Benson,

            Thanks for your help. I had figured it out before but still appreciate your help dear.

    Enjoy
     

    Love to work,
    Nimesh

    "The best way to learn is by practicing"
    Please mark the post as answer if it has helped you
Page 1 of 1 (3 items)