InitializeError #2103 – Invalid or malformed application

Code# 2103

Invalid or malformed application: Check manifest

Now what does that mean?

This is not easy to interpret, but is very easy to fix :)

This error pops up because of mismatch in the Namespace at following places:

  • Silverlight Project Properties
  • App.Xaml.cs
  • App.Xaml

So just make it to one namespace and there you are… it starts working!

Continue reading » · Rating: · Written on: 07-31-09 · 4 Comments »

Installing IIS and ASP.NET on Vista

By default the IIS on Vista would not be configured. And while publishing using VS 2008, you might face error such as “IIS 6 Metabase and IIS 6 Configuration Compatibility” and “ASP.NET” are not installed.

For this, you have to follow these steps:

To install IIS and ASP.NET on Windows Vista

  • In Windows Vista, open Control Panel and then click Programs and Features.
  • In the right pane, click Turn Windows features on or off.The Windows Features dialog box opens.
  • Select the Internet Information Services check box.
  • Double-click (or expand) Web Management Tools, double-click IIS 6 Management Compatibility, and then select the IIS 6 Metabase and IIS 6 Configuration Compatibility check box.
  • Double-click (or expand) World Wide Web Services, double-click Application Development Features, and then select the ASP.NETcheck box.

Click OK to start the IIS and ASP.NET installation process.

    Continue reading » · Rating: · Written on: 07-27-09 · No Comments »