> I would suggest using strace to figure out what file its trying to open. If > you can trace from that open() call up to a CLR stacktrace, you might be > able to figure out what is going on. > Thanks Justin, I will give it a try Chris