Is assembly running in SQL Server or from a Windows app
Following code should return different assembly information in both cases.
System.Reflection.Assembly.GetEntryAssembly();
Following code should return different assembly information in both cases.
System.Reflection.Assembly.GetEntryAssembly();