M
Mark Olbert
I'm reposting this in case it got lost...
The ASPNET Configuration tool does not appear to be able to handle derived MembershipUser classes.
Even the simplest possible derived class (one which merely wraps MembershipUser itself, duplicates its public constructor but adds
no additional methods or properties) causes ASPNET Configuration to blow up. The error message indicates that ASPNET Configuration
cannot load the derived Type from the website's dynamically-created assembly (i.e., the derived MembershipUser class is in the
site's AppCode folder).
The same problem occurs if the derived MembershipUser class is housed in a class library referenced by the site.
Have others run into this problem? Better yet, have others created derived MembershipUser classes which operate with the ASPNET
Configuration tool?
- Mark
The ASPNET Configuration tool does not appear to be able to handle derived MembershipUser classes.
Even the simplest possible derived class (one which merely wraps MembershipUser itself, duplicates its public constructor but adds
no additional methods or properties) causes ASPNET Configuration to blow up. The error message indicates that ASPNET Configuration
cannot load the derived Type from the website's dynamically-created assembly (i.e., the derived MembershipUser class is in the
site's AppCode folder).
The same problem occurs if the derived MembershipUser class is housed in a class library referenced by the site.
Have others run into this problem? Better yet, have others created derived MembershipUser classes which operate with the ASPNET
Configuration tool?
- Mark