When I click the drop down in the source editor after entering a valid connection (and successfully testing said connection), I get the following error message:
Could not retrieve the table information for the connection manager 'xxxx'. Could not create a DbProviderFactory class for the provider invariant name 'Sybase.Data.AseClient'. Verify that this provider is installed correctly on this computer.
As this is supposed to be an ODP Managed Data provider
, i'm not sure why it is looking for a Sybase provider. As you can see here it appears as though it is using the correct DLL:
I have tried clearing both dll's out of the gac and then reinstalling the managed ODP, but I still get the same issue. Any help would be greatly appreciated.