NasimKaziS wrote:
preferenceValueField
Is this an instance field, or a shared field. You use it as an instance field. However, the compiler error indicates it is actaully a shared field. So, it should either be an instance field (remove the Shared keyword from its definition) OR the property needs to be marked as Shared and the Me. in the getter and setter need to be removed.
Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website