Error BC30652

Buenos días.

Comunidad.

Actualmente tengo un error en todos mis asistentes, que hasta el día de ayer funcionaron bien. El error es el siguiente:
error BC30652: Reference required to assembly ‘System.ComponentModel.TypeConverter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03g5g7g11d50b3b’ containing the type ‘MarshalByValueComponent’. Add one to your project.

Alguien quizás sepa como puede solucionarse, ya traté actualizando el paquete “System.ComponentModel.TypeConverter” y no funcionó.

Saludos

@camilo_gonzalez

Try updating all you system packages to latest version and check

Is it happening on any specific activity or variable then try removing that and re add a new one

cheers

1 Like

hi @Anil_G ,all the packages are updated, I tried to recreate the activity and it didn’t work, the errors are showing up on ReFrameWork getTransactionData machine

@camilo_gonzalez

Then follow the steps

  1. Close the project and rename the project.json file and reopen and check if its resolved
  2. Go to .Nuget folder (Location:C:\Users\<Username>\.nuget\Packages) and rename the packages folder and then reopen the project and check if the issue persists

If the issue is still there create a new project and check if the issue there in that project also, If yes then try downgrading the packages to older stable versions like 22.x

cheers

2 Likes

thank you very much, it is working :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.