+ Start a Discussion
Bryan SpencerBryan Spencer 

How to reuse a Visualforce page name if a page with the same name was deleted.

Hello!

I deleted a Visualforce page with a name of ArbitraryPageName. Now I want to create a new page with the same name, but I get an error message of:
"The Apex Page "ArbitraryPageName" is already taken. Use a different name."

Is there some way to fix this?

Best Answer chosen by Bryan Spencer
Bryan SpencerBryan Spencer
Nevermind! Closing the developer console and reopening it fixed the problem.