Prevent DLL usage
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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
*** Sent via Developersdex
http://www.developersdex.com ***
.
Relevant Pages
- Re: Does anyone know why this SQL doesnt work on different ODBC versions using ADO
... msadcer.dll |Microsoft Data Access - OLE DB Cursor Engine ... msader15.dll|Microsoft Data Access - ActiveX Data Objects ... MSVCIRT.dll |Windows NT IOStreams DLL ... (borland.public.delphi.database.ado) - Re: Prevent DLL usage
... StackTrace st = new StackTrace; ... The Business Logic DLL references the Data Access DLL. ... No other .net assemblies may use the Data Access DLL. ... (microsoft.public.dotnet.languages.csharp) - Re: Prevent DLL usage
... The Business Logic DLL references the Data Access DLL. ... No other .net assemblies may use the Data Access DLL. ... (microsoft.public.dotnet.languages.csharp) - solution design - Im stuck
... Put all UI elements in a single dll and all other data, ... feature (like News or Events) and put the data access by itself. ... (microsoft.public.dotnet.framework.aspnet) - Re: getting access to classes in separate vb files
... company that prevents .NET assemblies because they are integral to the usage ... without assemblies (.dll or exes). ... the problem is that I have class libraries and I want to ... > access methods in those classes from the webform source code ... (microsoft.public.dotnet.framework.aspnet) |
|