I have a DLL, it is called DLL and DLL references as DLL. When I put the DLA in the bin folder of my ASP.NET application, and calls a method in the DLL, which gives the DLL reference, the asp.net application declares an error that it can not locate the DLB. I have to add DSLB also in the asp.net bin folder. My question is, if I only refer to classes from dllb to dllb, then do I have to add dlb to bin folder with DLA?
If you reference DLLA in DLL, DLAL should reference that reference without copy of DLB How is the call going?
Each assembly has a code that is excited on your page, either for your ASP.NET app or in the GAC bin folder.
Comments
Post a Comment