hi folks,
I have a big C# component, which has reference to many other .dll's. I am facing a strange kind of problem when I compile my code or in between all folders in my /bin/debug directory get deleted automatically.

So I get an error saying reference not found for assembly ***.dll

can anyone guess what can be the reason???

Make sure that the copy of that dll is in another folder (other than project). Now, add the reference of that dll using menu project + Add reference menu item into your project.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.