Problem with ReaderWmf Class in Web Service (WCF)
#2
The ReaderWmf internally uses some GDI+ interop methods that take only file name as parameter. Therefore the Read method that takes stream as parameter internally creates a temp file in Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) folder.

I would advice you to create the temp metafile by yourself in some known location inside your web application and pass use the Read method that takes file name instead of stream.
Andrej Benedik
  


Messages In This Thread
RE: Problem with ReaderWmf Class in Web Service (WCF) - by abenedik - 11-03-2011, 09:50 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)