I'm working on an interface for an app that I run locally (this needs to be able to run offline), and I want to use Silverlight's UI. I use certain references (specifically, Microsoft.Win32) in my .NET app which are not supported by the Silverlight framework, however. I want to not only use these assemblies, but somehow put a Silverlight-compatable presentation layer on top of it.
It seems like an unreasonable request, but I've been reading recently about Silverlight 4 and access portability and it seems like something like this should be possible. Am I wrong, here? If not, how would I go about implementing this?
Thank you in advance.