Skip to main content
Home Forums General Silverlight New Features in Silverlight 3 AllowPublic in entity property name fails
1 replies. Latest Post by moemeka on July 10, 2009.
(0)
moemeka
Member
147 points
69 Posts
07-10-2009 5:55 AM |
This is the wierdest thing, but maybe its 2:49am. It appears that I can not have an entity with the property name that contains AllowPublic in it or the client code will fail with an error similar to :
Error 35 '<EntityName>' does not contain a definition for 'On<*>AllowPublic<*>Changed' and no extension method ...
I tried every possible name configuration and it seems that as long as that string is in the name, the error will occur. So I'm going crazy right????
07-10-2009 5:58 AM |
moemeka: This is the wierdest thing, but maybe its 2:49am. It appears that I can not have an entity with the property name that contains AllowPublic in it or the client code will fail with an error similar to : Error 35 '<EntityName>' does not contain a definition for 'On<*>AllowPublic<*>Changed' and no extension method ... I tried every possible name configuration and it seems that as long as that string is in the name, the error will occur. So I'm going crazy right????
okay it seems to be the use of the word Public itself. This is really wierd.