| 8/23/2006 8:19:29 PM |
Dear Paul,
While going over the web portal source code, i noticed the following lines:
public static void Register<T>(string where) {
lock (where) {
Cache.where[typeof(T)] = where;
}
}
The lock statement looks suspecious, i guess you meant lock(Cache.where) !!
Thanks
Shadi Mari |