Monthly Archives: February 2012

Custom Error Page with Log Support Ticket Link for SharePoint 2010

We’ve all seen it; the SharePoint 2010 error message with its bold red X yelling at us that we have done something terribly wrong (like it’s our fault!). Every time I see it I think of the Tommy Boy line “What’d you do!!?”

Posted in Configuration | Tagged | 1 Comment

Missing EXE Extension for IE Downloads

I was recently working with one of our client’s websites to switch their downloads to an external Content Delivery Network (CDN). After making the transition, we started seeing a strange behavior in IE when downloading an EXE file… the extension was missing. The odd thing was that all the other browsers we tested worked correctly.

Posted in Internet Explorer | Leave a comment

SharePoint Feature Receiver code for bin deployments

NOTE:  If your feature receiver code needs to access the main Presentation assembly, you will receiver an error saying that the assembly UNOS.[app].Presentation cannot be loaded- this happens because the assembly is added to the bin, then the feature receiver code runs before the app pool recycles, so the assembly is never loaded into context.  To work around this, add this line to your feature receiver code:

Posted in Uncategorized | Leave a comment