我的应用程序在本地运行良好,但在远程服务器上运行不佳
当我将文件上传到远程服务器时,我收到以下消息:
未将对象引用设置为对象的实例
并且 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的代码中有一个错误。
您需要阅读异常的详细信息并找到并修复错误。
You have a bug in your code.
You need to read the details of the exceptions and find and fix the bug.
您给出的错误消息仅供一般性帮助。它基本上意味着您正在尝试访问一个空对象。请至少给出堆栈跟踪。
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.