Enable and disable the frame rate counters in Windows Phone Emulator
What is Frame Rate Counters? When you run an app in Windows Phone Emulator, you can use the frame rate…
What is Frame Rate Counters? When you run an app in Windows Phone Emulator, you can use the frame rate…
Connecting to my Amazon EC2 image from Mac Os X took ages to find out and turned out to be…
It may possible after rebuilding the sitemap using Google XML Sitemaps plugin for your wordpress blog when you try to…
It’s because your server-name is missing in httpd.conf file.. sudo vim /etc/apache2/httpd.conf Insert the following line at the httpd.conf: ServerName…
There are two ways. My preference is generally as follows. scp -r sourcedir/ user@:/dest/dir/ or rsync -auv -e ssh –progress…
Solution service lighttpd restart Stopping lighttpd: Starting lighttpd: 2013-06-03 00:40:24: (server.c.722) couldn't set 'max filedescriptors' Operation not permitted semodule -DB…
When you try to start service and it gives error 1059 which says Circular Dependency Error 1059 while starting Windows…
Generally the following code we use to write as inline query OracleConnection conn = new OracleConnection(-myConnectionString-); conn.Open(); OracleCommand command =…
You’ll get error when you run your website from IIS 7 it’ll give you error 500.21 with following details. Caution…