G
Guest
Hi All,
I have to avoid cyclic reference in my DLLS. One way is to move the code to
the common DLL. But now since i have written a lot of code, it would take a
whole lot of time to do this. The other way i see is to link file to the DLL.
But i have some doubts about taking this approach.
1. Since all my DLLs are on the same server now, its not a problem but what
if later i try to seperate out this DLLs on different servers for load
balancing. Then this link file will be a problem???
2. Actually what do you exactly mean by linking a file to a DLL. Though its
avoid compilation error but what it actually does????
Please help me on this asap.
Thanks in Advance,
faktujaa
I have to avoid cyclic reference in my DLLS. One way is to move the code to
the common DLL. But now since i have written a lot of code, it would take a
whole lot of time to do this. The other way i see is to link file to the DLL.
But i have some doubts about taking this approach.
1. Since all my DLLs are on the same server now, its not a problem but what
if later i try to seperate out this DLLs on different servers for load
balancing. Then this link file will be a problem???
2. Actually what do you exactly mean by linking a file to a DLL. Though its
avoid compilation error but what it actually does????
Please help me on this asap.
Thanks in Advance,
faktujaa