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:
- check if "mydata.dll" correct referred , if file exists.
- if "mydata.dll" has dependencies have reference them in project want use "mydata.dll"
Comments
Post a Comment