I've added an NUnit project to our AbleCommerce solution. Right off the bat I'm running into issues trying to simply create a user. Has anyone tried this?
Here is what I am calling:
Code: Select all
//...
User user = UserDataSource.CreateUserInstance(Guid.NewGuid().ToString());
//...
However, I am consistently getting the following error on the line above:
Code: Select all
"System.Configuration.ConfigurationErrorsException : Unable to open configSource file 'App_Data\ablecommerce.config'."
Any help/suggestions/pointers is greatly welcome.
Thanks,
Mark