My main project was referred to mainreference.dll. The mainreferenced.dll was referred to AA.dll, BB.dll & CC.dll. I made some changes to BB.dll and rebuild the mainreference.dll and added it back to main project.
The code is build-ed without any error, while running I am getting an error
System.IO.FileNotFoundException: Could not load file or assembly 'XXXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'XXXX, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
The main project is seeking for separate reference to AA.dll, BB.dll & CC.dll which was referred inside mainreference.dll.
How can I fix this issue?