Skip to main content
Participant
November 20, 2025
Answered

I can't open my current project, It says thai It was created on a new version. I have the last!

  • November 20, 2025
  • 3 replies
  • 129 views

I can't open my current project, It says thai It was created on a new version. I have the last!
I have the 25.6.1 windows version and I can't open the project I was working yesterday. What happend?

Correct answer Kevin-Monahan

Hi,

See this forum post for full details: https://adobe.ly/4i8Nhrs.

 

Sorry for the hassle.

 

Thanks,

Kevin

 

3 replies

Known Participant
November 20, 2025

Fix Script PowerShell for you project

Add-Type -AssemblyName System.IO.Compression.FileSystem

Get-ChildItem -Filter *.prproj | ForEach-Object {
$in=$_.FullName
$out=Join-Path $_.DirectoryName ($_.BaseName + "_downgrage.prproj")

$fs=[IO.File]::OpenRead($in)
$gz=New-Object IO.Compression.GZipStream($fs,[IO.Compression.CompressionMode]::Decompress)
$r =New-Object IO.StreamReader($gz,[Text.Encoding]::UTF8)
$xml=$r.ReadToEnd()
$r.Close();$gz.Close();$fs.Close()

# БЕЗ третього аргумента – замінює всі входження
$xml = $xml.Replace('Version="44"','Version="43"')

$ofs=[IO.File]::Create($out)
$ogz=New-Object IO.Compression.GZipStream($ofs,[IO.Compression.CompressionMode]::Compress)
$w =New-Object IO.StreamWriter($ogz,[Text.Encoding]::UTF8)
$w.Write($xml)
$w.Close();$ogz.Close();$ofs.Close()

Write-Host "Done $out"
}

Kevin-Monahan
Community Manager
Kevin-MonahanCommunity ManagerCorrect answer
Community Manager
November 21, 2025

Hi,

See this forum post for full details: https://adobe.ly/4i8Nhrs.

 

Sorry for the hassle.

 

Thanks,

Kevin

 

Kevin Monahan - Sr. Community and Engagement Strategist – Adobe Pro Video and Audio
Peru Bob
Community Expert
Community Expert
November 20, 2025

Install the Beta version and it will open there.

Participant
November 20, 2025

Where do you find it?

Peru Bob
Community Expert
Community Expert
November 20, 2025

It's in the CC app.

Stan_Ceha
Participant
November 20, 2025

I have the same problem

Participant
November 20, 2025

I tried some ways from Youtube but the problem is the same. I have a lot of projects to work with and I can't