Hi
I'm trying to load some icons (for a custom task pane) using the GetImageMso method. However I failed with below exception which i understand to mean (also by looking at core.cs) that netoffice cannot find the Picture class within it's own Assemblies. Something that is not extremly surprising as it's within the external stdole library...
Is there some trick to make the stdole library part of the search path or is this simply a bug, that the GetImageMso method should use a custom proxy method (Or that netoffice should wrap the picture class) ?
Any ideas?
Br
Ask
Class 00020430-0000-0000-c000-000000000046:Picture not found in loaded NetOffice Assemblies
Currently loaded NetOfficeApi Assemblies
Loaded NetOffice Assembly:System.Guid[] PowerPointApi, Version=1.7.3.0, Culture=neutral, PublicKeyToken=2aedeb5ce89d4005
Loaded NetOffice Assembly:System.Guid[] OfficeApi, Version=1.7.3.0, Culture=neutral, PublicKeyToken=7c1c3e9d16cace88
Loaded NetOffice Assembly:System.Guid[] VBIDEApi, Version=1.7.3.0, Culture=neutral, PublicKeyToken=a3637beacf571e8a
I'm trying to load some icons (for a custom task pane) using the GetImageMso method. However I failed with below exception which i understand to mean (also by looking at core.cs) that netoffice cannot find the Picture class within it's own Assemblies. Something that is not extremly surprising as it's within the external stdole library...
Is there some trick to make the stdole library part of the search path or is this simply a bug, that the GetImageMso method should use a custom proxy method (Or that netoffice should wrap the picture class) ?
Any ideas?
Br
Ask
Class 00020430-0000-0000-c000-000000000046:Picture not found in loaded NetOffice Assemblies
Currently loaded NetOfficeApi Assemblies
Loaded NetOffice Assembly:System.Guid[] PowerPointApi, Version=1.7.3.0, Culture=neutral, PublicKeyToken=2aedeb5ce89d4005
Loaded NetOffice Assembly:System.Guid[] OfficeApi, Version=1.7.3.0, Culture=neutral, PublicKeyToken=7c1c3e9d16cace88
Loaded NetOffice Assembly:System.Guid[] VBIDEApi, Version=1.7.3.0, Culture=neutral, PublicKeyToken=a3637beacf571e8a