Click here to Skip to main content
15,895,011 members

Comments by Manoj Chamikara (Top 87 by date)

Manoj Chamikara 12-Jul-18 5:12am View    
Thank You I got the answer in MySQL Documentation you gave
Thank You For Your Valuable Time

Final Code looks like this
<entityframework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
<providers>
<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6"/>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>

Manoj Chamikara 21-Feb-17 10:15am View    
Thank You Very Much
That is the problem
i change the object class like you said then it's work fine
(Question updated)
Manoj Chamikara 21-Feb-17 9:46am View    
inner exception is null
this is all i get

One or more validation errors were detected during model generation:
EntityType 'customerDetails' has no key defined. Define the key for this EntityType.
saveCus: EntityType: EntitySet 'saveCus' is based on type 'customerDetails' that has no keys defined.
Manoj Chamikara 21-Feb-17 9:07am View    
No No actual values are different for the post i change values but same arguments
Manoj Chamikara 4-Sep-14 11:28am View    
Thank You Very Much Your Grate Response to My Question I Update My Question with my code sample as you say using StringBuilder but first time it works perfectly for example fist time user input "A" then label1 shows it then user type "AS" then label show it but user again type "A" it doesn't show in label what is the wrong in my code?