Can someone tell me where in the code are all the EntityHelpers populated? I try to put a breakpoint on SkinBase's constructor but it seems all EntityHelpers are populated at that point.
Can someone tell me where in the code are all the EntityHelpers populated? I try to put a breakpoint on SkinBase's constructor but it seems all EntityHelpers are populated at that point.
Application Start and AppLogic populate them. See EntityHelper.cs also
AspDotNetStorefront
Shopping Cart
But there's no Application_Start anywhere in the code. There's no Global.asax.cs.
Did you ever find Application_Start?
MSX