Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shell requirement
Message
De
19/04/2010 03:12:24
 
 
À
19/04/2010 03:09:12
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01460445
Message ID:
01460861
Vues:
33
>Are you sure you have not defined your own class named 'Shell' that is somehow referenced in that project? Simple repro:
Partial Public Class _Default
>    Inherits System.Web.UI.Page
>    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
>        Shell("Test")
>    End Sub
>End Class
>
>Public Class Shell
>End Class
No, but it could be related to the project properties. The project that it works is a desktop project. The other one, the one which is not working, is a DLL project. I assume the EXE project is probably containing a reference to a module which would be needed for the Shell to work in the DLL project. Or, maybe, by default, this cannot be used in a DLL project.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform