So I\'m adding a \"d\" extension to my assembly name when building in debug mode.As far as I can tell the standard way to do this in C# is to edit the .csproj file and put in the following:
please can anybody help me solve this problem last so many days I could not able to solve this error. I tried using synchronized method and other ways but did not work so please help me
Given the following code: var n1 = new AssemblyName (\"TestDll, Version=1.0.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089\");
I need to resolve an assembly and type at runtime and I need to find the fully qualified type name.For some reason I cannot get it right, as I keep get an exception saying it cannot find the type spec