Thursday, January 20, 2011

Change SharePoint 2007 (MOSS/WSS) web.config to allow debug with call stack

Brain dump
  1. Enable debug:
    <compilation batch=”false” debug=”false“>
    to
    <compilation batch=”false” debug=”true“>

  2. Obtain the complete call stack instead of the default error page: <SafeMode MaxControls="200" CallStack="false"/>
    to
    <SafeMode MaxControls="200" CallStack="true"/>

  3. CustomeErrors mode value (in the system.web section) is set to Off:
     <customErrors mode=”On”>
    to
    <customErrors mode=”Off”>

  4. iisreset

#rc

Wednesday, January 5, 2011

Congratulations to the latest BizTalk Microsoft® MVP (Most Valuable Professional) - Sandro Pereira

Sandro Pereira was awarded as a BizTalk Microsoft® Most Valuable Professional (MVP). This is a well-deserved recognition for his efforts in sharing their knowledge and helping the community.
All I can say is that his hard work last year paid off, He has accomplish the MVP award mostly by solving/answering others questions and problems on msdn forums, through useful articles in his blog and in the middle of this and his work at DevScope he still manage to release the BizTalk Mapper Extensions UtilityPack on CodePlex.

Congratulations Sandro for this well-deserved recognition.

#rc

Tuesday, December 14, 2010

New SPDisposeCheck release available for SharePoint 2007 & 2010

SPDisposeCheck v14.0.4762.1000 was updated and released today 12-13-2010

SPDisposeCheck is a tool that helps developers and administrators check custom SharePoint solutions that use the SharePoint Object Model helping measure against known Microsoft dispose best practices. This tool may not show all memory leaks in your code and may produce false positives which need further review by subject matter experts.

#rc

Monday, December 13, 2010

Currency Converter for WP7
One of my coworkers Pedro Lamas published in Coding4Fun an article about development of an Windows Phone 7 app – Currency Converter. A simple app of currency conversion for WP7 using Bing to do exchange.

The source code is available at Codeplex, and the complete app can be installed through Zune Marketplace.

#rc

Monday, November 22, 2010

BizTalk Mapper Extensions UtilityPack available on CodePlex

heckout this new open source project from my coworker Sandro Pereira.


"BizTalk Mapper Extensions UtilityPack is a set of libraries with several useful functoids to include and use it in a map, which will provide an extension of BizTalk Mapper capabilities."
 
Copyright (c) 2012 Rogério Cruzeiro. All Rights Reserved.