Download Silverlight Example Browser for offline use

Oystein Bjorke 10 lat temu 0
This discussion was imported from CodePlex

nickn3710 wrote at 2014-05-23 21:32:

Hi, Is there any way you could post the silverlight example browser online in such a way that I could download it and run it offline?

objo wrote at 2014-05-26 21:05:

What files do you need? I haven't tried this myself. If you use view source on http://oxyplot.org/ExampleBrowser/ you will find
http://oxyplot.org/ExampleBrowser/ExampleBrowser.xap
http://oxyplot.org/ExampleBrowser/Silverlight.js
http://oxyplot.org/ExampleBrowser/Index.html
I think this should be sufficient.
But the best way would probably be to clone the source code and build the Silverlight example browser yourself!

nickn3710 wrote at 2014-05-27 20:12:

Thank you. I downloaded those files and it worked.

I also downloaded the source code and tried to compile the ExampleBrowser. However, I kept getting errors indicating that my version of visual studio was insufficient. I am running Express 2012; is the professional version required to compile the ExampleBrowser?