Hi guys , i have a problem loading assembly file
The problem that i have an assembly and i made a license file for it and the license file should be beside the assembly file.Now in my asp.net application the asp.net make atemp files for my dlls under the asp.net temporary files and when i tried to get the location of my assembly that i currently on it, it loads the one in the Asp.net Temporary files so i need to know wither to change the ption that copies my assmblies to Asp.net Temporary folder or to get the assembly that i am inside it according the project bin files.
Thanks for help.