I have a managed data provider for .NET. The Visual Studio 2008 designer correctly runs a test connection against my data source when I put my connection string in, but when I click OK, it passes the following string to my ConnectionString property setter: "Microsoft.Data.ConnectionUI.DataConnectionDialog+BasicConnectionProperties".
How can I work around this?
Robert Houben