Pages

Q & A : BizTalk Server 2010 Configuration Error SSODB Cannot be created, SSODB is not accessible

Tuesday, July 29, 2014
Q: I have encountered the following error during BizTalk 2010 Configuration Error's : SSODB Cannot be created, SSODB is Not Accessible, SSODB is Used by Another service etc.., Ans:  There are a few known issues encountered during installation and configuration of BizTalk Server 2010,  There are a few points that you need to verify before you start configuring BizTalk Server...
Read more ...

Q & A: How To: Get rid of wcf one way port communication error

Friday, May 2, 2014
Q: Hi,  I Consumed one wcf one way serive at send port,but it is throwing error asking for reply. A message sent to adapter "WCF-WSHttp" on send port "WcfCacheService" with URI "" is suspended. Error details: System.ServiceModel.CommunicationException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. Server stack...
Read more ...

Biz Talk Q&A : Register Correct version of ASP.NET in IIS

Friday, April 25, 2014
Q: Getting the below error while browsing the website running on ASP.NET 4 application pool. Server Error in '/myVDir' Application.  -------------------------------------------------------------------------------- Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Description: An unhandled exception...
Read more ...

Creating Classes Using xsd.exe Demystified

Tuesday, March 11, 2014
Posted by Daryl Not a lot of people are familiar with the xsd.exe that ships with Visual Studio. It allows you to create XML/classes from XML/classes. The following are the 4.0 xsd.exe capabilities: XDR to XSD Generates an XML schema from an XML-Data-Reduced schema file. XDR is an early XML-based schema format. XML to XSD Generates an XML schema from an XML file. XSD to DataSet Generates common language runtime DataSet classes...
Read more ...