Compiling error "Entity"does not contain a difinition for "Name"
When I compiling system after downloading my package, I get these errors. I cant fix it in any way. Where do I need to look for the trouble? In some database table or what should I look for in objects?
In all code schemas it's trying to get contact name. (The file contains screenshot with AccountSchema.Base.cs err code)
Like
Hello,
We advise registering a Case for our technical support team describing all the needed details, as there's a need to conduct a deeper investigation of the problem in order to resolve it.
Kind regards,
Mira
Mira Dmitruk, ok, I'll write to them. If someone knows answer, please :)
Federica,
Hi, yep. I had this trouble two times.
I have an assembly package, so for the second time I didn't use replacement schemas of basic objects. I had to delete "Contact", it helps.
The first time I checked the data with SQL (table "SysEntitySchemaReferences") found and deleted broken object "Activity".
I think it's much easier to check source code. It says what object it's trying to find.
I hope I could help.