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

Does not work on Windows 10 Iot #74

Closed
daninden opened this issue Nov 24, 2016 · 7 comments
Closed

Does not work on Windows 10 Iot #74

daninden opened this issue Nov 24, 2016 · 7 comments

Comments

@daninden
Copy link

daninden commented Nov 24, 2016

I installed the latest SharpCaster nuget package on a Windows 10 IOT background task project.
On ChromecastService.Current.StartLocatingDevices I get the following error:

Could not load file or assembly 'Rssdp.Portable, Version=2.0.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

The Rssdp.Portable.dll which is distributed in Rssdp-sharpcaster is version 1.0.0.12

@Tapanila
Copy link
Owner

Will check this during a weekend.

Were you trying this with Raspberry Pi?

@daninden
Copy link
Author

Yes, this is running on a Raspberry PI, it seems that it requires a newer version of the Rssdp.Portable library, which is not in the Sharpcaster dependancies (which is Rssdp-sharpcaster).

@Tapanila
Copy link
Owner

Tapanila commented Nov 24, 2016

I think I have wrong dependencies listed on the current nuget package that is published.

So will update the nuget package during a weekend

@daninden
Copy link
Author

It seems you updated the references (in the .csproj file).

..\packages\Rssdp.2.0.0.1\lib\portable-net45+win+wpa81+wp80\Rssdp.Native.dll True ..\packages\Rssdp.2.0.0.1\lib\portable-net45+win+wpa81+wp80\Rssdp.Portable.dll True

but did not change the Nuget dependancies.

@daninden
Copy link
Author

Thanks for the time, I will check for an update!

@Tapanila
Copy link
Owner

Released an updated nuget package.

@Tapanila
Copy link
Owner

Tapanila commented Jan 11, 2017

Verified this working with Windows 10 IoT on Raspberry Pi 3

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

2 participants