kowalej / BlueMuse

Windows 10 app to stream data from Muse EEG headsets via LSL (Lab Streaming Layer).
GNU General Public License v3.0
192 stars 33 forks source link

Error - while building LSLBridge #68

Open swatimshah opened 1 month ago

swatimshah commented 1 month ago

I am trying to build the BlueMuse project in Visual Studio. I am getting below error message The type forwarder for type 'Windows.ApplicationModel.AppService.AppServiceConnection' in assembly 'Windows' causes a cycle.

This error arises while building LSLBridge project.

I am performing the following steps:

Could you please let me know where I am possibly going wrong? Thanks in advance!

swatimshah commented 1 month ago

I could figure out a solution for successful build after going through the issue 44. In essence I added the following two packages in "LSLBridge.csproj" and things started building fine (of course after creating a certificate).

`

C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0\Windows.Foundation.UniversalApiContract\10.0.0.0\Windows.Foundation.UniversalApiContract.winmd

C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0\Windows.Foundation.FoundationContract\4.0.0.0\Windows.Foundation.FoundationContract.winmd

`