UML diagram shapes missing on Visio 2013
Asked Answered
J

10

68

I have installed Visio 2013 Standard and I'm trying to create an UML diagram.

I choose the "UML class" template but when it opens, the Shapes panel is empty. As recomended, I go to "More Shapes" menu, but cannot find anything related to UML.

Have anyone had this problem and got a solution?

Thanks

Jarrodjarrow answered 25/4, 2013 at 13:36 Comment(0)
D
35

Software & Database is usually not in the Standard edition of Visio, only the Pro version.

Try looking here for some templates that will work in standard edition

Disposed answered 9/9, 2013 at 9:27 Comment(5)
Do you know if this has any compatibility issues with users that have the Pro version? Say, if I create a diagram with those shapes, and it's opened later using Visio Pro for editing? Am I right in thinking they're different or custom shapes than the ones Visio Pro offers?Covert
You can also use this website softwarestencils.com/uml/#Visio2013 to download and manually install the UML 2.5 stencils and templatesFp
Visio 2013 Pro doesn't contain UML MODEL DIAGRAMGynandry
This is buggy behaviour from Microsoft: they should either provide the template (with the shapes!) or not at all. As per @Covert question above, what happens if create a series of UML diagrams in Pro - can standard open it and/or manipulate it?Maculate
This is a bug, you have all these templates to choose from which are currently broken in the Standard Edition.Cowshed
W
28

I had the same problem with Visio 2016. I have the standard license. I think it is very strange that you can select a "UML Sequence" template when you search for it but it then opens a blank canvas without shapes. So you don't see anything and can't select the shapes under the "More Shapes" window on the side.

So I searched the shapes in the installation directory of Visio. I found in the directory C:\Program Files\Microsoft Office\Office16\Visio Content\1033 a couple of Sequence diagram templates (ie: BASIC_UMLSEQUENCE_M.VSTX). They are using the stencil USEQME_M.vssx. I found that out by right clicking the shapes in the left window and select "Save as". I saved them in "My Documents" under "My Shapes" just like custom shapes. I can than use them in any new document that I want.

Note the capital M or U in the name of the template or stencil for US Units or Metric Units. I'm from the Netherlands so I'm using the M version.

A not really friendly way to get the shapes. But it works.

Wynnie answered 1/8, 2017 at 9:19 Comment(3)
In my installation I found them under C:\Program Files (x86)\Microsoft Office\Office15\Visio Content\1033Orientate
This depends of course on which version you are using. I think you are using Visio 2013?Wynnie
This was useful. I faced similar issue with visio 2016 as well.Independent
F
16

Microsoft is moving away from software and database diagramming using Visio and instead transitioning into Visual Studio. See the "Modeling" Projects. Component Diagrams, Sequence Diagrams, Use Cases, Layer Diagrams are all part of the modeling project. While I am experimenting with it (but question its viability), you can generate code from the models creating in the code generation sense.

See also this post Pet Shop Models as well as the MSDN documentation: Modeling the Architectural

Here's what I have available in vs2013 ultimate Pet Shop Project

Fp answered 3/9, 2014 at 20:32 Comment(2)
But now it was removed from visual studio 2017Henleyonthames
Removed from VS 2017 here is the article.Donau
B
10

Microsoft Visio 2013 Standard Edition does not provide UML shapes, you have to upgrade to Microsoft Visio 2013 Professional.

Visio 2013 Professional

Beverly answered 29/4, 2013 at 22:42 Comment(1)
I have Visio 2013 Pro and it doesn't contain UML MODEL DIAGRAMGynandry
D
7

CTRL+N-- to open a new document.

Right Edge find "MORE SHAPES" then "SOFTWARES AND DATABASES" and finaly "SOFTWARES". All UML DIAGRAMS are available here.

Decipher answered 25/4, 2013 at 14:1 Comment(4)
"Softwares and Databases" option is not available. Is there anything I can do to make it appear?Jarrodjarrow
U can search for it online and get it...Just use the search tool box and search for UML daigramsDecipher
Software & Database is usually not in the Standard edition of Visio, only the Pro version.Disposed
It's interesting that Vision allows creating a class diagram, but provides no stensils..Wildawildcat
G
5

Please check this KB article : http://support.microsoft.com/kb/2259709 This issue occurs because Visio 2013 uses new UML and database modeling templates that are not used by Visio 2010 or by earlier versions of Visio. And it applies to both :

"Microsoft Visio Professional 2013" and "Microsoft Visio Standard 2013"

So upgrading to Pro might not help as well.

Galina answered 17/12, 2014 at 7:55 Comment(0)
G
4

If you don't find Stencils you can locate them in your install location. C:\Program Files\Microsoft Office\Office15\Visio Content\1033 for UML Sequcen Stencies you can open

Gametangium answered 23/11, 2015 at 19:41 Comment(0)
G
3

If you don't see stencils creating new document with a template you may open the template directly. In my case they are located at 'C:\Program Files\Microsoft Office\Office15\Visio Content\1049\' Last foler name varies regarding locale, I guess. UML template is named 'DBUML_M.VSTX'

Gooseflesh answered 23/11, 2015 at 14:15 Comment(0)
C
1

I think because it's Standard's ver.

I don't know if you write your code in VS. But if you did, just go to ARCHITECTURE - new Diagram. & choose yours, & the VS 'll take the care of the rest :)

Clementina answered 29/4, 2013 at 22:50 Comment(1)
Architecture projects / UML diagramming in Visual Studio is available only for Ultimate Editions. So, if you do not have Visual Studio Ultimate, you wont be able to create UML diagram from Visual Studio.Whaleboat
R
1

If you are looking for UML sequence diagrams, try searching for UML Sequence in the search box and add them.

  • Search for UML Sequence in the search box -> Select all shapes and add to My shapes (user defined name).

You can either browse through My shapes to access them. They will be available in the in the sidebar nevertheless once you search.

Renowned answered 9/9, 2015 at 0:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.