HTTP Error 404.3 WCF

When you browse WCF service file (with extension svc) in Visual Studio 2008/2010 or from Internet Information Services (IIS) Manager you might hit an http error 404.3. The error message is completely meaningless.

Luckily I managed to search David Waddleton’s blog to solve the issue.

The error is mainly caused by the .Net Framework 3.0 Features in Vista and .Net Framework 3.5.1 Features in Windows 7.

The following command in %Windows%Microsoft.NetFrameworkv3.0Windows Communication Foundation should be able to solve the 404.3 error.

ServiceModelReg -i

Do feedback to me if it does not solve the problem.

Resources:

http://blogs.msdn.com/davidwaddleton/archive/2007/11/02/wcf-and-404-3-errors.aspx
http://blogs.msdn.com/cbm/archive/2008/10/18/wcf-issues-and-404-3-errors-on-windows-server-2008.aspx

About these ads

About chanmingman

Ming Man is a senior manager for a development company. With 20 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s