I had WindowsXP, (all other programs), LeadTools Document Imaging 13.0 installed. Then I reinstalled Windows 2000 Pro, (all other programs), LeadTools Document Imaging 13.0 same as before - just difference OS. I have a C# console application to compress image. It was work fine. When there is no image in the folder, it'd throw exception "file not found" only.
But after I was done with installation, any time I run my program to compress image, I've a pop up from LeadTools say "LEADTOOLS 13.0 Specialized Product Notice...". I assume I enter the right serial number, otherwise it wouldn't let me install, is it?
I don't think there is anything to do with Windows 2000 because my co-worker has Windows 2000 and it's work fine.
My case is this: if the image file not found, I usually have got exception says "file not found" but some time I'd get this error as well:
LEAD.Exception: Win32 Exception
at LEAD.Drawing.Imaging.ColorPalette.CreatePalette(Color[] color)
at LEAD.Drawing.Imaging.ColorPalette.set_Entries(Color[] value)
at LEAD.Drawing.Imaging.Codecs.Codecs..ctor()
at myFunction()...
I have no idea what's Win32 Exception. I tried to search in google, LeadTool document. They didn't explain much. I'm new with C# development. If anybody could give me some idea how to find out or suggest solution, I'd appreciate it.
But after I was done with installation, any time I run my program to compress image, I've a pop up from LeadTools say "LEADTOOLS 13.0 Specialized Product Notice...". I assume I enter the right serial number, otherwise it wouldn't let me install, is it?
I don't think there is anything to do with Windows 2000 because my co-worker has Windows 2000 and it's work fine.
My case is this: if the image file not found, I usually have got exception says "file not found" but some time I'd get this error as well:
LEAD.Exception: Win32 Exception
at LEAD.Drawing.Imaging.ColorPalette.CreatePalette(Color[] color)
at LEAD.Drawing.Imaging.ColorPalette.set_Entries(Color[] value)
at LEAD.Drawing.Imaging.Codecs.Codecs..ctor()
at myFunction()...
I have no idea what's Win32 Exception. I tried to search in google, LeadTool document. They didn't explain much. I'm new with C# development. If anybody could give me some idea how to find out or suggest solution, I'd appreciate it.