I love working on XAML/Silverlight and I don't face any issues most of the times. But when I am in trouble, I don't find any clue on how to come out of that. Recently, I am working on a Silverlight application and got a requirement to apply background color for Items which contains Collapsible Controls. To Understand this properly, I have a list of CheckBoxes with TextBox Controls and the TextBox should only be visible on CheckBox Check. To accomplish this, I simply Binded the Visibility of TextBox with IsChecked Property and thats working like charm. The problem is when I apply BackgroundColor to those Items. If I apply a BackgroundColor to ListItem in Template, It is taking only till CheckBox content, if there is no TextBox (i.e., CheckBox is Unchecked). Now I came to know the importance of Hidden in the Visibility Values. But soon I found that its not supported in Silverlight. The only work around for this is to manipulate Opacity of the TextBox instead of Visibility.
Un Installing SQL Server Reporting Server 2005 - The setup failed to read IIsMimeMap table. The error code is -2147023550
I have been facing a severe issue when i try to install SQL Server 2005. SQL Reporting server is already installed in my system and I need to un-install that first and Install SQL Server again. When I try to un-install Reporting server i got this error: The setup failed to read IIsMimeMap table. The error code is -2147023550. I spent a day to resolve this issue and finally i found a link to do the same. IIS Admin service is the culprit, which needs to be stopped before un-installing the Reporting server. If you face the same issue, plz follow the steps. 1) Stop IIS Admin Service 2) Stop IIS 3) Uninstall SQL Server Reporting services. These steps will work like charm and thanks to friend , who helped me in this regard.