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.
Marked as answer by Nimay11 on Sep 13, 2007 02:49 AM
Nimay11
Member
661 Points
238 Posts
Datatable Visualizer Privileges
Sep 11, 2007 12:06 AM|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
Benson Yu - ...
All-Star
34797 Points
2497 Posts
Re: Datatable Visualizer Privileges
Sep 13, 2007 02:42 AM|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.
Nimay11
Member
661 Points
238 Posts
Re: Datatable Visualizer Privileges
Sep 13, 2007 02:50 AM|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