Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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