Forum Discussion
googleid_111838
11 years agoOccasional Contributor
I have found that this error disappears after I excluded the following line from execution:
"referencedAssemblyName.FullName"
when it refers to the 'mscorlib' assembly. For this assembly, I used the 'AssemblyName.Name == "mscorlib" comparision instead of the "AssemblyName.FullName" property.
"referencedAssemblyName.FullName"
when it refers to the 'mscorlib' assembly. For this assembly, I used the 'AssemblyName.Name == "mscorlib" comparision instead of the "AssemblyName.FullName" property.
Related Content
- 4 years ago
Recent Discussions
- 5 months ago
- 2 years ago