Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I don't know what wrong, but I would try to copy all the files from the bin folder of a default EPiServer install to the bin folder of your application and see if it worked. If it didn't I would also copy all the assembly redirects from web.config of the default site. Then it's hopefully working and I would start to clean up things not needed...
Hi
I have an assembly which calls the membership API method GetUsersInRole(). In my config files I reference the EpiServer MultiplexingRoleProvider setup.
When the above method is hit via a normal assembly reference (to my 'NotifierEngine' dll) it works ok, but, when I try to wrap the 'NotifierEngine' assembly within a WCF service (so that I can call it asynchronously), I get (with anonymised substitutions obviously):
I *think* I have all the same the EpiServer assemblies referenced/in the bin in my async project, can someone suggest what I'm overlooking reference-wise?
Thanks,
dan