使用dotfuscator后浏览时无法罚款页面

发布于 2024-08-07 03:50:09 字数 108 浏览 2 评论 0原文

我使用 dotfuscator 来加密我的 dll,并在构建后事件中编写命令来获取加密的 dll,而不是旧的 dll,最后我发布了我的网站。 但是当我浏览它时,它给我错误,它无法正常登录页面? 任何帮助

I used dotfuscator to encrypet my dlls and on post build event I wrote command to get the encrypted dlls instad of old ones and finally i published my website.
but when i browse it it give me error it can't fine login page?
any help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追风人 2024-08-14 03:50:09

不要混淆公共类和公共方法名称。如果它们被更改(混淆),引用它们的其他对象将无法找到它们,您将收到此错误。

Don't obfuscate public classes and public method names. If they are changed (obfuscated) the other objects referencing them cannot find them and you will get this error.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文