Hello everyone,
Someone knows how can I give a alias for a namespace?
I'm trying to use the namespace "Microsoft.Office.Interop.Outlook" but it is generating a ambiguous error.
Description: Compiler error at line 5140: 'Exception' is an ambiguous reference between 'Microsoft.Office.Interop.Outlook.Exception' and 'System.Exception'
I read on the internet that I need give a alias for one of two.. How can I do that?