المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Circular dependency in dlls



C# Programming
07-16-2010, 04:22 AM
Is there such good examples or explaination for this issue?

right now, I've got this....

Project A
* calling SeekHidDevices in Project B
* ReadPort method

Project B
* SeekHidDevices method & calling ReadPort method in Project A
* returns SeekHidDevices value back to Project A

I've got 2 devices but only got 1 (crashes when doing the 2nd devices in SeekHidDevices method during ReadPort calling.