T O P I C R E V I E W |
Deeron |
Posted - Nov 29 2022 : 06:38:45 Hi Nigel,
Help me with the following problem! I get this error when I try to call the IEImage.LayersShowPropertiesDialog method:
System.Runtime.InteropServices.SEHException HResult=0x80004005 Message=An external component has triggered an exception. Source=<Cannot evaluate the exception source> StackTrace: <Cannot evaluate the exception stack trace>
ieViewer1.Image.LayersShowPropertiesDialog(CurrentLayer.LayerIndex);
The "CurrentLayer" is an existing object of type IELayer.
Platform target: x64 I use the .NET Framework 4.8, and the following IEVolution components:
iecore.dll (v10.5.0.0) - 12122416 bytes ielib64.dll (v6.0.4.0) - 3038512 bytes IEvolution4.dll (v10.5.0.0) - 424752 bytes
Solution or suggestion?
Thanks, Deeron |
8 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Dec 14 2022 : 22:25:53 Hi Deeron
We have a fix for the LayersShowPropertiesDialog issue. You can email me for it.
Nigel Xequte Software www.imageen.com
|
xequte |
Posted - Dec 02 2022 : 15:36:50 Yes, that is an error. We'll fix that for the next release.
Nigel Xequte Software www.imageen.com
|
Deeron |
Posted - Dec 02 2022 : 07:03:35 Hi Nigel,
Confirmed. You are right, I did not look in the c:\Program Files\IEvolution\MSHelp folder. Because there is also an IEvolution chm file in the c:\Program Files\IEvolution folder, and that's what I was going by. It's confusing that there are 2 chm files.
Thanks, Deeron |
xequte |
Posted - Dec 01 2022 : 14:48:32 Hi Deeron
We've not yet decided on our 2023 schedule yet.
There looks to be an error in the installer. The correct CHM file should be in the folder \MSHelp\. Can you confirm?
Nigel Xequte Software www.imageen.com
|
Deeron |
Posted - Dec 01 2022 : 01:51:33 Hi Nigel,
Ok. When will the update be available?
One more request, if you have the possibility, please update the chm help file, because the online help is usable, the only problem is when there is no internet connection, then I can check the offline chm file for anything I want.
Thanks.
Regards, Deeron |
xequte |
Posted - Nov 30 2022 : 18:42:26 Hi Deeron
Sorry, we'll need to investigate that when we do our next update.
Nigel Xequte Software www.imageen.com
|
Deeron |
Posted - Nov 30 2022 : 03:36:08 Hi Nigel,
Yes, this error occurs even when I use an absolute index. I get this error even if I do not specify an index parameter.
Deeron |
xequte |
Posted - Nov 29 2022 : 19:13:08 Hi Deeron
Do you get the same error, if you use an absolute index, such as:
ieViewer1.Image.LayersShowPropertiesDialog(0); ieViewer1.Image.LayersShowPropertiesDialog(1);
Nigel Xequte Software www.imageen.com
|