Hi,
I have a custom modules that creates user in DW. It was working in older DW version, but when updated it started to through and error on user.Save() method.
Object reference not set to an instance of an object. at Dynamicweb.Modules.UserManagement.User.get_Current(PagePermissionLevels level) at Dynamicweb.Modules.UserManagement.User.Save() at CustomModules.CustomModules.CreateLogins.ProcessRequest(HttpContext context)"
it still saves the user as before but it throughs this error too. Was there some changes in the user class in the last releases (since the 100% same code worked before without them)? Are there some new mandatory user fields ?
Wont post the long user creation code, but i instantiate the user , set username, password, add it to group. And try to save it.
Anyone can help ? :)
Thanks