Activity Creator : Publish error

Hi All,

I am trying to create activity using visual studio. I keep getting error while publishing. Error does not say much

Any help is appreciated @Lahiru.Fernando @Maneesha_de_silva


Regards,
Vinod

1 Like

The error says to check the output window in Visual Studio for details.

1 Like

hi @vkshambhu
have you checked the error in output log

As per output this is what is see :

error CS1061: ‘int’ does not contain a definition for ‘Set’ and no accessible extension method ‘Set’ accepting a first argument of type ‘int’ could be found (are you missing a using directive or an assembly reference?)

Thanks
Vinod

The Set method is only for OutArgument properties. You’re trying to set an int to itself here.

3 Likes

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