Friday, April 3rd, 2009
If you are normal, you must be loving Intellisense in source editor in visual studio. You press '.', and you get help. It is good, with one bad side effect. When intellisense window is opened, you cannot see source code beneath it. So, sometimes when you need to see that ...
Posted in .Net | No Comments »
Friday, April 3rd, 2009
If you are successful in getting visual studio barking at you with error message "instance failure", there is a very good chance that you have used \\ in your connection string in configuration file. Replace all \\ with \ and you should be okay.I learnt it hard way!
Posted in .Net | No Comments »