System.TypeInitializationException 在网络配置中加密连接字符串后出错

System.TypeInitializationException error after encrypting the Connection string in web config

如果我不使用加密,那么我的应用程序可以正常运行。但我正在尝试使用下面给定的命令加密 Entity framework 连接字符串。

aspnet_regiis -pdf "connectionStrings" "C:\SecureConStringApp"

但是我在 运行 应用程序时遇到错误。 Entity framework?

中的数据库优先方法是否需要执行任何其他步骤?

An exception of type 'System.TypeInitializationException' occurred in EntityFramework.dll but was not handled in user code

Additional information: The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception.

我的连接字符串如下:

当我 运行 作为管理员 visual studio 时,错误已解决。