Trying to build Silverilght Project with Silverlight SDK references

Meisam Emamjome's Avatar

Meisam Emamjome

20 Nov, 2014 03:21 PM

I'm trying to build silverlight project with SDK references. In the project file I'm giving the following hint paths:

      <HintPath>C:\Program Files (x86)\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.Windows.Controls.Toolkit.dll</HintPath>
      <HintPath>$(MSBuildProgramFiles32)\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.Windows.Controls.Toolkit.dll</HintPath>

Still cannot find the reference.

:(

How can I solve this problem? Is there any document for the location of software installed on the worker machines.

  1. Support Staff 1 Posted by Feodor Fitsner on 20 Nov, 2014 06:46 PM

    Feodor Fitsner's Avatar

    It looks like it's part of Silverlight Toolkit http://silverlight.codeplex.com/ rather than Silverlight SDK.

    I'd just include that library to the repository without relaying it to be installed on build machine.

  2. Support Staff 2 Posted by Feodor Fitsner on 20 Nov, 2014 06:57 PM

    Feodor Fitsner's Avatar

    OK, after installing Silverlight 5 Toolkit - December 2011 on my dev machine I can see System.Windows.Controls.Toolkit.dll in C:\Program Files (x86)\Microsoft SDKs\Silverlight\v5.0\Toolkit\dec11\Bin folder.

    Try including Toolkit assemblies into repository, but if that doesn't work we'll deploy Dec 11 toolkit to build image.

  3. 3 Posted by Meisam Emamjome on 21 Nov, 2014 10:23 AM

    Meisam Emamjome's Avatar

    I will try. Looks like that is a problem on my end. I will try with multiple hint paths to comeup with the correct solution.

    Thanks,

  4. Support Staff 4 Posted by Feodor Fitsner on 21 Nov, 2014 06:28 PM

    Feodor Fitsner's Avatar

    Yeah, I meant just check-in System.Windows.Controls.Toolkit.dll and other Toolkit assemblies into repository, say, under Lib folder and reference from there.

  5. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac