I found it is possible to build IceSL with Silverlight 4 by changing the value of SLSDK_HOME to a Silverlight 4 appropriate value in Make.rules.mak.cs.
The only issue I ran into was that on line 70 in Make.common.rules.mak NMake encountered syntax error U1023 because in my new setup ICE_HOME contained spaces in the path. I had to add quotes.
Obviously, the new async syntax in ICE 3.4 is not available in IceSL, as it was designed for Silverlight 2.
Karl

Reply With Quote