Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference a dll in the Background process. #71

Open
nsandeep87 opened this issue Sep 30, 2018 · 0 comments
Open

Reference a dll in the Background process. #71

nsandeep87 opened this issue Sep 30, 2018 · 0 comments

Comments

@nsandeep87
Copy link

nsandeep87 commented Sep 30, 2018

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:

  1. 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") .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant