Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting the creation of an object
Message
De
24/02/2004 15:56:10
 
 
À
24/02/2004 15:52:03
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00880446
Message ID:
00880465
Vues:
24
>You forgot to instantiate the object. Here's the correct code (plus the checking for nothing if you still want to do that):
>
>Dim loContext As SoapContext
>loContext = New SoapContext()
>If Not (loContext Is Nothing) Then
>   loContext = HttpSoapContext.ResponseContext
>End If
>
This generates an error on the 2nd line. First, the parentheses are not kept. Then, the error is underlining "New SoapContext".
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