blog of Guganeshan.T

December 18, 2009

Strange characters in Visual Studio code editor

Filed under: Programming,Troubleshooting — Tags: , , , — Guganeshan.T @ 1:03 pm

Do you see any strange dots and/or arrows in the Visual Studio code editor and have no idea how you turned them on? (check the screen-shot)

(more…)

May 27, 2009

Scripts generated from SQL Server 2005 Management Studio are incompatible with SQL Server 2000

Filed under: Troubleshooting — Tags: , — Guganeshan.T @ 1:23 pm

If you ever generated scripts using SQL Server 2005 using Management Studio by right-clicking on table names, and tried executing it in SQL Server 2000 (using Query Analyzer), you would have encountered this problem… The Query Analyzer would report syntax errors. (more…)

May 16, 2008

Resetting asp.net membership password when the user has forgotton the answer for the security question!

Filed under: Programming,Troubleshooting — Tags: , , , — Guganeshan.T @ 9:11 am

Here is the scenario… a web application has been implemented with the standard user management features… can create new users, the admin approves the users, can recover passwords and change security question + answer bla bla bla

What happens if a user forgets the password?… simple, just goto the password recovery page and answer the security question and get the new password in the email.

But what if he/she doesn’t remember the answer for the security question??? (more…)

May 14, 2008

Error message doesn’t make sense? check the service packs

Filed under: Troubleshooting — Tags: , — Guganeshan.T @ 6:59 am

Just the other day, the guys told me “This is weird, the same form works in one PC and throws an exception in another”.

We thought it is something to do with the default culture set in the PC (it was dutch). But the culprit seemed to be the SQL query used. But how come the same SQL query with the same database works in one PC + SQL server and throws an exception in another PC + SQL server? (the databases are identical) (more…)

Powered by WordPress