I created an new enum and want to assign it to one of my fields. (I've done this many times in the past...pre 1.6). I perform a search in the custom data type fields but it doesn't return anything. I have a number of existing enums and just added a new one. I tried again and it crashed visual studio with Out of Memory errors. I restarted and tried again but it doesn't seem to find anything and/or crashes again.I can manually enter the enum name 'enum_CRMRoleType'. I then rebuild the partial class but when I rebuild the project I get an error 'Type enum_CRMRoleType' is not defined.
I haven't created an enum in a while but it did work a while back.
Any ideas as to why it can't find my enums?
Thanks,
Tim