c# - PhluffyFotos does not work on Azure SDK 1.3 -


i have tried phluffyfotos example on azure sdk 1.2 , works perfect. today have installed on (clen) computer azure sdk 1.3 , have want try phluffyfotos on not work. have problem part:

        if (!roles.getallroles().contains("administrator"))         {             roles.createrole("administrator");         } 

it seems somehow not load custom roleprovider (tablestorageroleprovider). have idea be?

i following error: "the role manager feature has not been enabled.", because of following exception "'system.web.security.roles.applicationname' threw exception of type 'system.configuration.provider.providerexception'".

can test example , see problem? http://phluffyfotos.codeplex.com/

firsty have "setconfigurationsettingpublisher" problem example, but have resole it.

edit:

i have deeper , sure there problem role provider. somehow roles class not read config file. have idea why?

i have exact same problem own project. verified fusion logs assembly contains custom providers dont load. seems problem somehow related web.config settings being ignored.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -