Search found 1361 matches

by brittneyr
Mon Mar 20, 2023 7:18 am
Forum: PowerShell Studio
Topic: RSEE64 fails with pdm.dll failed to register
Replies: 3
Views: 1811

Re: RSEE64 fails with pdm.dll failed to register

The only Microsoft Visual C++ Redistributable runtime needed should be the 2015-2022 x64 version from here:
https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170
by brittneyr
Mon Mar 20, 2023 7:11 am
Forum: PowerShell Studio
Topic: External dot referenced files not being included in packaged exe
Replies: 1
Views: 436

Re: External dot referenced files not being included in packaged exe

We will look into this and get back to you soon.
by brittneyr
Tue Mar 14, 2023 2:13 pm
Forum: PowerShell Studio
Topic: Problem with the SAPIENCommandLine tool on PS Studio 2023
Replies: 1
Views: 1362

Re: Problem with the SAPIENCommandLine tool on PS Studio 2023

I've been able to reproduce this behavior and have filed a bug report for the development team. I'll update you when I have more information.
by brittneyr
Wed Mar 08, 2023 12:19 pm
Forum: PowerShell Studio
Topic: Intellisense/Caching problem, loading assembly
Replies: 6
Views: 5050

Re: Intellisense/Caching problem, loading assembly

Are your files ClassZ.ps1 and EnumA.ps1 Build setting set to 'Include' or 'Content'?

From your previous upload, I'm not able to reproduce this behavior when the project files Build setting is set to 'Include':
SPS_BuildSetting.png
SPS_BuildSetting.png (16.12 KiB) Viewed 2811 times
by brittneyr
Wed Mar 08, 2023 12:09 pm
Forum: PowerShell Studio
Topic: File search feature
Replies: 2
Views: 2350

Re: File search feature

Please try updating to the latest build and let me know if you are still experiencing this behavior.

Were you experiencing this prior to build 5.8.213?
by brittneyr
Tue Mar 07, 2023 7:41 am
Forum: PowerShell Studio
Topic: PowerShell Studio and creating new scripts
Replies: 1
Views: 3306

Re: PowerShell Studio and creating new scripts

As of the latest build (5.8.218), this is the intended process. We can look into making this more efficient in a future release.
by brittneyr
Tue Feb 28, 2023 8:16 am
Forum: PowerShell Studio
Topic: Intellisense/Caching problem, loading assembly
Replies: 6
Views: 5050

Re: Intellisense/Caching problem, loading assembly

As per the issue discussed in your other post (viewtopic.php?p=84249#p84249),
please remove the references in the assemblies dialog and move your Add-Type references to the top of your Startup.pss file.
by brittneyr
Tue Feb 28, 2023 8:14 am
Forum: PowerShell Studio
Topic: LoadFile-Problem in Form project: "Absolute path information is required."
Replies: 4
Views: 3875

Re: LoadFile-Problem in Form project: "Absolute path information is required."

Thank you for reporting. There is a bug when adding assemblies to a project's Startup.pss file. I have reported the bug to the development team and will update you when I have more information. For the time being, please remove the references in the Assemblies dialog and stick to manually adding the...
by brittneyr
Tue Feb 28, 2023 8:10 am
Forum: PowerShell Studio
Topic: Startup.pss and Globals.ps1 not running with project
Replies: 1
Views: 2990

Re: Startup.pss and Globals.ps1 not running with project

When packaging a project, the project is exported to a single script file (called ProjectName.package.ps1) that combines the Startup.pss, Globals.ps1, and MainForm.psf. Files that a combined into this script have a project file setting of 'Include'. This can be set from the Properties Panel with the...