When we develop in project DNN, we have 2 folder "Components", "DesktopModules", and i want to create a dll file in "Components" folder.
I have a try at create dll file, i create a new project, copy all file in folder "Components" and referent the project.dll file then build but it throw error:
Error: The dependency 'PortalQH, Version=2.0.3.16050, Culture=neutral' in project 'PortalQH' cannot be copied to the run directory because it would conflict with dependency 'PortalQH, Version=2.0.3.17242, Culture=neutral'.
Error: The dependency 'PortalQH, Version=2.0.3.17242, Culture=neutral' in project 'PortalQH' cannot be copied to the run directory because it would conflict with dependency 'PortalQH, Version=2.0.3.16050, Culture=neutral'.
Please help me.