I can not find ‘system.windows.forms’ in imported namespaces, I need to use system.windows.forms.cursor, what can i do? Thank you very much!
Declare a variable with ‘System.Windows.Forms.Cursor’ datatype (using Browse for Types). Once declared you will have namespace imported automatically.
Yes I tried, but it does not exist.
I tried just now but it seems that ‘system.windows.forms’ haven’t been imported automatically.
You declared the variable with 'System.Windows.Forms.Cursor’ datatype ? Can you pls share the screenshot

It’s imported now but another problem pops up.
Do this,
Open your xaml in a notepad file and add the namespace manually as it is , you will have some previously
I figured it out. I just need to update ‘uipath.system.activities’.
1 Like
Thank you. I figured it out. I just need to update system.activities and it works now.
1 Like
Thank you, I know why now.
