Error BC30652 System.Runtime.InteropServices after Update yesterday

Hi,

As workaround, can you try to modify your xaml file with notepad as the following step? Similar problem (secure string and System.Runtime.InteropServices) have been solved by this.

  1. Close Studio
  2. Copy your xaml file(Main.xaml?) to other place for backup
  3. Open your xaml using Notepad (or any text editor)
  4. Add the following element inside <sco:Collection x:TypeArguments="AssemblyReference">
    (There are many AssemblyReference elements)

<AssemblyReference>System.Runtime.InteropServices</AssemblyReference>

  1. Save it
  2. Launch Studio, then open the project.

Regards,

3 Likes