Compilation errors in widows version

Getting the following error during compilation of windows project.

Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:

  • Element is missing an end tag.
  • XML name expected.
  • Syntax error.
  • Character ‘[’ (&H5B) is not allowed in an XML name.
  • Character ‘,’ (&H2C) is not allowed in an XML name.
  • Character ‘,’ (&H2C) is not allowed in an XML name.
  • Character ‘,’ (&H2C) is not allowed in an XML name.
  • Expected beginning ‘<’ for an XML tag.
  • ‘>’ expected.
  • ‘)’ expected.
  • Element is missing an end tag.
  • XML name expected.
  • Syntax error.
  • Character ‘[’ (&H5B) is not allowed in an XML name.
  • Character ‘,’ (&H2C) is not allowed in an XML name.
  • Character ‘,’ (&H2C) is not allowed in an XML name.
  • Character ‘,’ (&H2C) is not allowed in an XML name.
  • Expected beginning ‘<’ for an XML tag.
  • ‘>’ expected.
  • ‘)’ expected.
  • Namespace or type s

Hi @Ragavi_Rajasekar,

Is it possible for you to share (here or privately to me via a PM) a sample project with this issue?

Normally, a way to debug these types of issues would be to:

  • create a copy of the project
  • start deleting things “from the end” until it works

There is a chance that a specific activity is corrupted, and knowing which one and how it is corrupted would help us a lot to narrow down this issue.

Unfortunately sorry i cant share the file . But let me try your resolution.