I am able to pass threads into the prince dll interface and the conversion of HTML/XML files via CSS is great from physical file to physical file!
:roll: My gripe comes that your streaming support is via the Stream class. According to my ASP.net C# 2005 Pro install (ASP 2.0 Framework), th class is now abstract. Inheriting this class creates a new data type and the complier is not satisfied with the input. I tried the StreamReader and StreamWriter classes and they are not the right type. I even tried to use a Stream class pointer as a base class pointer to the 2 previously mentioned current stream classes and that didn't work either.
====================================
C#
SerializableAttribute
ComVisibleAttribute(true)
public abstract class Stream : MarshalByRefObject, IDisposable
====================================
I am not even going to touch the issue of encryption and info security without having streaming.
I am guessing that you have some refactoring in the works intended for future releases of your software and I look forward to this.
Nevertheless, I need some short term solution to help me and the developers I work with meet our deadlines. HELP!!
:roll: My gripe comes that your streaming support is via the Stream class. According to my ASP.net C# 2005 Pro install (ASP 2.0 Framework), th class is now abstract. Inheriting this class creates a new data type and the complier is not satisfied with the input. I tried the StreamReader and StreamWriter classes and they are not the right type. I even tried to use a Stream class pointer as a base class pointer to the 2 previously mentioned current stream classes and that didn't work either.
====================================
C#
SerializableAttribute
ComVisibleAttribute(true)
public abstract class Stream : MarshalByRefObject, IDisposable
====================================
I am not even going to touch the issue of encryption and info security without having streaming.
I am guessing that you have some refactoring in the works intended for future releases of your software and I look forward to this.
Nevertheless, I need some short term solution to help me and the developers I work with meet our deadlines. HELP!!