This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
This is my config file (part) lightSpeedContexts> add name="DBNAME" connectionStringName="DBNAME" dataProvider="MySql5" pluralizeTableNames="False"/> /lightSpeedContexts> !-- The standard connectionStrings section, referred to by lightSpeedContexts > connectionStringName --> connectionStrings> add name="DBNAME" connectionString="server=localhost;User Id=root;database=mytestdatabase;"/> /connectionStrings> VS 20120 connects to the db . I can read tables and I can update tables. I can connect by code and update DB when I do uow.Add(anObject) I get The invocation of the constructor on type 'MyLsTest.MainWindow' that matches the specified binding constraints threw an exception.' Line number '3' and line position '9'. Inner Exception: When using paths make sure .... etc VS2010 MySql 5.5 LightSpeed 4 what gives here ? Thanks GMD |
|
|
found the problem .. default Identity Method is Keytable .. My DB table names are Uppercase and Lightspeed did not like KEYTABLE I should have thought about this .. but then again .. part of the learning curve ... bugger ... regards gmd |
|