Hello,
i have deleted something from my smartdevice application in VB.NET and now
the building of the CAB file stops with this error:
"...AssemblyInfo.vb(17) : error BC30002: Type 'CLSCompliant' is not
defined."
How can I correct this?
Thank You,
Gergo

Re: error by Peter

Peter
Wed Nov 10 14:12:50 CST 2004

Make sure the System namespace is in your default Imports for the project -
see the project properties dialog. Or you can probably add

Imports System

To the top of your AssemblyInfo.vb file.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

"Gergo" <a620@freemail.hu> wrote in message
news:%23s1z620xEHA.2752@TK2MSFTNGP11.phx.gbl...
> Hello,
> i have deleted something from my smartdevice application in VB.NET and now
> the building of the CAB file stops with this error:
> "...AssemblyInfo.vb(17) : error BC30002: Type 'CLSCompliant' is not
> defined."
> How can I correct this?
> Thank You,
> Gergo
>
>