Enable to run a build project

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 2 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
LapeyreProd
Posts: 3
Last visit: Wed Mar 27, 2024 1:24 am
Has voted: 1 time

Enable to run a build project

Post by LapeyreProd »

To help you better we need some information from you.

Product: PowerShell Studio 2021 (64 Bit)
Build: v5.8.196
OS: Windows 10 Enterprise (64 Bit)
Build: v10.0.18363.0

Hello,
I've developped a project that make some administration actions in active directory (add or remove users from groups, add or remove users from shared mailboxes).
But when I try to run the build (.exe) an error message appears (attached file).
The computer event log shows an error type SideBySide (attached file).
Can you please help us for executing the project ?
Thanks

DO NOT POST LICENSES, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM
Attachments
Error RUN PS.PNG
Error RUN PS.PNG (9.61 KiB) Viewed 3542 times
Event log.PNG
Event log.PNG (61.33 KiB) Viewed 3542 times
User avatar
brittneyr
Site Admin
Posts: 1654
Last visit: Wed Mar 27, 2024 1:54 pm
Answers: 39
Been upvoted: 30 times

Re: Enable to run a build project

Post by brittneyr »

Can you please upload your psbuild file and project here:
https://www.sapien.com/support/upload
Brittney
SAPIEN Technologies, Inc.
User avatar
Alexander Riedel
Posts: 8478
Last visit: Tue Mar 26, 2024 8:52 am
Answers: 19
Been upvoted: 37 times

Re: Enable to run a build project

Post by Alexander Riedel »

The generated manifest uses the output file name, which in your case uses French characters.
2022-01-28_15-41-36.png
2022-01-28_15-41-36.png (127.54 KiB) Viewed 3416 times
The XML does not understand these and causes this error. You can either specify your output file name without accented characters
or construct and provide a custom manifest for your application.
Alexander Riedel
SAPIEN Technologies, Inc.
LapeyreProd
Posts: 3
Last visit: Wed Mar 27, 2024 1:24 am
Has voted: 1 time

Re: Enable to run a build project

Post by LapeyreProd »

Hello Alexander,
I rename the project without accented caracters and I rebuild and it's OK for the exe file generated.
Sorry but in French langage we've many accented caracters and we usualy use them.
I'll remember next time to not use accented characters.
Thank you so much for help !
User avatar
Alexander Riedel
Posts: 8478
Last visit: Tue Mar 26, 2024 8:52 am
Answers: 19
Been upvoted: 37 times

Re: Enable to run a build project

Post by Alexander Riedel »

I understand that. My French is rather limited, but I am aware. We have made a note internally to evaluate if XML encoding these types of characters in a manifest helps.
Alexander Riedel
SAPIEN Technologies, Inc.
This topic is 2 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.