I have this code in constructor:
InitializeComponent();
textBox3_text_valid = 0;
label8.Visible = false;
label8.Visible = false;
Logger.exist();
I added to my project a reference dll OpenHardwareMonitor.dll The problem is that the dll is in my debug directory. But when i Rebuild Solution and Save All
And then send the project exe file only to my brother or running this program in my pc after i deleted the debug directory im getting error that the OpenHardwareMonitor.dll is missing.
In the properties in my project under reference on openhardwaremonitor.dll i see:
Aliases : Global
Copy Local : True
Ember Interop : False
How can i add the dll to the project to the exe file or something so i wont need to send it to my brother the dll ? And if i must send my brother the dll file where should he put it ? He dosent have the Debug directory.