Hi Scott,
I added a new module to my existing workspace, then added it to SVN. Retreval of the data from the salesforce site is not a problem. However, I can't get the "Save" or "Force Save" to work and some kind of errors like:
Deployment Failed
INVALID_FIELD_FOR_INSERT_UPDATE - Dependent class is invalid and needs recompilation:
Class <ClassName> :
SELECT ID, CompanyName, Username FROM USER
^
ERROR at Row:1:Column:12
No such column 'CompanyName' on entity 'User'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
OR another example:
Deployment Failed: DUPLICATE_VALUE - duplicate value found: <unknown> duplicates value on record with id: <unknown>
However, this class and all other classes I tried are saved no problem directly inside the saleforce site, etc. So far I haven't been able to save any classes from this new module yet because it is complaining about dependent class needing recompilation or a duplicate value. Other modules work fine.
Any ideas what might be causing this?
Appreciate your help,
Karine