function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JDegnerJDegner 

Error after deleting startherecontroller and xmldom

I deleted the starthere and xmldom class, along with the start here page. I was trying to remove all unnecessary classes so I could complete my testing for code coverage. However, now when I log in I receive an error page. Obviously, something is still referencing the start here page. Can anyone help me figure out how to completely remove these?

 

Visualforce Error


Page LFI__Start_Here does not exist

Create Page LFI__Start_Here
WizradWizrad

Looks like you meant to delete "Start_Here" but you actually deleted "LFI__Start_Here".  Oops!

JDegnerJDegner

I believe it's called LFI__Start_Here because of our namespace. I'd still like to delete it, from what I understand the StartHere and XMLDOM aren't required. Any other ideas?