Parser Error Message: Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown

前端 未结 1 2029
庸人自扰
庸人自扰 2020-12-20 09:37

I am getting this error when I am using ODP.net The error is appearing when I include a connection



        
相关标签:
1条回答
  • 2020-12-20 10:19

    This error comes at .net version 3.5 The solution is to upgrade the .net version to .net 4.0 or above

    0 讨论(0)
提交回复
热议问题