Good afternoon!
I am facing the following message in the “send SMTP mail message” activity.
I have already updated and tried to downgrade the packages, create a new project, restart the client
Send SMTP Mail Message: Could not load file or assembly ‘System.Formats.Asn1, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’. The system cannot find the file specified.
ashokkarale
(Ashok Karale)
September 25, 2024, 2:55pm
2
@Allan_Marcello ,
Add this namespace from import panel on the xaml file.
ashokkarale:
panel
Hi @ashokkarale ,
Could you please tell me how to do this, I’m new to UiPath
ashokkarale
(Ashok Karale)
September 25, 2024, 3:37pm
4
@Allan_Marcello ,
Follow this documentation.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
@ashokkarale
I did the import, restarted the client but the error persists.
ashokkarale
(Ashok Karale)
September 25, 2024, 4:21pm
7
@Allan_Marcello ,
Follow this hardcode way to import the namespace.
Open the xaml file with this error in a text editor.
Add <“AssemblyReference”>System.Xml.ReaderWriter’</“AssemblyReference”> (without the quotes) within the <sco:Collection x:TypeArguments=“AssemblyReference”> element.
1 Like
system
(system)
Closed
September 28, 2024, 4:21pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.