Trying to build Silverilght Project with Silverlight SDK references
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.
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
Support Staff 1 Posted by Feodor Fitsner on 20 Nov, 2014 06:46 PM
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.
Support Staff 2 Posted by Feodor Fitsner on 20 Nov, 2014 06:57 PM
OK, after installing Silverlight 5 Toolkit - December 2011 on my dev machine I can see
System.Windows.Controls.Toolkit.dll
inC:\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 Posted by Meisam Emamjome on 21 Nov, 2014 10:23 AM
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,
Support Staff 4 Posted by Feodor Fitsner on 21 Nov, 2014 06:28 PM
Yeah, I meant just check-in
System.Windows.Controls.Toolkit.dll
and other Toolkit assemblies into repository, say, underLib
folder and reference from there.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.