如何激活 global.asax 文件中的 Entity Framework 扩展许可证?

How to activate Entity Framework Extensions license in global.asax file?

我购买了 Entity Framework 个扩展的许可证。我将 LicenseName 和 LicenseKey 添加到 app.config 文件并尝试在 global.asax 中激活许可证。 这是他们文档中的激活码:

    Z.EntityFramework.Extensions.LicenseManager.AddLicense([licenseName], [licenseKey]);

但是我收到有关过期的错误消息,这在我的情况下并非如此。有人知道如何在 global.asax 中正确设置许可证吗?谢谢!

希望您已在 global.asax 中的 Application_Start 中更新以激活您的许可证。

注意:在第一次调用库前添加license。否则,库将使用评估期启用。