When I click on the LocalizationKey property of my textbox (or of my form...), this error message appears.Does anyone ever see this ?
I hope so because I have no idea of why it appears.
Regards
David
The only thing I can think of would be that either your StratFrame deployment isn't clean (i.e the strataframe databse itself is missing items or structures), or your connection to the strataframe database isn't valid (due to network issues or an invalid connection string in solution preferences.)
Here is a copy screen of a message I have by clicking on PopulateDataSourceSettings on a list view.
My connection string seems to be correct.
ConnectString = @"Data Source=SRV-DOMAINE-1\CORWIN;Initial Catalog=ProjetPatient;Integrated Security=True;Persist Security Info=False;Asynchronous Processing=True";
I think there is a problem on the StrataFrame database but where I don't know
Can the error message help you to find a solution ?
I succeed to resolve my problem. In fact, my StrataFrame database was on a sql server 2000 ans there was a problem between text and varchar.I copied the SF database on a server 2005 and now all work good.
I'm happy
Thans all for your help.
RegardsDavid