Facing this error

Argument ‘Range’: BC30652: Reference required to assembly ‘System.Xml.ReaderWriter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ containing the type ‘IXmlSerializable’. Add one to your project.
Argument ‘DestinationRange’: BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘IReadWriteRangeRef’. The selected value is incompatible with the property type.
This activity requires at least one child activity to be present.
How to solve this Error?

@shraddha_koli2,

Import the namespace this way.

1 Like

@shraddha_koli2

this error looks more like from excel…where in range you would have given a string…instead try excel.range("Range here")

cheers

1 Like

Hi @ashokkarale , I am trying to add this
<“AssemblyReference”>System.Xml.ReaderWriter’</“AssemblyReference”> (without the quotes) within the <sco:Collection x:TypeArguments=“AssemblyReference”> element.
But it opens in ReadOnly mode can’t edit in text editor