views:

33

answers:

1

I get this warning but cannot find an explicit reference to the mentioned assembly.

Could not load file or assembly 'System.Reactive, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=1b331ac6720247d9' or one of its dependencies. 
The system cannot find the file specified.

Google tells me this is something to do with the Reactive Framework and this blog entry suggests the problem has to do with early versions of the Silverlight Toolkit bundling 1.0.0.0

Does anyone know how to get rid of this warning? Perhaps I should remove the Silverlight Toolkit, then install the current version? Or possibly I should get the toolkit source and make the reference less version specific?

A: 

Install the latest Silverlight Toolkit then install the Reactive Extensions for Silverlight

Paul Betts
Bizarre. An easy fix, though. Thank you.
Peter Wone