Hi,
Looking for some help on the following error that occurs when we load a particular project on a particular FinalBuilder instance:
WARNING Action class : “TProjectParameterCollection” is not loaded and is referenced by this project, if you save this project the missing actions will be deleted from the project
(To correct the issue, go to Tools -> Package Manager and ensure the relevant action package (.bpl) file is loaded and enabled.)
WARNING Action class : “TProjectParameterCollection” is not loaded and is referenced by this project, if you save this project the missing actions will be deleted from the project
(To correct the issue, go to Tools -> Package Manager and ensure the relevant action package (.bpl) file is loaded and enabled.)
10:37:24 AM: Project Load failedError loading project : Cannot open file “S:\AppAdmin_FB\OMS\OMSDeploy.fbl7”. The process cannot access the file because it is being used by another process
We’ve got multiple instances of FinalBuilder that can open this project - but the FinalBuilder instance we need to use for the project is throwing the above.
Would appreciate any advice…
Hi Mitchell
I’m going to assume that this is FinalBuilder 7? TProjectParameterCollection is a core type that is always loaded, so not sure what is causing that issue.
Is the version of FinalBuilder the same as the one on the other machines that can open the project?
I can only suggest that you update to the latest FB7 build available. Also, the last error listed suggests the project is already opened in another instance of FinalBuilder, either locally or on another machine (the S drive letter suggests it’s probably a network drive). This is not supported, as the log file is a single instance database, which creates a lock file in the same folder as the project file.
Thanks for the advice Vincent.
There is a difference in FinalBuilder version - 7.0.0.3202 (error) versus 7.0.0.3450 (no error) - so I’ll get this corrected and see how it goes.
The other error is through me playing around, thanks for the additional assist