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
Wednesday, October 24, 2012
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.
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@@@@@@
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
http://xpathparser.codeplex.com/
http://chris.photobooks.com/xml/default.htm
http://www.bubasoft.net/Product/XpathBuilder
Saturday, May 5, 2012
Saturday, April 28, 2012
Top Links
Remove NameSpace from XML Document
Windows Azure Code samples:
http://code.msdn.microsoft.com/windowsazure/
Windows Azure Code samples:
http://code.msdn.microsoft.com/windowsazure/
Subscribe to:
Posts (Atom)
