[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Problems with running assemblies (Ionic.Zip or SharpZipLib) - 10.2b

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top