I’ve a 64bit machine that has a web-service hosted under IIS6!. This starts throwing out errors one morning as I browse to my .svc location – “Page not found 404 Error…” Solution: Check that the isapi.dll is pointing to v2.0 C:\WINDOWS\microsoft.net\Framework\v2.0.50727\ It appears that an overnight .NET 4 installation was pushed out and hence all [...]
Archive for the ‘Visual Studio’ Category
WCF SVC – Page not found (Under Windows 2003 IIS 6)
Posted in Visual Studio, WCF, tagged BizTalk, Page not found, SVC, Sydney, System.InvalidOperationException: Unable to generate a temporary class, WCF, WCF 404 Error, Zeeshan on May 16, 2012 | Leave a Comment »
BizTalk 2010: Debug with Parallel tasks in Visual Studio (VS) 2010
Posted in BizTalk 2010, Visual Studio, tagged .NET 4, BizTalk 2010 Debug with Parallel tasks in Visual Studio 2010 on January 8, 2012 | Leave a Comment »
This post describes debugging on parallel BizTalk components (as in threads) running in VS 2010. With my current application, I submitted a message that would be routed to multiple locations. Before being routed, the file was being archived to a disk location (on the send component). While debugging, the editor would switch between threads (as [...]
What constitutes a Guid?
Posted in Visual Studio, tagged BizTalk, Sydney, What Guid?, Zeeshan on October 27, 2011 | Leave a Comment »
Guid.NewGuid is always unique. MSDN describes it as containing several sections for a given number – like the timestamp, clock sequence and node. As the example, generating the GUID 8743428c-ef91-4d05-9e7c-4a2e856e813a consists of the following sections: 8743428c- Low field of the timestamp ef91 – Middle field of the timestamp 4d05 – High field of the timestamp [...]
VS2010 : Adding XSLT to Visual Studio 2010
Posted in Visual Studio, tagged .NET 4, BizTalk, Sydney, Visual Studio 2010, XSLT 2.0, Zeeshan on July 26, 2011 | Leave a Comment »
I was struck with the proposition of using XSLT 2.0 for one of my projects. This requires a new parser (XSLT engine) as .NET 4 doesn’t come with one – out of the box. There are many XSLT 2.0 parsers available in the market, depending on your requirements and project budget constraints. In this post, [...]
Utilities: Convert VB.NET code to C# (or vice versa)
Posted in Visual Studio, tagged BizTalk, Convert code C# to VB, SSIS, VB to C#, Zeeshan, zeetalks on October 1, 2010 | Leave a Comment »
This is a handy link that is sure to help us on our migration projects. Helps me a great deal on my SSIS projects 8) Link: Click here
Utilities: LinqPad… looks interesting
Posted in Visual Studio, tagged BizTalk, Linq, LinqPad, Zeeshan, zeetalk on September 1, 2010 | Leave a Comment »
Here is an interesting utility that is promising productivity on LINQ projects Link: http://www.linqpad.net/ Well, you don’t have to! LINQPad lets you interactively query databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 4.0 and Framework 4.0: LINQ to Objects LINQ to SQL and Entity Framework [...]
Parsing an XmlDocument with XPath
Posted in Visual Studio, tagged BizTalk, Parsing an XmlDocument with XPath, Zeeshan on June 8, 2010 | Leave a Comment »
While parsing them with XPath expressions, often you would require removing the xml namespaces. Sure you could use the namespace manager to do this – with the following code Option#1: It would be handy to construct a method that is a bit more generic than the above rather than knowing about the namespace as well. [...]
VS 2010 – Latest and greatest
Posted in Visual Studio, tagged BizTalk, Sydney, Visual Studio 2010, Zeeshan on May 2, 2010 | Leave a Comment »
Visual Studio 2010 and .Net framework 4.0 – were both released in May 09 (beta). Generally it takes around 5 to 7 months for a full release to be launched… so most for us already keen to know about the latest and greatest in the full editor Some of the niceties you could expect are: Enhanced User [...]
What is sharepoint ? High level introduction ..
Posted in Uncategorized, Visual Studio, tagged high leve introduction, Sharepoint, sharepoint in plain english, what is sharepoint, Zeeshan Sydney on November 12, 2009 | Leave a Comment »
Microsoft has divided the SharePoint capabilities into 8 categories (drawn below). Using these capabilities customers have implemented projects from collaboration to business intelligence (case studies). Videos 1) SharePoint in Plain English 2) SharePoint Intro Capabilities Details Top 10 benefits: Click here Case Studies : Click here Further Info To analyse it further, here is a [...]