About      |       Articles      |      Services      |      Software      |      Contact

Latest Free SharePoint Software

ARB Security Solutions regularly releases free SharePoint software, including WebParts, Client Applications, Framework Extensions, and other Miscellaneous Components.
The most recent freeware is:

Title: Simple SharePoint Rollup WebPart
Date Published: 10/22/2009

Previous Two Free WebPart Releases:

SecureCenter For SharePoint

By SharePoint security integrators, for SharePoint security integrators.

SharePoint Security Assurance Program™

For externally facing SharePoint deployments, security is an acutely important deployment concern. Learn how through daily security scanning, you can ensure external business users and partners that they can collaborate in confidence!

Security Assurance WebPart:



Using The TestResultsRoot Property Correctly In SharePoint Builds

The TestResultsRoot property which is responsible for acting as the storage medium or test results is a powerful property when constructing SharePoint builds. A common mistake that is made is when copying a SharePoint assembly to the output folder of a Unit Test during a custom Build that property will appear invalid.

The solution for this is fairly straightforward, because 9 times out of 10 it comes down to the property being accessed out of the build scope. To correct it, simply adjust the Target element to be dependent on the BeforeTest target:

XML:
  1. <Target Name="CopyFiles" DependsOnTargets="BeforeTest">
  2. </Target>

  • Share/Bookmark

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment