I am running on target framework as ".NET framework 4 client Profile". and As per code provided I updated my app.config file with <dbProviderFactories> code with set invariant as "Teradata.Client.Provider.Unique".
Now my Form1.cs file has code as follow:
DbProviderFactory factory = DbProviderFactories.GetFactory("Terada.Client.Provider");
And that thows an error on runtime "Unable to find the requested .Net framework Data Provider. It may not be installed."
I have installed reference to "Teradata.Client.Provider.dll" version 14.10.0.0
Can you please help me here to resolve my issue.
Thanks,
I am running on target framework as ".NET framework 4 client Profile". and As per code provided I updated my app.config file with <dbProviderFactories> code with set invariant as "Teradata.Client.Provider.Unique".
Now my Form1.cs file has code as follow:
DbProviderFactory factory = DbProviderFactories.GetFactory("Terada.Client.Provider");
And that thows an error on runtime "Unable to find the requested .Net framework Data Provider. It may not be installed."
I have installed reference to "Teradata.Client.Provider.dll" version 14.10.0.0
Can you please help me here to resolve my issue.
Thanks,