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:



Where Are You Mr. System.Web.UI.Design?

I was developing a custom web control that I planned on consuming in a WebPart, and I had some control properties that required a reference to an image. So I had:

C#:
  1. [Editor(typeof(ImageUrlEditor), typeof(UITypeEditor))]

in my property decorations.

Well, using the ImageUrlEditor class in order to prompt a UI for selecting an image requires a reference to System.Web.UI.Design. I add my using construct, but low and behold compilation errors are flying because I am missing a reference. A reference to what? What the? I have the System.Web assembly referenced!

One would think that Microsoft would have put System.Web.UI.Design in, ohhhh, I don't know, the System.Web assembly reference? That reference hierarchy sorta makes sense to me.

But, instead it is System.Design.

Bah!

:)

  • Share/Bookmark

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment