D
dbeavon
Guest
Also what kind of container is hosting the application? A windows full-client application? A PASOE tomcat service? A web application of some kind? It looks like the exception (System.Security.Permissions.FileIOPermission) may be related to code access security in .net. I'd check on the user account which is running the process has enough rights to access the file system, and you may also need to configure the assemblies to be fully trusted. If this is related to code access security, you should be able to google that exception and find some solutions on stackoverflow.
Continue reading...
Continue reading...