我的应用程序在本地运行良好,但在远程服务器上运行不佳

发布于 2024-09-17 13:53:01 字数 126 浏览 3 评论 0原文

当我将文件上传到远程服务器时,我收到以下消息:

未将对象引用设置为对象的实例

并且 ClassDesigner 文件和其他几个类中应该发生一些错误。

When I upload the files on the remote server I get the following message:

Object reference not set to an instance of an object

And a few errors supposed to be happening in the ClassDesigner file and other few classes.

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

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

发布评论

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

评论(2

九公里浅绿 2024-09-24 13:54:13

您的代码中有一个错误。

您需要阅读异常的详细信息并找到并修复错误。

You have a bug in your code.

You need to read the details of the exceptions and find and fix the bug.

终弃我 2024-09-24 13:53:59

您给出的错误消息仅供一般性帮助。它基本上意味着您正在尝试访问一个空对象。请至少给出堆栈跟踪。

The error message you give is to general to help. It basically means you are trying to access a object that is null. Please at least give a stack trace.

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