Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Even if you do not have any code that references a data source key, it might be that a shared property or shared method references the key. Since the DataSources collection is stored in a shared variable, it exists in memory from the time that the application starts to the time that the application ends. So, just by referencing the DLL, it could be trying to reference that key.
|