I am working on an external framework that acts as a communication layer between Sitefinity and another 3rd party system. The 3rd party system is the central authority for all of our client data, but I would like to be able to create/delete/update user accounts in Sitefinity based on changes that are made to the accounts in the 3rd party system. I know that Sitefinity supplies some web services for handling user accounts, but they don't appear to meet my needs.
So now for the issue I'm running into. In my external framework, I am trying to create a UserManager object using the following code:
However, the UserManager throws the following exception on this line. {"The type initializer for 'Telerik.Sitefinity.Localization.Res' threw an exception."} {"Value cannot be null.\r\nParameter name: path1"}. I have referenced Telerik.Sitefinity, Telerik.Sitefinity.Model and Telerik.Sitefinity.Utilities. I'm wondering if I'm missing some configuration setting(s) for the membership and/or data providers. I did place the following in my app.config file, but it did not seem to help.
Can anyone point me in the right direction? Thank you!