Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: Creating a new user in code

    Hi Guys, I am attempting to create a cs2007 user as part of a job and I am getting the following exception: Object reference not set to an instance of an object and my code looks like this: public class ImportUsersJob : ITask { public void Execute(System.Xml. XmlNode node) { User user; user = new User...
    Posted to Coding with Community Server (Forum) by matthewsorvaag on Thu, Jun 14 2007
    Filed under: create user, code, CS2007
  • Re: Calling the create new users routines from another app

    Thanks for the post. Just to clarify one thing, if you want this to work "as is" with no imports, it needs to be as follows: CommunityServer.Components.User u = new CommunityServer.Components.User(); u. Username = "Scott"; u. Password = "Password"; u.Email = " CommunityServer...
    Posted to Coding with Community Server (Forum) by jamesstaylor on Tue, May 8 2007
    Filed under: create user, CS Dev, cs development, CS2007
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com