Category Archives: .Net 3.0 / 3.5

The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail

Today I got a comment from Vitor, Vitor is getting an exception like this while starting application. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Visual Studio, Windows 7 | Tagged , , , , | 1 Comment

How to use .Net assembly in VBScript

Few days before I got a requirement to use a .Net assembly in VBScript, but it was not working. But today I got the solution. It was related to my 64bit OS. In this post I am discussing how to … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Visual Studio, Windows 7 | Tagged , , , , , | 1 Comment

How to compress JPEG image using C#

Here is a C# snippet which helps to compress JPEG image. Also displays how much size got reduced.

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0 | Tagged , , , | 1 Comment

How to configure a WCF service to use Port Sharing

Windows Communication Foundation (WCF) provides a new TCP-based network protocol (net.tcp://) for high-performance communication. WCF also introduces a new system component, the Net.TCP Port Sharing Service that enables net.tcp ports to be shared across multiple user processes. Yesterday I got … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, WCF | Tagged , , , , , | 1 Comment

How to create a RSS feed using ASP.Net

Another ASP.Net related post, this post helps to create a custom RSS feed using ASP.Net. There are many ways to create feed using ASP.Net, like using Xml Documents, String Builder and simple string concatenation. But none of them designed to … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net, WCF | Tagged , , , , , | 3 Comments