securityType

T

TJS

this line will not compile in my code class

Dim Secure As SecurityType = SecurityType.Insecure

throws an error:
Type 'SecurityType' is not defined

my imports are:

Imports System
Imports System.Configuration
Imports System.Web
Imports system.security

what am I missing ????
 
M

MyNews

hi,

are you using .NET Framework 1.1 because it is available from that version.
And the namespace is System.Data.SqlServerCe in .NET CF.

rgds
joyjit
 
T

TJS

I'm using 1.1, but it doesn't recognize "System.Data.SqlServerCe"

error BC30466:
Namespace or type 'SqlServerCe' for the Imports 'System.Data.SqlServerCe'
cannot be found.

Imports System.Data.SqlServerCe
~~~~~~~~~~~~~~~~~~~~~~~
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top