app.config “Could not find schema information” after converting to Visual Studio 2010 / .Net 4.0

前端 未结 4 712
陌清茗
陌清茗 2020-12-30 21:08

After upgrading my project to Visual Studio 2010 and .Net 4.0, my app.config file generates these messages upon building the project:

  • Could not find schema inf
4条回答
  •  我在风中等你
    2020-12-30 21:53

    Are you sure the conversion went ok? Maybe the correct target framework wasn't configured. Open your project properties and check if the target framework is actually .NET Framework 4 or .NET Framework 4 Client Profile.

提交回复
热议问题