Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Thanks in advance

How can i view /Generate DGML in visual Studio 2010 Professional for a VB project?
Posted
Updated 23-Dec-11 22:15pm
v2

1 solution

As I understand your question :
Open your VS2010.
Click View > Architecture Explorer
Then click the first button in opened toolbar whose hint is : "Create a new graph document from all ..."
Right click on newly opened document and click on View DGML
You will see the DGML.
Add this line:
HTML
<Link Source="a" Target="b"></Link>

to the Links section. and go to Graph1.dgml wich is updated with two new nodes.
For other option in dgml use google to find more.

Hope it helps.
 
Share this answer
 
Comments
εїзεїзεїз 24-Dec-11 3:58am    
Thanks for the answer but actually some how "Architecture Explorer sub Menu" is missing in the View menu, is there any thing i have to do to switch it on , like any option /Preference or something
Amir Mahfoozi 24-Dec-11 4:01am    
It should be there. May be its something related to your version. Mine is Ultimate version.
εїзεїзεїз 24-Dec-11 4:15am    
Mine is Professional :@
Amir Mahfoozi 24-Dec-11 4:21am    
According to this page : http://www.microsoft.com/visualstudio/en-us/products/2010-editions/product-comparison it's only available in ultimate edition :(
εїзεїзεїз 24-Dec-11 4:46am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900