Red Design Blocks: Project not accessible - Error: Project 'ACMESearchPrj' must reference project 'CRMPrj'

Hello everyone,

I am working through Pega academy PCRSA Mission. So I have created some projects how instructed in academy-tasks..

But there are some problems:

In ACME_P_NavToHome.os I get red blocks and when starting project, following Error messages (you can see attachment):

  • ‘ACME_P_NavToHome.os’ Error task: Component ‘.IsCreated Property’ in project ‘CRMPrj’ is not accessible from project ‘ACMESearchPrj’. Project ‘ACMESearchPrj’ must reference project ‘CRMPrj’.
  • ‘ACME_P_NavToHome.os’ Error task: Component ‘.IsRunning Property’ in project ‘CRMPrj’ is not accessible from project ‘ACMESearchPrj’. Project ‘ACMESearchPrj’ must reference project ‘CRMPrj’.
  • ‘ACME_P_NavToHome.os’ Error task: Component ‘.WaitForCreate() Method’ in project ‘CRMPrj’ is not accessible from project ‘ACMESearchPrj’. Project ‘ACMESearchPrj’ must reference project ‘CRMPrj’.
  • ‘ACME_P_NavToHome.os’ Error task: Component ‘.Start() Method’ in project ‘CRMPrj’ is not accessible from project ‘ACMESearchPrj’. Project ‘ACMESearchPrj’ must reference project ‘CRMPrj’.

So I right clicked “ACMESearchPrj” in Solution Explorer and “Add Reference..” and added CRMPrj as reference. But nothing changed.

I am not able to continue with the pega academy tasks. I hope anybody can help me.

Best regards.

@TahaY432 After adding the reference, you need to do one more thing. Right-click the project and select “Manage Imported Projects”. On the window that appears, move all of the projects that you wish to include over to the column on the right.

@ThomasSasnett Thank you very much. That’s interesting! I think there is missing some information in academy.. It worked.