Hi guys.
I wrote a small application in C# and I wanted to run it on a other
computer with windows XP Pro.
What I did:
I copied the exe, the interop.advimglib.dll on the other machine and
the AdvImgLib.dll in the System folder. I registered the AdvImgLib.dll
with the regsvr32.exe.
Now when my program reaches the procedure which should: copy image
into temp, load the image, resize, add meta data and save the image
again, my program crashes with this error:"Creating an instance of the
COM component with CLSID{} from the IClassFactory failed due to the
following error: 800a0035"...
Note: there is a hex ID in the curved brackets which I didn't post.
here is the msdn help for this
error:"http://support.microsoft.com/kb/276011/da"(may not work with
firefox).
I am not quite sure why it crashes. On my computer my program works
smoothly, but not on the other two computers I tested.
I don't know if the error occurs in the AdvImgLib or in the command to
copy the image.
Can anyone help me or should I contact the Microsoft support?
best regards