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
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:
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.
Member
438 Points
236 Posts
Datatable Visualizer Privileges
Sep 10, 2007 08:06 PM|Nimay11|LINK
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,
Nimesh
"The best way to learn is by practicing"
Please mark the post as answer if it has helped you
All-Star
30432 Points
2481 Posts
Re: Datatable Visualizer Privileges
Sep 12, 2007 10:42 PM|Benson Yu - MSFT|LINK
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>
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.
Member
438 Points
236 Posts
Re: Datatable Visualizer Privileges
Sep 12, 2007 10:50 PM|Nimay11|LINK
Hi Benson,
Thanks for your help. I had figured it out before but still appreciate your help dear.
Enjoy
Nimesh
"The best way to learn is by practicing"
Please mark the post as answer if it has helped you