Hey, Trying to build the ?Silverlight Debug? target fails on a fresh checkout. Apparently it''s still trying to use the desktop mscorlib. Anything I missed? -- Jb Evain <jb at nurv.fr>
It looks for silverlight in C:\Program files\Microsoft Silverlight \2.0.xxxxx.x\, which can change depending on the version of SL you have installed. It does this so you can build for SL without having the SLTools installed. I suspect we have the version of SL wrong in those project files. ~Jimmy Sent from my phone On Mar 26, 2009, at 7:31 AM, "Jb Evain" <jb at nurv.fr> wrote:> Hey, > > Trying to build the ?Silverlight Debug? target fails on a fresh > checkout. Apparently it''s still trying to use the desktop mscorlib. > > Anything I missed? > > -- > Jb Evain <jb at nurv.fr> > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >
On 3/26/09, Jimmy Schementi <Jimmy.Schementi at microsoft.com> wrote:> It looks for silverlight in C:\Program files\Microsoft Silverlight > \2.0.xxxxx.x\, which can change depending on the version of SL you > have installed. It does this so you can build for SL without having > the SLTools installed. I suspect we have the version of SL wrong in > those project files.Right: <SilverlightSdkPath>..\..\..\..\..\..\Merlin\Main\Utilities\Silverlight\x86ret\</SilverlightSdkPath> -- Jb Evain <jb at nurv.fr>
Ah yes, a change hasn''t gone through TFS yet which builds out of that location if it exists, otherwise goes out of program files. Easiest thing you can do for now is create that directory, and copy the Silverlight binaries from program files into there. Then it should build. ~js ________________________________________ From: ironruby-core-bounces at rubyforge.org [ironruby-core-bounces at rubyforge.org] on behalf of Jb Evain [jb at nurv.fr] Sent: Thursday, March 26, 2009 9:20 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Silverlight Debug out of the box. On 3/26/09, Jimmy Schementi <Jimmy.Schementi at microsoft.com> wrote:> It looks for silverlight in C:\Program files\Microsoft Silverlight > \2.0.xxxxx.x\, which can change depending on the version of SL you > have installed. It does this so you can build for SL without having > the SLTools installed. I suspect we have the version of SL wrong in > those project files.Right: <SilverlightSdkPath>..\..\..\..\..\..\Merlin\Main\Utilities\Silverlight\x86ret\</SilverlightSdkPath> -- Jb Evain <jb at nurv.fr> _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core