Given the following scenario:
- Create MyCodeActivity1 with argument MyArgument1
- Add this activity to myworkflow.xaml
- Rename MyArgument1 to MyCodeActivity1 to MyRenamedArgument1
If you open myworkflow.xaml, visual studio will show this error:
Operationcannot be loaded due to errors in XAML
Is there an object where a visual studio can give more information about the error, please? At the moment, I have created a small Windows application that tries to execute a workflow and displays an error message if it is not valid. This gives a clear message. But it would be great if the visual studio provided this function directly.
source
share