Changing the default language in Visual Studio 2005
Instead of under some menu item like "Option" or "Configuration", the place where the default language can be changed is "Tools->Import and Export Settings". And you have to reset the settings in...
View ArticleCan’t set break points in Visual Studio debugger due to symbol loading problems?
When you can’t set break points when the debugger is running, it’s most likely due to symbols loading related problems. Instead of smashing your computer, check the following first: Make sure you...
View ArticleBuilding database and web service driven asynchronous google map application
Map API could help build very cool mashup websites. Often times a back end database is the source of the objects to be drawn on the map and querying for those objects from the database based on the...
View ArticleUse Visual Studio to Quickly Locate Where the Exceptions are Thrown
When there are a deep chain of function calls, especially when the managed and unmanaged code are intermingled together, it’s getting more trickier to debug. One situation is that an exception is...
View Article