Bug Found With v6.0 using Telerik
Posted: Fri 13 May 2016 19:07
I have placed all required files in the root directory and when I open the database in the database explorer, can pull all the data. I have the tables mapped. When I use the database explorer and choose to Retrieve Data, it will pull the data without issue. When I create a Query (Ctrl + Q) and drop an object in, such as : , I get the following error:
Code: Select all
from a in AppointmentRules select aThe connection string works fine using the database explorer and mapping the data, but bombs when trying to create a query.System.ArgumentException: Connection string is not well-formed
at Telerik.OpenAccess.RT.Adonet2Generic.Impl.DBDriver.connect(ConnectionString connectionString, PropertySet driverProps, ConnectionPoolType poolType, LogEventStore pes)
at OpenAccessRuntime.Relational.sql.SqlDriver.InitializeFor(ConnectionString connectionString, Boolean noConnect, PropertySet props, DBDriver& driver, Connection& conn, ConnectionPoolType poolType)
at OpenAccessRuntime.Relational.RelationalStorageManagerFactory..ctor(StorageManagerFactoryBuilder b)
at OpenAccessRuntime.storagemanager.StorageManagerFactoryBuilder.createSmfForURL()
Connection string is not well-formed