Problem:
While uploading more that 100 KBs file size FileZilla could show you error message as below:
"filezilla Error Connection timed out Error File transfer failed after transferring"
Solution:
This is the due to timeout connection. so increase it.
Example:
Goto Edit-->Setting...-->Connection
In timeout section change Timeout in seconds...
Tuesday, June 16, 2015
Saturday, June 06, 2015
The system cannot find the file specified. Exception from HRESULT:0x80070002
Problem:
While working with ASP.Net MVC 5 when you create a web project get the error and project will not create:
"The system cannot find the file specified. Exception from HRESULT:0x80070002"
Solution:
Repair you Visual Studio 2013 or 2015 and problem will gone...
Monday, June 01, 2015
Parse XML in PHP with Attributes
Problem:
How to Parse XML in PHP with Attributes
Listed below the XML data.
Suppose you have a url which produce below XML data on request and you want to parse it in PHP including it's attribute for ex: spell id="168839" minCount="1" maxCount="1" etc.
See below XML for full information:
<?xml version="1.0" encoding="utf-8"?>
<wowhead><item...