sensaura-public / iotweb

A simple HTTP and WebSocket server component for Windows 10 IoT Core and .NET 4.5
39 stars 22 forks source link

Running the Webserver in a Background Task #13

Open Chaeben opened 6 years ago

Chaeben commented 6 years ago

Hello,

First I want to say, that you are doing great work and I like your Webserver on my Raspberry running Windows IoT. I tested the Webserver in headed mode and wanted to port that to a background app. I encounter the error below:

System.IO.FileLoadException: 'Could not load file or assembly 'WebserverTask, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'. Operation is not supported. (Exception from HRESULT: 0x80131515)'

If you have any advise or work around i would be happy.

Best Regards

Chaeben