|
View Message
| Agent Name: |
Bill Volz |
| Message Date: |
11/17/2010 11:57:27 AM |
| Subject: |
RE: Occassional License Invalid Error |
Message:
You could try putting a lock around the point where you are setting the license.key value if you are setting it for each thread. This property is static and not thread safe. So fore example if you are setting it on one thread and another thread is checking it at the same time there could be a problem.
|
|
|