Is it not working when you run your project (F5) or is it not working when you package it as an executable? You say 'compiled' so I just need to clarify.
It is ever reaching the code to install? Have you tried putting a breakpoint on the line to see?
Search found 1329 matches
- Thu Feb 02, 2023 7:09 am
- Forum: PowerShell Studio
- Topic: Powershell command not work when compiled
- Replies: 2
- Views: 551
- Wed Feb 01, 2023 7:52 am
- Forum: PowerShell GUIs
- Topic: Using DevExpress WinForm Assemby from the Toolbox?
- Replies: 1
- Views: 226
Re: Using DevExpress WinForm Assemby from the Toolbox?
As of the latest build, the support of third-party assemblies is not available in the designer.
There is a feature request for this functionality. We will look into adding this to our to-do list soon.
There is a feature request for this functionality. We will look into adding this to our to-do list soon.
- Tue Jan 31, 2023 7:03 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 5
- Views: 1074
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Please try service build 5.8.217 and let me know if you are still having issues.
- Mon Jan 30, 2023 7:25 am
- Forum: PowerShell GUIs
- Topic: System.IdentityModel.Tokens.Jwt Error
- Replies: 7
- Views: 3153
Re: System.IdentityModel.Tokens.Jwt Error
If you are getting a different error, please post the new error message here. If it's the same error, make sure your versions of assemblies loading match the version in the error message. Your previous error was unable to find this assembly: https://www.nuget.org/packages/System.IdentityModel.Tokens...
- Fri Jan 27, 2023 9:15 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 5
- Views: 1074
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Can you please open your snippets in our Snippet Editor, verify the information is correct along with making sure a Shortcut is specified, then save. There has been changes since 2017 that may have affected loading older snippets in PrimalSense. You may need to restart PowerShell Studio in order for...
- Fri Jan 27, 2023 7:05 am
- Forum: PowerShell Studio
- Topic: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
- Replies: 5
- Views: 1074
Re: PrimalSense in PS Studio 2023 Not Showing Custom Snippet Shortcuts in Script
Thank you for reporting. I've been able to reproduce this behavior and have informed the development team. When I have more information, I'll post here.
- Thu Jan 26, 2023 7:28 am
- Forum: PowerShell
- Topic: HELP !!!!!
- Replies: 1
- Views: 555
Re: HELP !!!!!
Please refer to the following article:
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
https://www.sapien.com/blog/2021/11/22/ ... -what-now/
- Thu Jan 26, 2023 7:25 am
- Forum: PowerShell Studio
- Topic: Details on Start sequence and use of Startup.pss and globals.ps1
- Replies: 4
- Views: 1202
Re: Details on Start sequence and use of Startup.pss and globals.ps1
The script that is generated when you run in PowerShell Studio vs when you are packaging is the same other than the name. For packaging, the script generated is name ProjectName.package.ps1. When running, it is named ProjectName.Run.ps1. I'm not sure what your buttons that are not working are suppos...
- Wed Jan 25, 2023 3:35 pm
- Forum: PowerShell Studio
- Topic: Studio freezes at random times Cont.
- Replies: 17
- Views: 13945
Re: Studio freezes at random times Cont.
The original post was for service build 5.8.203. Has this been a consistent issue for you in builds since service build 5.8.203? Do you remember if you experienced the behavior before that?
Also, does this ever occur with files not saved on your network?
Also, does this ever occur with files not saved on your network?
- Mon Jan 23, 2023 8:10 am
- Forum: Former and Future Customers - Questions
- Topic: TypeNotFound when referencved in module file
- Replies: 1
- Views: 1421
Re: TypeNotFound when referencved in module file
Can you please run your script in the console (Ctrl + F8) then copy and paste the error output here?