12-30-2008, 12:46 PM
|
#2 (permalink)
|
|
Registered Member
Join Date: Oct 2008
Location: Denver, CO
Posts: 2,121
|
That stack trace means you are trying to use an object that has been released. Most likely you aren't retaining an object in your code. Since you seem to think it has to do with using some URL, post the code you use that causes the problem.
|
|
|