I recieve the very strange error while compiling project:
"object reference net set to the instance of the object" in line 0 !!!
The first lines in this .cs are
using System;
using System.Collecti ons;
using System.Componen tModel;
using System.Drawing;
using System.Data;
using System.Windows. Forms;
So what is the problem???
"object reference net set to the instance of the object" in line 0 !!!
The first lines in this .cs are
using System;
using System.Collecti ons;
using System.Componen tModel;
using System.Drawing;
using System.Data;
using System.Windows. Forms;
So what is the problem???
Comment