Explanation/Reference:
Explanation:
Assembly.GetExecutingAssembly - Gets the assembly that contains the code that is currently

executing.
Assembly.GetAssembly - Gets the currently loaded assembly in which the specified class is defined.

References:
http://msdn.microsoft.com/en-us/library/system.reflection.assembly.getassembly.aspx
http://msdn.microsoft.com/en-us/library/system.reflection.assembly.getexecutingassembly(v=vs.110).aspx