Open command prompt from Folder Location
Open Folder Location
Press and Hold Shift Key -> Right click -> Open command window here
NUnit Build Command
nant.exe -f:default.build
How to Register the ASPnet
open command prompt go upto studio path
c:\Program Files\Microsoft Visual Studio 10.0\VC>aspnet_regiis -i
How to Delete Skype chat history for Specific Contacts
You can delete specific contact history using sql query from main.db
Open the mail.db in sqllite where you can find table ‘Messages’ and try below query
suppose you want to delete all conversation of use1(skypeid) and user2(skypeid)
DELETE FROM Messages where chatname like ‘%#user1/$user2%’
Advertisements