S
Sophos
Hi,
I'm trying to use the Overpower ImageLib dll to create charts in .Net
- I'm using this because we are migrating from asp and it's way
quicker to keep the code as is. I've imported the dll to the project
and I've created an instance of the class in my page :
myGraph = New ImageLib
all this works fine, however once I try to assign a value to a
property, say :
myGraph.FontFace = "Arial"
and then compile and run, I get a
'System.Runtime.InteropServices.COMException catastrophic failure'
error which doesn't help me very much... Any ideas?
Although of note is that boolean properties seem to work...
Thank you,
Jonathan
I'm trying to use the Overpower ImageLib dll to create charts in .Net
- I'm using this because we are migrating from asp and it's way
quicker to keep the code as is. I've imported the dll to the project
and I've created an instance of the class in my page :
myGraph = New ImageLib
all this works fine, however once I try to assign a value to a
property, say :
myGraph.FontFace = "Arial"
and then compile and run, I get a
'System.Runtime.InteropServices.COMException catastrophic failure'
error which doesn't help me very much... Any ideas?
Although of note is that boolean properties seem to work...
Thank you,
Jonathan