Evaluation Version different to Customer Version?
Posted: Wed Nov 15, 2006 9:55 am
Hello,
OK, let me explain the subject.
I develop a .NET Application with Microsoft Studio 2003 and the evaluation version works fine.
Also creating Setup-CDs and installing on other PC's works correct.
Now i ordered the Customer Version, and installed it on my Developer-PC. On this PC, where the MS-Studio was installed, all looks very good. But when i now create the Setup-Files and installed it on an other PC my Application do not work.
The automatically created Line
creates the standard message
German: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt
English: Object reference not set to an instance to an object
Any idea what is different to the evaluation version?
OK, let me explain the subject.
I develop a .NET Application with Microsoft Studio 2003 and the evaluation version works fine.
Also creating Setup-CDs and installing on other PC's works correct.
Now i ordered the Customer Version, and installed it on my Developer-PC. On this PC, where the MS-Studio was installed, all looks very good. But when i now create the Setup-Files and installed it on an other PC my Application do not work.
The automatically created Line
Code: Select all
this.tChart1 = new Steema.TeeChart.TChart();
German: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt
English: Object reference not set to an instance to an object
Any idea what is different to the evaluation version?