Hi,
I have tried running the same program on the commandline it run. But when I try to debug, I keep getting this error.
System.MissingMemberException: 'namespace#' object has no attribute 'DateTime'
The same problem occured when I try, mywords = System.String() , it says no attribute 'String'
Btw, this is an IRONPYTHON code that I wanted to run, using SD version 3.00 build 3800. Did I misconfigure something here? System.Windows.Form, System.Drawing and MySQL.Data namespace seems working fine.