
Signature
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
Thanks for your reply.
No, it doesn't do anything at all in the constructor. The class has some
static member variables that will be initialized on the first hit, but that
is done in the get methods, not in the constructor.
> Does it do something special in the static constructor?
>
[quoted text clipped - 14 lines]
> >
> > Has anyone else seen this problem?
Teemu Keiski - 29 May 2008 17:41 GMT
Ok, that sounds weird then. Are you sure it cannot be initialization of some
of these members?
Teemu
> Thanks for your reply.
>
[quoted text clipped - 25 lines]
>> >
>> > Has anyone else seen this problem?