Posted By: Shararaaa | Mar 18th, 2007 @ 5:43 AM
page 1 of 1
Comments: 2 | Views: 1735
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.
footballism
footballism
I've been avalonized!
I am completely sure I understand you, but System.Reflection.Assembly.Codebase property can give the origin of the assembly, but System.Reflection.Assembly.Location will give the path points to the temp file.

Sheva
page 1 of 1
Comments: 2 | Views: 1735