You may need to show a hidden app to work with it. This will bring it out of its hiding place. Replace TextEdit with the name of the app you want to show. This will also start up a closed app. (Requires UI scripting enabled.)
--Show App
tell app "System Events"
tell app "TextEdit" to activate
end tell