I'm getting this weird InvalidProgramException when trying to call a static method from a static class that's in an external assembly.
I've already tried bringing the routine within the same assembly, but the result is the same.
Any ideas?
I'm getting this weird InvalidProgramException when trying to call a static method from a static class that's in an external assembly.
I've already tried bringing the routine within the same assembly, but the result is the same.
Any ideas?