-1

Hi guys im just new in C# i came from a PHP background. I'm working on a RFID project which has RRU1861CSharp.dll which is dependent to basic.dll. I am able to add reference RRU1861CSharp.dll but when i'm trying to add reference basic.dll it says:

"basic.dll could not be added please make sure that the file is accessible, and that is a valid assembly or COM component".

I cant post picture sorry i don't have enough reputation.

1 Answers1

0

You don't need to add the dependencies of RRU1861CSharp.dll to the project. It sounds like it's not a .NET assembly which is why you can't; however, you do have to ensure that it is installed on the final client/server where your app will run, along with all the other dependencies of RRU1861CSharp.dll.

It also has to be accessible on you dev machine to run the app from VS.

However, it is not a reference: References are only the things your app needs directly.

simon at rcl
  • 7,326
  • 1
  • 17
  • 24
  • sir i have the same problem as this one [link](http://stackoverflow.com/questions/3456758/a-reference-to-the-dll-could-not-be-added#_=_) he solve his own problem however i dont understand it completely can you please enlighten me sir. – Franz Darelle Sasondoncillo Ma Aug 11 '14 at 17:18