environment issue? win8.1 vs win server 2012
Posted: 2016-06-06T14:22:42-07:00
This works fine on windows 8.1
Windows Server 2012
"Error cannot find file c:\inetpub\wwwroot\stylus\Masks\file.png.\n\rParameter name:"
i have tried other working files all same answer. i took the file extension out. There is nothing wrong with the file mask file itself it works fine on console application.
Windows Server 2012
Code: Select all
string file = "c:\\inetpub\\wwwroot\\stylus\\Masks\\file.png";
MagickImage mask = new MagickImage(file);
i have tried other working files all same answer. i took the file extension out. There is nothing wrong with the file mask file itself it works fine on console application.