
Hi,
Could you tell me the difference there is between:
I couldn't find a full explanation of these behaviours in the SyntaxEditor documentation.
Is it about where the component will look for the specified assemblies accordingly to the version of the CLR?
Also I expected AddExternalReferenceForMSCorLib() to add the MSCorLib.dll to the resolver for the code completion but I found that it didn't work as expected: it does not show basic types in the completion like "IntPtr" or so.
Regards,
Edward
Could you tell me the difference there is between:
DotNetProjectResolver.AddExternalReferenceForSystemAssembly(string);
DotNetProjectResolver.AddExternalReference(string);
Is it about where the component will look for the specified assemblies accordingly to the version of the CLR?
Also I expected AddExternalReferenceForMSCorLib() to add the MSCorLib.dll to the resolver for the code completion but I found that it didn't work as expected: it does not show basic types in the completion like "IntPtr" or so.
Regards,
Edward