Run time behavior of .NET referenced assembly not existing.
- by M3NTA7
Microsoft .NET Framework
Assembly A
Assembly B
Contains Class C - References Assembly A
Contains Class D - Does not reference Assembly A, Does not reference Class C
Questions:
During runtime if Assembly A DLL does not exist, will Class D be able to execute successfully?
Where as Class C will fail with a reference error?