Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion from C# to VB.NET
Message
From
17/04/2013 13:00:21
 
 
To
17/04/2013 12:18:36
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01571173
Message ID:
01571242
Views:
41
>>For the App class - I agree that having a oApp public Get/Private Set would be better
>
>Based on message #1571235, do you see a possible resolution using a deep copy?


I don't think you need to clone

replace
  oProcess.oApp = App.oApp.Clone()
by
  oProcess.oApp = App.oApp
Since this will give you the current reference of oApp


The App Class can replace oApp at any time. When it does, oProcess will still hold a reference to the previous oApp
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform