You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use a dll in my UWP app. I have created a bridge (followed the example AppServiceBridgeSample). It contains a BackgroundProcess which is c# console application. UWP uses the bridge to communicate with console application.
Issue:
If I reference a dll in BackgroundProcess , I get the error "System.IO.FileException, Could not load assembly or File", when I am running the UWP app.
Please let me know what is the right way to add a dll in BackgroundProcess so that we can use it the UWP app.
PS: The Background process with the dll works fine when run as standlone application. But when communicating via the Bridge, the above exception is thrown ( "System.IO.FileException, Could not load assembly or File") .
The text was updated successfully, but these errors were encountered:
Hi,
I want to use a dll in my UWP app. I have created a bridge (followed the example AppServiceBridgeSample). It contains a BackgroundProcess which is c# console application. UWP uses the bridge to communicate with console application.
Issue:
Please let me know what is the right way to add a dll in BackgroundProcess so that we can use it the UWP app.
PS: The Background process with the dll works fine when run as standlone application. But when communicating via the Bridge, the above exception is thrown ( "System.IO.FileException, Could not load assembly or File") .
The text was updated successfully, but these errors were encountered: