wpf - How to use my project DLL as a third party DLL in another project -


i have 1 wpf project.in project have 1 project dataaccess layer. requirement is: want use dll of dataaccess layer in projects third party dll.how that..??

i have created library project called "mydata".i have added reference of dataaccess layer project in that.and have used "mydata.dll" in project.but giving me error: "could not load file or assembly 'mydata, version=1.0.0.0, culture=neutral, publickeytoken=36bcb1fcead6cc72' or 1 of dependencies. system cannot find file specified." suggestions..?? how this..??

there 2 options:

  1. check if "mydata.dll" correct referred , if file exists.
  2. if "mydata.dll" has dependencies have reference them in project want use "mydata.dll"

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -