Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting the creation of an object
Message
From
24/02/2004 15:56:10
 
 
To
24/02/2004 15:52:03
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00880446
Message ID:
00880465
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform