|
|
When you build a deployable Sharepoint content type in a feature, there seems to be a bug in the MSDN CAML Intellisense package. ContentType declarations require, it seems, a FieldRefs section. CAML xsd doesn't enforce this. Why would you ever accidentally leave out the FieldRefs section? In my case, I wanted to declare a content type with no FieldRef items, which inherits a hidden base type.
The thing is, you don't get a crash, an error, or anything... just some screwed up empty content types, and some strange behavior. Oh, and hours of hell trying to figure out what the heck is going on.
|
|
|