Click here to Skip to main content
15,867,906 members

Comments by Pascal Ganaye (Top 15 by date)

Pascal Ganaye 19-Jun-17 9:40am View    
Thanks
Pascal Ganaye 16-Oct-13 13:07pm View    
What is the source of the line 431 in E:\Synergy\ROCS\ROCS_SourceCode\ROCS\Global.asax.vb
The system tells you the error occurs there.
It could well be that something within that line returns null only on the new server.
Pascal Ganaye 16-Oct-13 9:54am View    
Your question is hard to follow.
You says "How does checked items in listview can still be visible after I'm saving it"
As I see it, nowhere in your code you are removing items from lvsettings.
You are only turning on the check box.
Pascal Ganaye 17-Nov-12 10:37am View    
Exactly
Well worth a five and my gratitude.
Pascal Ganaye 17-Nov-12 5:34am View    
I agree with you this is super fast.

I thought of the compilation phase.
In fact you can see in the code that I call copyUsingADynamicMethod once before starting the Stopwatch.
By the time I start the stopwatch, the code has already been compiled and run once.

I did find out why it is 4 time slower. It has to do with anonymous assemblies that triggers more control from .NET 4 framework. I wonder if they upload them somewhere for a quick NSA Check?