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
SuzanyuSuzanyu 

Package Uninstall issue

Hi all,
 
I try to uninstall an unmanaged package from a instance. Unfortunately, I got an error like below
Unable to uninstall package
Situation is
In that package, there are some components are used by another component in that package. By that I mean eg. there is a controller which invokes other methods in other apex class. or there are some VF pages which are referenced in this controller.
 
the problem detail like
 
Visualforce PageAddProductsComponent is in use by another component in your organization. AddProductsController
Apex ClassSendConfirmation

Component is in use by another component in your organization. AddProductsController

 

Any idea appreciated

A_SmithA_Smith
Hi Suzanyu,

Is AddProductsController included in the package you are trying to uninstall?

Thanks,
Andrew
SuzanyuSuzanyu
Hi,
 
Is that true? If I do some modification on the items of the installed un-managed package, that can not be un-installed any more?
 
Thanks
 
So far, I solved all issues about packaging.
 
Cheers