The 4.0 version of the IDbScemaProvider interface contains a void SetExtendedProperties(string connectionString, SchemaObjectBase schemaObject) method, which is not implemented in the 0.92 version of this provider.
You should download the source code, and implement this method (at least throw an NotImplentedException - of course you wont'be able to use this feature then, but you can use the rest).