C
Chris Zopers
Hello,
I have two .NET dll's, one containing business logic and the other
containing data access logic.
The Business Logic DLL references the Data Access DLL.
Only the Business Logic DLL is allowed to use/reference the Data Access
DLL. No other .net assemblies may use the Data Access DLL. Is it
possible to prevent this DLL from being used by other calling assemblies
and how can this be done?
Greetings,
Chris
I have two .NET dll's, one containing business logic and the other
containing data access logic.
The Business Logic DLL references the Data Access DLL.
Only the Business Logic DLL is allowed to use/reference the Data Access
DLL. No other .net assemblies may use the Data Access DLL. Is it
possible to prevent this DLL from being used by other calling assemblies
and how can this be done?
Greetings,
Chris