If it can't load the type then there is an error in the config file for your handler or else the dll is not in the bin.
Are you sure that mycustomnamespace.SetupAffiliateUserRegisteredHandler is the correct fully qualified type name of your handler?
Does it exist in mycustomnamespace.Business.dll and does mycustomnamespace.Business.dll exist in your Web/bin folder?
Hope it helps,
Joe