Friday, July 27, 2007
As per my previous post, there were things MS managed to do , but form the products was not immediately evident how it was done. This white paper gives an insight into a world of best practices.
Friday, July 27, 2007 10:14:45 AM UTC  #    Disclaimer  |  Comments [0]  | 
As per my previous post, there were things MS managed to do , but form the products was not immediately evident how it was done. This white paper gives an insight into a world of best practices.
Friday, July 27, 2007 10:11:18 AM UTC  #    Disclaimer  |  Comments [0]  | 
 Thursday, July 26, 2007
Development Tools and Techniques for Working with Code in Windows SharePoint Services 3.0
Thursday, July 26, 2007 10:02:03 AM UTC  #    Disclaimer  |  Comments [0]  | 
 Friday, March 09, 2007

Ever wondered how the whole Workflow flows in SharePoint ?

Below is an Article on how to create a custom workflopw and surface it in SaherPoint Designer.

http://www.sharepointblogs.com/tbaginski/archive/2007/03/08/HOW-TO_3A00_-Create-a-custom-Windows-Workflow-Activity-and-make-it-available-in-SharePoint-Designer.aspx

Friday, March 09, 2007 8:50:14 AM UTC  #    Disclaimer  |  Comments [0]  | 
 Tuesday, February 27, 2007

 

Took me a while to figure this one out, but certainly useful. When you execute the command below from the CMD window. Visual Studio presents you with the option to create a new instance or to DEBUG in a running instance.

Once you have selected the instance, the file is opended with the DEBUGGER at the first line of code. If this does not happen there are problems with your code, the output errors will be in the CMD window.

cscript //X "C:\Users\v-pevers\Desktop\ABB MAN\RegisterDictionary.vbs"

Have fun !

 

Tuesday, February 27, 2007 6:12:09 PM UTC  #    Disclaimer  |  Comments [0]  |