I have a license file that I need to access at runtime. I have added license file to the resources folder. I need to call a method on the run time which will look for the license file.
test.CheckLicenseFile("PathOflicenseFile");
I would like to know how can i get this path at runtime? Also please tell me what properties should I set for this license file i.e content, embedded resource etc, and copy to output or not. Please note that my project is of type windows control library(usercontrol) i.e. it creates a .dll file?