最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

powershell - MetadataError: (:) [], ParentContainsErrorRecordException - Stack Overflow

programmeradmin0浏览0评论

I have a script which get file version, file type is .dll I had verified manually file version if it is available.

This is the script:

$version = ''
$file = Get-ChildItem $path
$version = $file.VersionInfo.FileVersion

Some times I get a output like this: 2023.3.0.8 and this is expected.

Some time I get below error:

Cannot convert value "2023.3.0.8" to type "System.Int32". Error: 
"Input string was not in a correct format."
+         $version = $file.VersionInfo.FileVersion
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : MetadataError: (:) [], 
ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RuntimeException
发布评论

评论列表(0)

  1. 暂无评论