hi, after update to 2.0.1 i receive the container object messages. i will try to update later like you said.
but, the problem is: i have a lot of messages from af_oledb.dll about the oid column. "Error retrieving storage information on column oid....."
why? the attributes in code doesn't change.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure why you're getting the oid message. I assume you are using oid's in the classmaps, and that the database structure hasn't changed at all. Also, I assume you are using an access database (since you are using the AF_OLDEB.dll).
Can you have a look through the debug messages that are diplayed by the persistencebroker init code and see if there is anything in there that nmight give us a hint as to what is missing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It just occurred to me that AF_OLEDB.DLL is not used by 2.0.1 (it still uses the classes built in to the framework)
The separated dll files for the different providers are part of version 2.1. If you are using 2.1, then try getting the latest code from CVS for the change to the container object warnings.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi, after update to 2.0.1 i receive the container object messages. i will try to update later like you said.
but, the problem is: i have a lot of messages from af_oledb.dll about the oid column. "Error retrieving storage information on column oid....."
why? the attributes in code doesn't change.
I'm not sure why you're getting the oid message. I assume you are using oid's in the classmaps, and that the database structure hasn't changed at all. Also, I assume you are using an access database (since you are using the AF_OLDEB.dll).
Can you have a look through the debug messages that are diplayed by the persistencebroker init code and see if there is anything in there that nmight give us a hint as to what is missing.
hi, I have a same problem. But, it is resolv with add references of the dll in the project.
2.0.1 is correct.
It just occurred to me that AF_OLEDB.DLL is not used by 2.0.1 (it still uses the classes built in to the framework)
The separated dll files for the different providers are part of version 2.1. If you are using 2.1, then try getting the latest code from CVS for the change to the container object warnings.