문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

You have a bug in your code.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top