Monthly Archives: February 2013

Reports is missing in Visual Studio 2012 when connected to TFS 2012

You might not see the Report in Visual Studio 2012 Team Explorer.   Make sure 1. Open Team Foundation Server Administration Console. 2. Go to Reporting. Make sure all the items are green.   3. Go to Team Project Collection. … Continue reading

Posted in .Net | Tagged , | Leave a comment

Knockout.js simple sample in ASP.NET MVC 4

When you visit this page http://learn.knockoutjs.com/#/?tutorial=intro. Then you may ask the question that I asked, how to put this is ASP.NET? Well I created an ASP.NET MVC 4 Web API project. I replaced the index.cshtml to the code below. <!DOCTYPEhtml> … Continue reading

Posted in .Net | Tagged , , | Leave a comment

The RealDownloader is not opening but in the taskbar

If you RealDownloader cannot be open but you are able to see it in taskbar. Go to the following folder to get rid of the Real and RealNetworks folders. C:\Users\<current user>\AppData\Roaming Make sure you temporary disable the Hide protected operating … Continue reading

Posted in .Net | Tagged , | 4 Comments

Add Recording for Web Test in Visual Studio 2012 not working

When you click Add Recording in Web Test of Visual Studio 2012 then IE launches but IE does not do any recording. Go to Internet Options -> Programs -> Manage add-ons and make sure 1.       Web Test Recorder 10.0 2.       … Continue reading

Posted in .Net | Tagged , , | 4 Comments

Open html as download instead of browsing in SharePoint 2010

When you click on the html page on SharePoint 2010 then it will pop-up the download dialog.   In order to resolve this you need to set the Browser File Handling to Permissive in Web Application General Setting. Bear in … Continue reading

Posted in .Net | Tagged , , | Leave a comment

How to change url for SharePoint 2010 in Visual Studio 2010

You can never change the url you are going to deploy in Visual Studio 2010 if you right click the project then choose Properties. You need to click on the project then see the properties using the Properties Windows. You … Continue reading

Posted in .Net | Tagged , | Leave a comment

HTTP Error 503. The service is unavailable SharePoint 2013

If you are running SharePoint 2013 in Windows 2012 then Windows 2012 will force the administrator password to be expired (which I feel this is no right). You SharePoint2013 will get you “HTTP Error 503. The service is unavailable” when … Continue reading

Posted in .Net | Tagged , | 2 Comments

How to download free software from Windows 8 app store

One of the best features in Windows 8 is app store. With app store you no longer need to open a search engine starts searching for the freeware or free software. In this article we will show you step by … Continue reading

Posted in Operating System | Tagged | Leave a comment

Blue screen when open Hyper-V vhd using Oracle Virtual Box

One of the reasons could be you have add your vhd as SATA disk instead of IDE disk. Remove your vhd from SATA and add it as IDE disk then it might run.

Posted in Operating System | Tagged , | Leave a comment

Saving Office Documents on SharePoint 2010 Servers

My problem is on 2. Your clients will probably not be running Windows Server so it’s not a valid representation. Nice blog: Saving Office Documents on SharePoint 2010 Servers.

Posted in .Net | Tagged , , | 2 Comments