mysql - entity framework error on db generation -


i restructured part of db new db (using mysql). on importing website project 62 errors stating "reference required assembly system.core version=4.0.0.0". naturally try add , vs says referenced. i've tried numerous things fix including rerunning code generation tool, re-saving diagram nothing works , errors still exist, thoughts?

well, solution rather easy, added own entry in web config info in error. adding line resolved problem.

 <add assembly="system.core, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089" /> 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -