TaskTracker.FileUpload_Task (Errors)

1
I have finished the different steps, but when I try to run the app there are three errors but I don't know how to resolve them! If you c an help me, I would really appreciate it. Here is a photo of the errors:   
asked
1 answers
0

Hi Philippe,

There seems to be a missing assocation in your Domain Model (marked in red) between FileUpload and Task:


If you don’t want that association, make sure to follow these steps:
 

  1. Double Click the error message:
  2. Enter where the error is marked and delete the usage of that non-existent association:

Repeat the same steps for each error until no errors are visible:

 

I hope that solves your question, regards!

answered