Login Skip Navigation LinksWilsonWebPortal > Forums Search
Download WebPortal Download WebPortal
Download and start using the full WebPortal completely free, including the source for the basic modules so you can see how to create your own if the included modules aren't enough.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

User Login User Login
Log In
 
 
Reset Password

Wilson WebPortal Forums Wilson WebPortal Forums : Bugs & Issues : Cache.Register bug...

Date Post
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

8/23/2006 8:20:14 PM Yes, you are correct -- I'll fix that in the next update.

Thanks, Paul Wilson