After publish am getting error

I have published my workflow but is not published, after that am getting below error.
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:

  • ‘Event_Text’: member names cannot be the same as their enclosing type.
    can any one please help me.

@Vanitha_VS,
I’m not sure about this. Just try this
Is the Event_Text variable?
Check the variable name created 2 times.
If have Two variables with the same name, change the name of one of them or delete it.

Validate the project:
grafik

maybe you are directed to the location of failure

there is a .Net class called DataTable
the issue tells us that no variable name should be the same as e.g. a class name, or keyword…

so check the variable names and change i to more specific, but different to already defined names