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 pop...
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 pop...
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...
Instantiate a FileInfo object with the full path as constructor arg. Then simply call FileInfo.Extension and you will get just the extension of the file. F...
Though this boils down to basics, these are most often missed out in projects and hence are performance issues. http://ondotnet.com/pub/a/oreilly/dotnet/ne...
Choose a textbox over which we will test this experiment: [sourcecode language='csharp'] ColorDialog colorDialog1 = new ColorDialog(); //fontDialog1.ShowColo...
Developers often make a decision blindly - they choose a datagrid over datalist and repeater. But that should not be a case. Datagrid provides ability to all...
While the community comes up with the new version of Silverlight Toolkit for Silverlight 3. Let us see how it is installed. When installing, ensure that foll...
These are few tips to increase SQL Performance: An index increases time to perform INSERT / UPDATE / DELETE operations. So minimal uses of indexes should b...
While I was working on a project that involved designing WCF services as Backend layer, I ended up defining a class [Serializable] public class ProgramDetail...
Check out: http://support.microsoft.com/support/kb/articles/q326/2/01.asp It is indeed a good read.
Retrieving GAC assemblies and their information. This was a question posed by one of my colleagues while he was developing a product. Now the answer to this...
The solution attached with the post is a very easiest way to host a Silverlight Application in any Sharepoint site. Ready-to-use component is just 9 KB. You...
WebBrowser control can be used inside a form to display HTML contents and listen to events such as NavigateComplete or BeforeNavigate Use of ActiveX wrappers...
Understanding the scenario We were working on a Windows Service for a large US bank when we discovered that there are potential issues while using Static Cla...
DataGridView is an enhanced version of DataGrid. Some of the features lacking in DataGrid are: Multiple column types Multiple ways to display data Multiple...