I was trying to run some tests against the nerd dinner project for some proof of concept code I am working on. In this particular test, I was hoping to test logging into the system via the AccountController. The issue I am running into, however, is that I am getting an access exception to the app_data folder except its looking for it in the IronPython install directory.
I thought to check and add another path (in the visual studio tooling) to look at the application root but that had no effect. Looking at the os.getcwd(), it's set to the proper directory. I also tried to manually add the path to sys.path.append() as well. Any thoughts on what is going on? -Andrew -- “If I had six hours to chop down a tree, I’d spend the first four of them sharpening my axe”. -Abraham Lincoln
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com