Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DefaultSecurityAccessLevel
Message
De
25/08/2005 19:47:14
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
DefaultSecurityAccessLevel
Divers
Thread ID:
01044158
Message ID:
01044158
Vues:
64
My app.vb will not recompile due to following error:

Option Strict On disallows implicit conversions from 'OakLeaf.MM.Main.Security.mmSecurityAccessLevel' to 'OakLeaf.MM.Main.Security.mmSecurityAccessLevel'.

I have references to:
Mere Mortals Framework
Mere Mortals Framework Automation
Mere Mortals Framework Infragisitcs Windows Controls
Mere Mortals Framework Interfaces
Mere Mortals Framework Windows Forms

Here is the app.vb:

' Copyright, 2002 Oak Leaf Enterprises Solution Design, Inc.
Imports System
Imports OakLeaf.MM.Main
Imports OakLeaf.MM.Main.Patterns
Imports OakLeaf.MM.Main.Security
Imports OakLeaf.MM.Main.Windows.Forms

Namespace Main

Public Class AppDesktop
Inherits mmAppDesktop

' Application Constructor method
Public Sub New()

ApplicationName = "HIRENet"
Me.DefaultSecurityAccessLevel = mmSecurityAccessLevel.Full
Me.UseMostPrivilegedRoleAccess = True

Me.InitializeComponent()
End Sub

#Region " Windows Form Designer generated code "
Private Sub InitializeComponent()
'
'AppDesktop
'
Me.DisplayLoginForm = True

End Sub
#End Region

' Create the application-level factory
Public Overrides Function CreateFactory() As mmFactory
Return New Factory
End Function

End Class

End Namespace
Vincent Blain
Sr. Developer
Infolink Screening Services INC
9201 Oakdale Ave, Suite 100
Chatsworth, CA 91311
800-990-4473 x 1241
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform