Page 2 of 3

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Mon Dec 17, 2018 11:29 pm
by Alexander Riedel
Ah ha. Please let us know what .NET runtimes you have installed and what Visual C++ runtime versions.
Normally the installer would take care of installing the latest versions but it seems you are missing a part somewhere since it cannot load the interface dll for PowerShell V5 but it can load the one for V2 (at least the 32 bit one)

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Wed Dec 19, 2018 7:15 am
by IT-Ferag
Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030
Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.61030
Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501
Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.30501
Microsoft Visual C++ 2017 Redistributable (x64) - 14.16.27012
Microsoft Visual C++ 2017 Redistributable (x86) - 14.16.27012

Installed .NET Frameworks:
2.0.50727.4927
3.0.30729.4926
3.5.30729.4926
4.7.2

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Mon Jan 07, 2019 6:21 am
by IT-Ferag
Any News on this issue? The Problem still persists.

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Fri Jan 25, 2019 5:40 am
by Alexander Riedel
Please check if CacheEdit64.exe can be launched on this machine.

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Thu Jan 31, 2019 11:42 pm
by IT-Ferag
CacheEdit64.exe is running without a Problem.

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Fri Feb 01, 2019 6:49 am
by davidc
You can use the CacheEdit tool to manually create the V5 cache. It is located in the following path:

C:\Program Files\SAPIEN Technologies, Inc\PowerShell Studio 2019\CacheBuilder64\CacheEdit64.exe


In the version combo box, select the <Add new PowerShell version...> option:
Cache Edit Add version.png
Cache Edit Add version.png (43.23 KiB) Viewed 3811 times

Then select V5 from the list and press OK:
CacheEdit - Add Version Dialog.png
CacheEdit - Add Version Dialog.png (6.59 KiB) Viewed 3811 times

Then you can update the cache by checking which versions of the modules you wish to use.

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Sun Feb 03, 2019 9:44 pm
by IT-Ferag
In the Combo Box I only have the Entry PowerShell32V2

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Tue Feb 05, 2019 8:10 am
by davidc
Please update to v5.6.158 build of PowerShell Studio and then you should be able to see the "Add new PowerShell version..." option in the combobox.

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Wed Feb 06, 2019 4:20 am
by IT-Ferag
I updated to v5.6.158 and I was able to create a new Powershell Version "PowerShell64V5". After Restarting of Powershell Studio I could see this new Version in the Combo Box.
But when I add some Modules using the Cache Editor and then restart Powershell Studio I could see these Modules until the Message "Completed Cache Information" appears. After this, all defined Modules are gone and the List is empty.

Re: Only Entry "V2 - 32Bit" after Upgrading

Posted: Wed Feb 06, 2019 7:40 am
by davidc
Can you zip and upload the cache files once again?

C:\Users\David\AppData\Roaming\SAPIEN\CachedData 2.1\Local Machine

https://www.sapien.com/auth/other/support/upload

And if you can, include a list of the modules installed on your machine:

Code: Select all

Get-Module -ListAvailable
Thank you,