You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter-1-basics.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -498,3 +498,8 @@ If the issue occurs during the APD at a later stage due to messing up the order
498
498
499
499
#### Step 3: Reincarnate the failed services
500
500

501
+
502
+
### I cannot find a resource in the add dialog
503
+
If you cannot find an expected resource in the Add Resource dialog, this is usually because the reference to the corresponding assembly has not been loaded.
504
+
Moryx uses reflection to scan the public classes that inherit from Resource. The scan is only performed for resources in the current AppDomain (in this case PencilFactory.App).
505
+
To fix the problem, you should add any missing project or package references and then check again if the resource you expected is now found.
0 commit comments