G
Guest
Dear sirs
I`ve got the file MSCOMM32.OCX from visual basic 6 and used it in C#
I`ve includedit in the references and also used it in the project "using MSCommLib;"
I also have written the following declaration in the constructor
MSCommLib.MSCommClass msCom = new MSCommLib.MSCommClass();
when I run this program it gives me an exception says "Class is not licensed for use"
what should I do to fix this exception??
thanks
Mohammed
I`ve got the file MSCOMM32.OCX from visual basic 6 and used it in C#
I`ve includedit in the references and also used it in the project "using MSCommLib;"
I also have written the following declaration in the constructor
MSCommLib.MSCommClass msCom = new MSCommLib.MSCommClass();
when I run this program it gives me an exception says "Class is not licensed for use"
what should I do to fix this exception??
thanks
Mohammed