Microsoft Edge WebView2 Runtime

Dynamic versions are not working.

PROGRESS: Reading web response completed. (Number of bytes read: 130254) - Reading web response

New-DynamicVersion: 
Line |
  19 |  …    Versions = @(New-DynamicVersion -Uri $Uri -Version $LatestVersion)
     |                                                          ~~~~~~~~~~~~~~
     | Cannot bind argument to parameter 'Version' because it is null.

e[32;1mVersionse[0m
e[32;1m--------e[0m
{}

I reported this as a bug yesterday. I think we could just get the latest Edge version and use that as the latest WebView2 version.

1 Like

It appears the page we were scraping the version from has changed and our dynamic version script was no longer able to obtain a version from the page.
We have adjusted the software to use a static version for now to get the deployment working again while we review a possible new dynamic version script.

2 Likes