unfortunately I’m getting the following error message since updating StudioX yesterday:
Main.xaml: (2) : error BC30652: Es ist ein Verweis auf die Assembly “System.Runtime.InteropServices, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” erforderlich, die den Typ “SecureString” enthält. Fügen Sie dem Projekt einen Verweis hinzu.
This error is connected to a SecureString containing the Password for SAP Login Activity that comes from local windows credential manager.
Before updating yesterday everything was working as expected, no errors.
@Anil_G
Thanks for your reply.
I deleted the GetUsername/Password activity as well as the variable containing username and password. I also deleted the SAP Login activity and saved everything.
After readding all activities the error is still the same.
If not as one more resort…try renaming the packages folder inside .nuget foldwr and then reopen the project.This is to make sure the packages are downloded again freshly
@Anil_G
No success with renaming the packages-Folder.
I cannot share the project itself but I will try to provide the screenshots (one by one due to forum restrictions:
Any ideas what the problem might be?
Maybe it’s a bug in the recent release of StudioX?
The problem even persists after rebuilding the process from scratch.
@Anil_G
I tried to install packages 22.4.X without success.
The error message is still the same but saying:
Main.xaml: (2) : error BC30652: Es ist ein Verweis auf die Assembly “System.Runtime.InteropServices, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” erforderlich, die den Typ “SecureString” enthält. Fügen Sie dem Projekt einen Verweis hinzu.
So the Interop version in the message is now 5.0.0.0 instead of 6.0.0.0 in the initial message.