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
PositiveImagePositiveImage 

Error: Constructor is not visible: [vcsf.TemplateController]<ini>()

Hi all,

When we go to create a new Visualforce page within our managed package we get the following:

"Error: Constructor is not visible: [vcsf.TemplateController]<init>()"

We don't want to update the package if at all possible so anyone got any ideas?

Thanks
Sagarika RoutSagarika Rout
It is not possible to acess managed package class constructor  and even if we cant  modify the data also .

If you want any changes or else add any logic , you need to do relevent  changes in managed package org
and release the patch.


Regards
Sagarika Rout