
Hi,
I have noticed that a StackOverflowException always occurs when calling DotNetProjectResolver.AddExternalReference() with an assembly that has missing satellite assemblies.
Example, Assembly A is linked with Assembly B, if B does not exist near assembly A I have a StackOverflowException when calling DotNetProjectResolver.AddExternalReference(A).
My current work arround is to catch this exception.
Nice component anyway!
Regards,
Edward
I have noticed that a StackOverflowException always occurs when calling DotNetProjectResolver.AddExternalReference() with an assembly that has missing satellite assemblies.
Example, Assembly A is linked with Assembly B, if B does not exist near assembly A I have a StackOverflowException when calling DotNetProjectResolver.AddExternalReference(A).
My current work arround is to catch this exception.
Nice component anyway!
Regards,
Edward