Wednesday, October 24, 2012

Application event log configuration

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\EventLog
Add key: Myevent to log


 Keep defualt as it as
Add expandable string with following balues

EventMessageFile 
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\EventLogMessages.dll



Friday, September 14, 2012

Cross Chek - Do or Die in BizTalk

1. Before changing Single Sign On Service Password  or Administrator Password:don't forget to take SSO Master Server key Back up.
2. Before Building solution Always clean the Solution or Project : save lots of hassles of  environment issues.

Friday, September 7, 2012

String are immutable: controls special characters are not getting replaced

string mar = "00600cam  006400276260005300340300002500393BK0000954071"
mar.Replace("", "@@@@@@");

Output: mar would be same as that of original value:
00600cam  006400276260005300340300002500393BK0000954071

string mar = "00600cam  006400276260005300340300002500393BK0000954071"
mar = mar.Replace("", "@@@@@@");

Output:
00600cam  006400276260005300340300002500393@@@@@@BK0000954071@@@@@@

Friday, May 11, 2012

Tools For Development

http://xpathvisualizer.codeplex.com/
http://xpathparser.codeplex.com/
http://chris.photobooks.com/xml/default.htm


http://www.bubasoft.net/Product/XpathBuilder