Hi Greg, Do you mean if i want to use SS4 i need to change my code base? If so I don't mind using 3 until this has been resolved. I don't fully understand the workaround either. Is there a reference that i can look at?
Thanks Craig On Fri, Feb 11, 2011 at 10:08 AM, Greg Keogh <[email protected]> wrote: > For the moment my workaround is to async Read ZIP files from the web > server, unzip them on the SL client side and add them as assemblies. This is > working on my Win7 dev machine and the Win2003 server. Luckily C1 supply a > class to make unzipping quite easy. > > > > I also found out why my error logging was vanishing ... deep inside the > code where I send a buffer of logging objects to the web server I found I > was attempting to serialize an Exception (actually a WebException), which > threw an error in the error logging, which was then swallowed and vanished. > So don't attempt to stupidly serialize core CLR objects back to the full CLR > server. > > > > Greg > > _______________________________________________ > ozsilverlight mailing list > [email protected] > http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight > >
_______________________________________________ ozsilverlight mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight
