On a visual studio solution containing multiple projects, one compiling to give A.dll and other intending to create A.exe.The A.dll is used as a reference in the project creating A.exe. When attempting to execute project exe prompts the error
TypeLoadException was unhandled:Could not load type 'A.A' from assembly 'A, Version=4.0.0.5, Culture=neutral, PublicKeyToken=null
When I try with different assembly names this is resolved, but yet I require both assemblies to contain the same name, A.dll and A.exe.How is this possible? Any workaround