the path 'C:\Windows\system32\config\systemprofile' is denied.

Find inspirations how to access the ZEN application model
Post Reply
user-6422
Posts: 5
Joined: Thu Jan 01, 1970 1:00 am

the path 'C:\Windows\system32\config\systemprofile' is denied.

Post by user-6422 »

I use ZeissImageLib.dll on the web application.
when I posted to iis,use
Zeiss.Micro.Imaging.ImageDocument().Open(FilePath)
throw error:
the path 'C:\Windows\system32\config\systemprofile' is denied.

below is my code

Zeiss.Micro.Imaging.ImageDocument imageDocument = new Zeiss.Micro.Imaging.ImageDocument();
string filename="c:\S1_R5_C1-C11_A1.czi";
imageDocument.Open(filename, readOnly);
Post Reply