I\'ve got a C# unit test application that I\'m working on. There are three assemblies involved - the assembly of the C# app itself, a second assembly that the app uses, and
It worked for me using this:
System.Reflection.Assembly.GetEntryAssembly().GetName()