When I try to run the org chart example in the documentation of VisioPS, I receive the following error message:
--VISIO> $ Orgchart = import-visiomodel C:\temporary\orgchart.xml
--VISIO> $ Orgchart | Out-Visio
Out-Visio: The part of the version string is too short or long.
Online: 1 Character: 13
+ $ Orgchart | Out-Visio
+ ~~~~~~~~~
+ CategoryInfo: NotSpecified: (:) [Out-Visio] ArgumentException
+ FullyQualifiedErrorId: System.ArgumentException, VisioPowerShell.Commands.Out_Visio
I have tried using different arguments listed in the documentation for Out-Visio, but all have failed.
I am working with Windows 7, PowerShell 3.0 and VisioPS 1.2.205
Is supposed to be the example of documentation and not very complicated.
Please, can someone guide me on what I'm doing wrong.
Thank You.
Comments: Thanks saveenr. Now it look like it's working. I hope to use your module and get good results because I believe it's a nice tool. Thanks again. M. Secundino
--VISIO> $ Orgchart = import-visiomodel C:\temporary\orgchart.xml
--VISIO> $ Orgchart | Out-Visio
Out-Visio: The part of the version string is too short or long.
Online: 1 Character: 13
+ $ Orgchart | Out-Visio
+ ~~~~~~~~~
+ CategoryInfo: NotSpecified: (:) [Out-Visio] ArgumentException
+ FullyQualifiedErrorId: System.ArgumentException, VisioPowerShell.Commands.Out_Visio
I have tried using different arguments listed in the documentation for Out-Visio, but all have failed.
I am working with Windows 7, PowerShell 3.0 and VisioPS 1.2.205
Is supposed to be the example of documentation and not very complicated.
Please, can someone guide me on what I'm doing wrong.
Thank You.
Comments: Thanks saveenr. Now it look like it's working. I hope to use your module and get good results because I believe it's a nice tool. Thanks again. M. Secundino