JKNew 1 Posted February 19 Hi. I am trying to Run an application, but then I do an error appears saying: Project xxx raised exception class EFilerError with message 'A class named TQuickRep already exists'. I have searched with Find in Files for all appearances of TQuickRep, but nothing seems out of the ordinary. A variable declaration and a function parameter. I don't know if this error is misleading and it is actually due to some unit not able to compile. I have not had this project running on this system before. Maybe some of you have some suggestions on how to fix this. Thank you Share this post Link to post
PeterBelow 238 Posted February 19 Does this project use QuickReports? If so, did you install this package on that machine? The exception class indicates that the error occurs while loading components from a DFM or perhaps a report template but the error message is a bit weird. Perhaps it is worded incorrectly and should say that only one instance of TQuickRep is allowed in this template... Share this post Link to post