Hi All,
Sorry, I am an LLBLGen newb.
We have just upgraded to VS2010 on Win 7 but an existing project uses 2.6 pro with no option to upgrade.
I have an existing entity called say "MyEntity" with a field name "MyFieldNK" that is currently mapped to a target called "MyFieldNk"
I have changed the field name to "MyField" and it remains mapped to a target called "MyFieldNk".
I performed a Generate, and got the following error:
Access to the path 'C:\Build\MyProject\LLBLGen\DatabaseGeneric\HelperClasses\EntityCollection.cs' is denied.
I started VS2010 as an administrator and ran generate again, and it completed without error, but the updates to the entity are not flowing through. When I refer to a variable of type "MyEntity" I can still see the old name ""MyFieldNK" in intellisense.
Am I missing something? Any suggestions on how to change the name of a field on an entity?
Cheers
BR